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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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;
}

input[type='number']::-webkit-outer-spin-button,
    input[type='number']::-webkit-inner-spin-button,
    input[type='number'] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
}

*, ::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

h1, .h1 {
  font-size: 3.75rem;
  line-height: 1;
}

@media (min-width: 640px) {
  h1, .h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

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

@media (min-width: 640px) {
  h3, .h3 {
    font-size: 3rem;
    line-height: 1;
  }
}

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

h5, .h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(130 130 142 / var(--tw-text-opacity));
}

strong {
  font-weight: bold;
}

.dotted-line:after, .dotted-line:before {
  background: url("data:image/svg+xml,%3Csvg width='2' height='40' viewBox='0 0 2 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='0.999998' y2='39' stroke='%2371758E' stroke-width='2' stroke-linecap='round' stroke-dasharray='0.1 8'/%3E%3C/svg%3E%0A") no-repeat;
}

.rich-html > h2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.rich-html > h3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

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

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.top-6 {
  top: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-\[22px\] {
  bottom: 22px;
}

.right-0 {
  right: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.top-full {
  top: 100%;
}

.-left-\[1px\] {
  left: -1px;
}

.left-4 {
  left: 1rem;
}

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

.top-4 {
  top: 1rem;
}

.bottom-12 {
  bottom: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.right-2 {
  right: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

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

.top-10 {
  top: 2.5rem;
}

.left-9 {
  left: 2.25rem;
}

.right-4 {
  right: 1rem;
}

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

.top-2 {
  top: 0.5rem;
}

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

.top-16 {
  top: 4rem;
}

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

.top-5 {
  top: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.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-2 {
  grid-row: span 2 / span 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

.m-2 {
  margin: 0.5rem;
}

.m-8 {
  margin: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[10px\] {
  margin-bottom: 10px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-6 {
  height: 1.5rem;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-20 {
  height: 5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[90\%\] {
  height: 90%;
}

.h-10 {
  height: 2.5rem;
}

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

.h-11 {
  height: 2.75rem;
}

.h-2 {
  height: 0.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-28 {
  height: 7rem;
}

.h-16 {
  height: 4rem;
}

.h-40 {
  height: 10rem;
}

.h-12 {
  height: 3rem;
}

.h-0 {
  height: 0px;
}

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

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

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

.h-1 {
  height: 0.25rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-auto {
  height: auto;
}

.h-14 {
  height: 3.5rem;
}

.h-80 {
  height: 20rem;
}

.h-3 {
  height: 0.75rem;
}

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

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

.h-max {
  height: -moz-max-content;
  height: max-content;
}

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

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

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

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

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

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

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

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

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

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

.max-h-\[calc\(100vh-200px\)\] {
  max-height: calc(100vh - 200px);
}

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

.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

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

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

.min-h-\[5\.6rem\] {
  min-height: 5.6rem;
}

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

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

.w-screen {
  width: 100vw;
}

.w-full {
  width: 100%;
}

.w-6 {
  width: 1.5rem;
}

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

.w-5 {
  width: 1.25rem;
}

.w-\[90\%\] {
  width: 90%;
}

.w-10 {
  width: 2.5rem;
}

.w-44 {
  width: 11rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-20 {
  width: 5rem;
}

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

.w-16 {
  width: 4rem;
}

.w-\[calc\(100\%-5rem\)\] {
  width: calc(100% - 5rem);
}

.w-\[calc\(100\%\+2px\)\] {
  width: calc(100% + 2px);
}

.w-72 {
  width: 18rem;
}

.w-0 {
  width: 0px;
}

.w-4 {
  width: 1rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2 {
  width: 0.5rem;
}

.w-52 {
  width: 13rem;
}

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

.w-14 {
  width: 3.5rem;
}

.w-8 {
  width: 2rem;
}

.w-24 {
  width: 6rem;
}

.w-64 {
  width: 16rem;
}

.w-40 {
  width: 10rem;
}

.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}

.w-1\/6 {
  width: 16.666667%;
}

.w-1\/5 {
  width: 20%;
}

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

.w-32 {
  width: 8rem;
}

.w-26 {
  width: 6.5rem;
}

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

.w-\[95vw\] {
  width: 95vw;
}

.w-2\/5 {
  width: 40%;
}

.w-\[6\.25rem\] {
  width: 6.25rem;
}

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

.w-12 {
  width: 3rem;
}

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

.w-36 {
  width: 9rem;
}

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

.w-11 {
  width: 2.75rem;
}

.w-60 {
  width: 15rem;
}

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

.w-1 {
  width: 0.25rem;
}

.w-3 {
  width: 0.75rem;
}

.w-7 {
  width: 1.75rem;
}

.w-18 {
  width: 4.5rem;
}

.w-28 {
  width: 7rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-68 {
  width: 17rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-100 {
  width: 25rem;
}

.w-108 {
  width: 27rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

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

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

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

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

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

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

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

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

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

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

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

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

.min-w-\[14rem\] {
  min-width: 14rem;
}

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

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

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

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

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

.min-w-\[12rem\] {
  min-width: 12rem;
}

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

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

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

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

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

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

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

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

.max-w-\[90\%\] {
  max-width: 90%;
}

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

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

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

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

.max-w-\[60vh\] {
  max-width: 60vh;
}

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

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

.max-w-\[41\.75rem\] {
  max-width: 41.75rem;
}

.max-w-\[80vw\] {
  max-width: 80vw;
}

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

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

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

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

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

.max-w-none {
  max-width: none;
}

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

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

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

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

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

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

.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}

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

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

.max-w-prose {
  max-width: 65ch;
}

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

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

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

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

.max-w-screen-xs {
  max-width: 480px;
}

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

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

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

.flex-none {
  flex: none;
}

.flex-auto {
  flex: 1 1 auto;
}

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

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

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

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

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

.basis-1 {
  flex-basis: 0.25rem;
}

.basis-0 {
  flex-basis: 0px;
}

.origin-center {
  transform-origin: center;
}

.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-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-4 {
  --tw-translate-y: -1rem;
  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-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-1 {
  --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));
}

.-translate-x-\[20\%\] {
  --tw-translate-x: -20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[20\%\] {
  --tw-translate-x: 20%;
  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-\[150\%\] {
  --tw-translate-x: 150%;
  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-\[150\%\] {
  --tw-translate-y: 150%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.rotate-\[135deg\] {
  --tw-rotate: 135deg;
  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));
}

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

.skew-x-1 {
  --tw-skew-x: 1deg;
  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));
}

.skew-x-2 {
  --tw-skew-x: 2deg;
  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));
}

.skew-x-3 {
  --tw-skew-x: 3deg;
  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));
}

.skew-x-6 {
  --tw-skew-x: 6deg;
  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));
}

.skew-x-12 {
  --tw-skew-x: 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));
}

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

.-skew-x-1 {
  --tw-skew-x: -1deg;
  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));
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
  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));
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
  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));
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
  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));
}

.-skew-x-12 {
  --tw-skew-x: -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));
}

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

.skew-y-1 {
  --tw-skew-y: 1deg;
  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));
}

.skew-y-2 {
  --tw-skew-y: 2deg;
  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));
}

.skew-y-3 {
  --tw-skew-y: 3deg;
  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));
}

.skew-y-6 {
  --tw-skew-y: 6deg;
  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));
}

.skew-y-12 {
  --tw-skew-y: 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));
}

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

.-skew-y-1 {
  --tw-skew-y: -1deg;
  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));
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
  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));
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
  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));
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
  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));
}

.-skew-y-12 {
  --tw-skew-y: -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));
}

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

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

@keyframes progress {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.animate-progress {
  animation: progress 2s ease-in-out infinite;
}

@keyframes skeleton {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

.animate-skeleton {
  animation: skeleton 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

.cursor-wait {
  cursor: wait;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.snap-always {
  scroll-snap-stop: always;
}

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

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

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

.auto-rows-min {
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

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

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

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

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

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

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

.grid-rows-1 {
  grid-template-rows: repeat(1, 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-none {
  grid-template-rows: none;
}

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

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

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

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

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

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

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

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

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

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

.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-around {
  justify-content: space-around;
}

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-11 {
  gap: 2.75rem;
}

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

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

.gap-0 {
  gap: 0px;
}

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

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

.gap-y-5 {
  row-gap: 1.25rem;
}

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

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

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

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity));
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity));
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity));
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity));
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity));
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity));
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity));
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity));
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity));
}

.divide-warning > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 200 176 / var(--tw-divide-opacity));
}

.divide-white\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}

.divide-white\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}

.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}

.divide-white\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}

.divide-white\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}

.divide-white\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}

.divide-white\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}

.divide-white\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}

.divide-white\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}

.divide-white\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}

.divide-white\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}

.divide-white\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}

.divide-white\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}

.divide-white\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}

.divide-white\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}

.divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0);
}

.divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.05);
}

.divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.1);
}

.divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.2);
}

.divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.25);
}

.divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.3);
}

.divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.4);
}

.divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.5);
}

.divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.6);
}

.divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.7);
}

.divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.75);
}

.divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.8);
}

.divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.9);
}

.divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.95);
}

.divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 1);
}

.divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0);
}

.divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.05);
}

.divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.1);
}

.divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.2);
}

.divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.25);
}

.divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.3);
}

.divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.4);
}

.divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.5);
}

.divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.6);
}

.divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.7);
}

.divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.75);
}

.divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.8);
}

.divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.9);
}

.divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.95);
}

.divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 1);
}

.divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0);
}

.divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.05);
}

.divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.1);
}

.divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.2);
}

.divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.25);
}

.divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.3);
}

.divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.4);
}

.divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.5);
}

.divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.6);
}

.divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.7);
}

.divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.75);
}

.divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.8);
}

.divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.9);
}

.divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.95);
}

.divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 1);
}

.divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0);
}

.divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.05);
}

.divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.1);
}

.divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.2);
}

.divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.25);
}

.divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.3);
}

.divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.4);
}

.divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.5);
}

.divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.6);
}

.divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.7);
}

.divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.75);
}

.divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.8);
}

.divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.9);
}

.divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.95);
}

.divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 1);
}

.divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0);
}

.divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.05);
}

.divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.1);
}

.divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.2);
}

.divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.25);
}

.divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.3);
}

.divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.4);
}

.divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.5);
}

.divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.6);
}

.divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.7);
}

.divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.75);
}

.divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.8);
}

.divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.9);
}

.divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.95);
}

.divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 1);
}

.divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0);
}

.divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.05);
}

.divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.1);
}

.divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.2);
}

.divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.25);
}

.divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.3);
}

.divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.4);
}

.divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.5);
}

.divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.6);
}

.divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.7);
}

.divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.75);
}

.divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.8);
}

.divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.9);
}

.divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.95);
}

.divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 1);
}

.divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0);
}

.divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.05);
}

.divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.1);
}

.divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.2);
}

.divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.25);
}

.divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.3);
}

.divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.4);
}

.divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.5);
}

.divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.6);
}

.divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.7);
}

.divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.75);
}

.divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.8);
}

.divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.9);
}

.divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.95);
}

.divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 1);
}

.divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0);
}

.divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.05);
}

.divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.1);
}

.divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.2);
}

.divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.25);
}

.divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.3);
}

.divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.4);
}

.divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.5);
}

.divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.6);
}

.divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.7);
}

.divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.75);
}

.divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.8);
}

.divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.9);
}

.divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.95);
}

.divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 1);
}

.divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0);
}

.divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.05);
}

.divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.1);
}

.divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.2);
}

.divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.25);
}

.divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.3);
}

.divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.4);
}

.divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.5);
}

.divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.6);
}

.divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.7);
}

.divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.75);
}

.divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.8);
}

.divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.9);
}

.divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.95);
}

.divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 1);
}

.divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0);
}

.divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.05);
}

.divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.1);
}

.divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.2);
}

.divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.25);
}

.divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.3);
}

.divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.4);
}

.divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.5);
}

.divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.6);
}

.divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.7);
}

.divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.75);
}

.divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.8);
}

.divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.9);
}

.divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.95);
}

.divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 1);
}

.divide-warning\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0);
}

.divide-warning\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.05);
}

.divide-warning\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.1);
}

.divide-warning\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.2);
}

.divide-warning\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.25);
}

.divide-warning\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.3);
}

.divide-warning\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.4);
}

.divide-warning\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.5);
}

.divide-warning\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.6);
}

.divide-warning\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.7);
}

.divide-warning\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.75);
}

.divide-warning\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.8);
}

.divide-warning\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.9);
}

.divide-warning\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 0.95);
}

.divide-warning\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 200 176 / 1);
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

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

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-normal {
  white-space: normal;
}

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

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  overflow-wrap: break-word;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded-4xl {
  border-radius: 2rem;
}

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

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-\[40px\] {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.rounded-l-\[40px\] {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

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

.border {
  border-width: 1px;
}

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

.border-8 {
  border-width: 8px;
}

.border-4 {
  border-width: 4px;
}

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

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

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

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

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

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

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

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

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(255 170 141 / var(--tw-border-opacity));
}

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

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-text-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(130 130 142 / var(--tw-border-opacity));
}

.border-error {
  --tw-border-opacity: 1;
  border-color: rgb(222 55 48 / var(--tw-border-opacity));
}

.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(54 184 90 / var(--tw-border-opacity));
}

.border-text-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(174 177 194 / var(--tw-border-opacity));
}

.border-text-fourtiary {
  --tw-border-opacity: 1;
  border-color: rgb(82 85 96 / var(--tw-border-opacity));
}

.border-input-focus {
  --tw-border-opacity: 1;
  border-color: rgb(183 188 249 / var(--tw-border-opacity));
}

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

.border-company-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(33 32 32 / var(--tw-border-opacity));
}

.border-background-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(230 238 245 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(255 41 0 / var(--tw-border-opacity));
}

.border-background-menu {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-border {
  border-color: rgba(0, 0, 0, 0);
}

.border-background-table-header {
  border-color: transparent;
}

.border-background-account {
  --tw-border-opacity: 1;
  border-color: rgb(50 48 48 / var(--tw-border-opacity));
}

.border-text {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 212 / var(--tw-border-opacity));
}

.border-background-drop {
  --tw-border-opacity: 1;
  border-color: rgb(50 48 48 / var(--tw-border-opacity));
}

.border-background {
  --tw-border-opacity: 1;
  border-color: rgb(76 78 83 / var(--tw-border-opacity));
}

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

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-warning {
  --tw-border-opacity: 1;
  border-color: rgb(250 200 176 / var(--tw-border-opacity));
}

.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.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\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.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\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}

.border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0);
}

.border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05);
}

.border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1);
}

.border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2);
}

.border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25);
}

.border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3);
}

.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4);
}

.border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5);
}

.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6);
}

.border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7);
}

.border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75);
}

.border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8);
}

.border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9);
}

.border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 0.95);
}

.border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1);
}

.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0);
}

.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05);
}

.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1);
}

.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2);
}

.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25);
}

.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3);
}

.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4);
}

.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5);
}

.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6);
}

.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7);
}

.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75);
}

.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8);
}

.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9);
}

.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95);
}

.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1);
}

.border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0);
}

.border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05);
}

.border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1);
}

.border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2);
}

.border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25);
}

.border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3);
}

.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4);
}

.border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5);
}

.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6);
}

.border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7);
}

.border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75);
}

.border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8);
}

.border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9);
}

.border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95);
}

.border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1);
}

.border-yellow-300\/0 {
  border-color: rgb(253 224 71 / 0);
}

.border-yellow-300\/5 {
  border-color: rgb(253 224 71 / 0.05);
}

.border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1);
}

.border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2);
}

.border-yellow-300\/25 {
  border-color: rgb(253 224 71 / 0.25);
}

.border-yellow-300\/30 {
  border-color: rgb(253 224 71 / 0.3);
}

.border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4);
}

.border-yellow-300\/50 {
  border-color: rgb(253 224 71 / 0.5);
}

.border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6);
}

.border-yellow-300\/70 {
  border-color: rgb(253 224 71 / 0.7);
}

.border-yellow-300\/75 {
  border-color: rgb(253 224 71 / 0.75);
}

.border-yellow-300\/80 {
  border-color: rgb(253 224 71 / 0.8);
}

.border-yellow-300\/90 {
  border-color: rgb(253 224 71 / 0.9);
}

.border-yellow-300\/95 {
  border-color: rgb(253 224 71 / 0.95);
}

.border-yellow-300\/100 {
  border-color: rgb(253 224 71 / 1);
}

.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0);
}

.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05);
}

.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1);
}

.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}

.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25);
}

.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}

.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4);
}

.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}

.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6);
}

.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7);
}

.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75);
}

.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8);
}

.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9);
}

.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95);
}

.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1);
}

.border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0);
}

.border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05);
}

.border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1);
}

.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}

.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25);
}

.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}

.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}

.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5);
}

.border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6);
}

.border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7);
}

.border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75);
}

.border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8);
}

.border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9);
}

.border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95);
}

.border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1);
}

.border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0);
}

.border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05);
}

.border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1);
}

.border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2);
}

.border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25);
}

.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3);
}

.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}

.border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5);
}

.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6);
}

.border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7);
}

.border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75);
}

.border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8);
}

.border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9);
}

.border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95);
}

.border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1);
}

.border-yellow-700\/0 {
  border-color: rgb(161 98 7 / 0);
}

.border-yellow-700\/5 {
  border-color: rgb(161 98 7 / 0.05);
}

.border-yellow-700\/10 {
  border-color: rgb(161 98 7 / 0.1);
}

.border-yellow-700\/20 {
  border-color: rgb(161 98 7 / 0.2);
}

.border-yellow-700\/25 {
  border-color: rgb(161 98 7 / 0.25);
}

.border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3);
}

.border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4);
}

.border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5);
}

.border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6);
}

.border-yellow-700\/70 {
  border-color: rgb(161 98 7 / 0.7);
}

.border-yellow-700\/75 {
  border-color: rgb(161 98 7 / 0.75);
}

.border-yellow-700\/80 {
  border-color: rgb(161 98 7 / 0.8);
}

.border-yellow-700\/90 {
  border-color: rgb(161 98 7 / 0.9);
}

.border-yellow-700\/95 {
  border-color: rgb(161 98 7 / 0.95);
}

.border-yellow-700\/100 {
  border-color: rgb(161 98 7 / 1);
}

.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0);
}

.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05);
}

.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1);
}

.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2);
}

.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25);
}

.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3);
}

.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4);
}

.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5);
}

.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6);
}

.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7);
}

.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75);
}

.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8);
}

.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9);
}

.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95);
}

.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1);
}

.border-yellow-900\/0 {
  border-color: rgb(113 63 18 / 0);
}

.border-yellow-900\/5 {
  border-color: rgb(113 63 18 / 0.05);
}

.border-yellow-900\/10 {
  border-color: rgb(113 63 18 / 0.1);
}

.border-yellow-900\/20 {
  border-color: rgb(113 63 18 / 0.2);
}

.border-yellow-900\/25 {
  border-color: rgb(113 63 18 / 0.25);
}

.border-yellow-900\/30 {
  border-color: rgb(113 63 18 / 0.3);
}

.border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4);
}

.border-yellow-900\/50 {
  border-color: rgb(113 63 18 / 0.5);
}

.border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6);
}

.border-yellow-900\/70 {
  border-color: rgb(113 63 18 / 0.7);
}

.border-yellow-900\/75 {
  border-color: rgb(113 63 18 / 0.75);
}

.border-yellow-900\/80 {
  border-color: rgb(113 63 18 / 0.8);
}

.border-yellow-900\/90 {
  border-color: rgb(113 63 18 / 0.9);
}

.border-yellow-900\/95 {
  border-color: rgb(113 63 18 / 0.95);
}

.border-yellow-900\/100 {
  border-color: rgb(113 63 18 / 1);
}

.border-warning\/0 {
  border-color: rgb(250 200 176 / 0);
}

.border-warning\/5 {
  border-color: rgb(250 200 176 / 0.05);
}

.border-warning\/10 {
  border-color: rgb(250 200 176 / 0.1);
}

.border-warning\/20 {
  border-color: rgb(250 200 176 / 0.2);
}

.border-warning\/25 {
  border-color: rgb(250 200 176 / 0.25);
}

.border-warning\/30 {
  border-color: rgb(250 200 176 / 0.3);
}

.border-warning\/40 {
  border-color: rgb(250 200 176 / 0.4);
}

.border-warning\/50 {
  border-color: rgb(250 200 176 / 0.5);
}

.border-warning\/60 {
  border-color: rgb(250 200 176 / 0.6);
}

.border-warning\/70 {
  border-color: rgb(250 200 176 / 0.7);
}

.border-warning\/75 {
  border-color: rgb(250 200 176 / 0.75);
}

.border-warning\/80 {
  border-color: rgb(250 200 176 / 0.8);
}

.border-warning\/90 {
  border-color: rgb(250 200 176 / 0.9);
}

.border-warning\/95 {
  border-color: rgb(250 200 176 / 0.95);
}

.border-warning\/100 {
  border-color: rgb(250 200 176 / 1);
}

.border-x-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-x-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-x-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-x-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-x-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-x-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-x-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-x-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-x-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-x-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-x-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-x-warning {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 200 176 / var(--tw-border-opacity));
  border-right-color: rgb(250 200 176 / var(--tw-border-opacity));
}

.border-x-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.border-x-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-x-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-x-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-x-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-x-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-x-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-x-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-x-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-x-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-x-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-x-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-x-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-x-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-x-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 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\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}

.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\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-x-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-x-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-x-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-x-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-x-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-x-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-x-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-x-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-x-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-x-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-x-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
  border-right-color: rgb(254 252 232 / 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\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}

.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\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-x-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-x-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-x-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-x-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-x-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-x-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-x-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-x-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-x-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-x-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-x-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
  border-right-color: rgb(254 249 195 / 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\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}

.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\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-x-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-x-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-x-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-x-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-x-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-x-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-x-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-x-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-x-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-x-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-x-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
  border-right-color: rgb(254 240 138 / 1);
}

.border-x-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
  border-right-color: rgb(253 224 71 / 0);
}

.border-x-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-x-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-x-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-x-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-x-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-x-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-x-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-x-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-x-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-x-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-x-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-x-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-x-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-x-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
  border-right-color: rgb(253 224 71 / 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\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}

.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\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-x-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-x-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-x-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-x-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-x-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-x-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-x-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-x-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-x-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-x-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-x-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
  border-right-color: rgb(250 204 21 / 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\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}

.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\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-x-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-x-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-x-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-x-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-x-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-x-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-x-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-x-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-x-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-x-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-x-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
  border-right-color: rgb(234 179 8 / 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\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}

.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\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-x-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-x-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-x-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-x-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-x-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-x-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-x-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-x-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-x-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-x-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-x-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
  border-right-color: rgb(202 138 4 / 1);
}

.border-x-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0);
  border-right-color: rgb(161 98 7 / 0);
}

.border-x-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05);
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-x-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1);
  border-right-color: rgb(161 98 7 / 0.1);
}

.border-x-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2);
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-x-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25);
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-x-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3);
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-x-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-x-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5);
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-x-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-x-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7);
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-x-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75);
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-x-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8);
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-x-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9);
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-x-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95);
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-x-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1);
  border-right-color: rgb(161 98 7 / 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\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}

.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\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-x-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-x-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-x-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-x-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-x-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-x-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-x-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-x-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-x-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-x-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-x-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
  border-right-color: rgb(133 77 14 / 1);
}

.border-x-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0);
  border-right-color: rgb(113 63 18 / 0);
}

.border-x-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05);
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-x-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1);
  border-right-color: rgb(113 63 18 / 0.1);
}

.border-x-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2);
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-x-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25);
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-x-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3);
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-x-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-x-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5);
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-x-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-x-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7);
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-x-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75);
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-x-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8);
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-x-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9);
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-x-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95);
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-x-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1);
  border-right-color: rgb(113 63 18 / 1);
}

.border-x-warning\/0 {
  border-left-color: rgb(250 200 176 / 0);
  border-right-color: rgb(250 200 176 / 0);
}

.border-x-warning\/5 {
  border-left-color: rgb(250 200 176 / 0.05);
  border-right-color: rgb(250 200 176 / 0.05);
}

.border-x-warning\/10 {
  border-left-color: rgb(250 200 176 / 0.1);
  border-right-color: rgb(250 200 176 / 0.1);
}

.border-x-warning\/20 {
  border-left-color: rgb(250 200 176 / 0.2);
  border-right-color: rgb(250 200 176 / 0.2);
}

.border-x-warning\/25 {
  border-left-color: rgb(250 200 176 / 0.25);
  border-right-color: rgb(250 200 176 / 0.25);
}

.border-x-warning\/30 {
  border-left-color: rgb(250 200 176 / 0.3);
  border-right-color: rgb(250 200 176 / 0.3);
}

.border-x-warning\/40 {
  border-left-color: rgb(250 200 176 / 0.4);
  border-right-color: rgb(250 200 176 / 0.4);
}

.border-x-warning\/50 {
  border-left-color: rgb(250 200 176 / 0.5);
  border-right-color: rgb(250 200 176 / 0.5);
}

.border-x-warning\/60 {
  border-left-color: rgb(250 200 176 / 0.6);
  border-right-color: rgb(250 200 176 / 0.6);
}

.border-x-warning\/70 {
  border-left-color: rgb(250 200 176 / 0.7);
  border-right-color: rgb(250 200 176 / 0.7);
}

.border-x-warning\/75 {
  border-left-color: rgb(250 200 176 / 0.75);
  border-right-color: rgb(250 200 176 / 0.75);
}

.border-x-warning\/80 {
  border-left-color: rgb(250 200 176 / 0.8);
  border-right-color: rgb(250 200 176 / 0.8);
}

.border-x-warning\/90 {
  border-left-color: rgb(250 200 176 / 0.9);
  border-right-color: rgb(250 200 176 / 0.9);
}

.border-x-warning\/95 {
  border-left-color: rgb(250 200 176 / 0.95);
  border-right-color: rgb(250 200 176 / 0.95);
}

.border-x-warning\/100 {
  border-left-color: rgb(250 200 176 / 1);
  border-right-color: rgb(250 200 176 / 1);
}

.border-y-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-y-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-y-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-y-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-y-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-y-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-y-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-y-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-y-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-y-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-y-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-y-warning {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 200 176 / var(--tw-border-opacity));
  border-bottom-color: rgb(250 200 176 / var(--tw-border-opacity));
}

.border-y-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-y-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-y-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-y-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-y-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-y-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-y-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-y-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-y-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-y-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-y-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-y-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-y-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-y-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-y-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 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\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.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\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-y-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-y-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-y-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-y-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-y-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-y-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-y-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-y-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-y-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-y-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-y-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
  border-bottom-color: rgb(254 252 232 / 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\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.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\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-y-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-y-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-y-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-y-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-y-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-y-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-y-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-y-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-y-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-y-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-y-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
  border-bottom-color: rgb(254 249 195 / 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\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.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\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-y-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-y-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-y-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-y-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-y-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-y-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-y-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-y-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-y-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-y-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-y-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-y-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-y-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-y-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-y-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-y-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-y-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-y-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-y-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-y-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-y-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-y-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-y-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-y-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-y-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-y-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
  border-bottom-color: rgb(253 224 71 / 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\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.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\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-y-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-y-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-y-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-y-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-y-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-y-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-y-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-y-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-y-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-y-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-y-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
  border-bottom-color: rgb(250 204 21 / 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\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.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\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-y-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-y-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-y-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-y-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-y-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-y-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-y-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-y-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-y-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-y-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-y-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
  border-bottom-color: rgb(234 179 8 / 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\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.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\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-y-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-y-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-y-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-y-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-y-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-y-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-y-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-y-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-y-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-y-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-y-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-y-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0);
  border-bottom-color: rgb(161 98 7 / 0);
}

.border-y-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05);
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-y-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1);
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.border-y-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2);
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-y-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25);
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-y-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3);
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-y-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-y-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5);
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-y-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-y-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7);
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-y-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75);
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-y-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8);
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-y-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9);
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-y-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95);
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-y-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1);
  border-bottom-color: rgb(161 98 7 / 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\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.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\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-y-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-y-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-y-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-y-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-y-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-y-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-y-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-y-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-y-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-y-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-y-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-y-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0);
  border-bottom-color: rgb(113 63 18 / 0);
}

.border-y-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05);
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-y-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1);
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.border-y-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2);
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-y-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25);
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-y-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3);
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-y-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-y-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5);
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-y-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-y-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7);
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-y-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75);
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-y-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8);
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-y-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9);
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-y-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95);
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-y-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1);
  border-bottom-color: rgb(113 63 18 / 1);
}

.border-y-warning\/0 {
  border-top-color: rgb(250 200 176 / 0);
  border-bottom-color: rgb(250 200 176 / 0);
}

.border-y-warning\/5 {
  border-top-color: rgb(250 200 176 / 0.05);
  border-bottom-color: rgb(250 200 176 / 0.05);
}

.border-y-warning\/10 {
  border-top-color: rgb(250 200 176 / 0.1);
  border-bottom-color: rgb(250 200 176 / 0.1);
}

.border-y-warning\/20 {
  border-top-color: rgb(250 200 176 / 0.2);
  border-bottom-color: rgb(250 200 176 / 0.2);
}

.border-y-warning\/25 {
  border-top-color: rgb(250 200 176 / 0.25);
  border-bottom-color: rgb(250 200 176 / 0.25);
}

.border-y-warning\/30 {
  border-top-color: rgb(250 200 176 / 0.3);
  border-bottom-color: rgb(250 200 176 / 0.3);
}

.border-y-warning\/40 {
  border-top-color: rgb(250 200 176 / 0.4);
  border-bottom-color: rgb(250 200 176 / 0.4);
}

.border-y-warning\/50 {
  border-top-color: rgb(250 200 176 / 0.5);
  border-bottom-color: rgb(250 200 176 / 0.5);
}

.border-y-warning\/60 {
  border-top-color: rgb(250 200 176 / 0.6);
  border-bottom-color: rgb(250 200 176 / 0.6);
}

.border-y-warning\/70 {
  border-top-color: rgb(250 200 176 / 0.7);
  border-bottom-color: rgb(250 200 176 / 0.7);
}

.border-y-warning\/75 {
  border-top-color: rgb(250 200 176 / 0.75);
  border-bottom-color: rgb(250 200 176 / 0.75);
}

.border-y-warning\/80 {
  border-top-color: rgb(250 200 176 / 0.8);
  border-bottom-color: rgb(250 200 176 / 0.8);
}

.border-y-warning\/90 {
  border-top-color: rgb(250 200 176 / 0.9);
  border-bottom-color: rgb(250 200 176 / 0.9);
}

.border-y-warning\/95 {
  border-top-color: rgb(250 200 176 / 0.95);
  border-bottom-color: rgb(250 200 176 / 0.95);
}

.border-y-warning\/100 {
  border-top-color: rgb(250 200 176 / 1);
  border-bottom-color: rgb(250 200 176 / 1);
}

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

.border-t-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-t-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-t-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-t-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-t-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-t-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-t-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-t-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-t-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-t-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-t-warning {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 200 176 / var(--tw-border-opacity));
}

.border-t-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
}

.border-t-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}

.border-t-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}

.border-t-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}

.border-t-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}

.border-t-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}

.border-t-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}

.border-t-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}

.border-t-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}

.border-t-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}

.border-t-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}

.border-t-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}

.border-t-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}

.border-t-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}

.border-t-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
}

.border-t-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
}

.border-t-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
}

.border-t-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
}

.border-t-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
}

.border-t-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
}

.border-t-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
}

.border-t-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
}

.border-t-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
}

.border-t-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
}

.border-t-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
}

.border-t-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
}

.border-t-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
}

.border-t-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
}

.border-t-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
}

.border-t-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
}

.border-t-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
}

.border-t-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
}

.border-t-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
}

.border-t-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
}

.border-t-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
}

.border-t-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
}

.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
}

.border-t-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
}

.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
}

.border-t-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
}

.border-t-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
}

.border-t-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
}

.border-t-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
}

.border-t-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
}

.border-t-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
}

.border-t-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
}

.border-t-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
}

.border-t-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
}

.border-t-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
}

.border-t-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
}

.border-t-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
}

.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
}

.border-t-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
}

.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
}

.border-t-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
}

.border-t-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
}

.border-t-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
}

.border-t-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
}

.border-t-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
}

.border-t-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
}

.border-t-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
}

.border-t-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
}

.border-t-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
}

.border-t-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
}

.border-t-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
}

.border-t-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
}

.border-t-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
}

.border-t-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
}

.border-t-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
}

.border-t-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
}

.border-t-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
}

.border-t-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
}

.border-t-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
}

.border-t-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
}

.border-t-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
}

.border-t-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
}

.border-t-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
}

.border-t-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
}

.border-t-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
}

.border-t-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
}

.border-t-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
}

.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
}

.border-t-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
}

.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
}

.border-t-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
}

.border-t-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
}

.border-t-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
}

.border-t-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
}

.border-t-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
}

.border-t-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
}

.border-t-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
}

.border-t-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
}

.border-t-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
}

.border-t-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
}

.border-t-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
}

.border-t-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
}

.border-t-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
}

.border-t-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
}

.border-t-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
}

.border-t-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
}

.border-t-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
}

.border-t-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
}

.border-t-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
}

.border-t-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
}

.border-t-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
}

.border-t-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
}

.border-t-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
}

.border-t-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
}

.border-t-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
}

.border-t-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
}

.border-t-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
}

.border-t-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
}

.border-t-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
}

.border-t-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
}

.border-t-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
}

.border-t-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
}

.border-t-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
}

.border-t-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
}

.border-t-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
}

.border-t-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
}

.border-t-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0);
}

.border-t-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05);
}

.border-t-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1);
}

.border-t-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2);
}

.border-t-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25);
}

.border-t-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3);
}

.border-t-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
}

.border-t-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5);
}

.border-t-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
}

.border-t-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7);
}

.border-t-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75);
}

.border-t-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8);
}

.border-t-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9);
}

.border-t-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95);
}

.border-t-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1);
}

.border-t-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
}

.border-t-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
}

.border-t-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
}

.border-t-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
}

.border-t-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
}

.border-t-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
}

.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
}

.border-t-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
}

.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
}

.border-t-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
}

.border-t-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
}

.border-t-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
}

.border-t-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
}

.border-t-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
}

.border-t-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
}

.border-t-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0);
}

.border-t-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05);
}

.border-t-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1);
}

.border-t-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2);
}

.border-t-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25);
}

.border-t-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3);
}

.border-t-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
}

.border-t-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5);
}

.border-t-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
}

.border-t-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7);
}

.border-t-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75);
}

.border-t-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8);
}

.border-t-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9);
}

.border-t-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95);
}

.border-t-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1);
}

.border-t-warning\/0 {
  border-top-color: rgb(250 200 176 / 0);
}

.border-t-warning\/5 {
  border-top-color: rgb(250 200 176 / 0.05);
}

.border-t-warning\/10 {
  border-top-color: rgb(250 200 176 / 0.1);
}

.border-t-warning\/20 {
  border-top-color: rgb(250 200 176 / 0.2);
}

.border-t-warning\/25 {
  border-top-color: rgb(250 200 176 / 0.25);
}

.border-t-warning\/30 {
  border-top-color: rgb(250 200 176 / 0.3);
}

.border-t-warning\/40 {
  border-top-color: rgb(250 200 176 / 0.4);
}

.border-t-warning\/50 {
  border-top-color: rgb(250 200 176 / 0.5);
}

.border-t-warning\/60 {
  border-top-color: rgb(250 200 176 / 0.6);
}

.border-t-warning\/70 {
  border-top-color: rgb(250 200 176 / 0.7);
}

.border-t-warning\/75 {
  border-top-color: rgb(250 200 176 / 0.75);
}

.border-t-warning\/80 {
  border-top-color: rgb(250 200 176 / 0.8);
}

.border-t-warning\/90 {
  border-top-color: rgb(250 200 176 / 0.9);
}

.border-t-warning\/95 {
  border-top-color: rgb(250 200 176 / 0.95);
}

.border-t-warning\/100 {
  border-top-color: rgb(250 200 176 / 1);
}

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

.border-r-yellow-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-r-yellow-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-r-yellow-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-r-yellow-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-r-yellow-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-r-yellow-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-r-yellow-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-r-yellow-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-r-yellow-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-r-yellow-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-r-warning {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 200 176 / var(--tw-border-opacity));
}

.border-r-white\/0 {
  border-right-color: rgb(255 255 255 / 0);
}

.border-r-white\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-r-white\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-r-white\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-r-white\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-r-white\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-r-white\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-r-white\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-r-white\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-r-white\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-r-white\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-r-white\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-r-white\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-r-white\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-r-white\/100 {
  border-right-color: rgb(255 255 255 / 1);
}

.border-r-yellow-50\/0 {
  border-right-color: rgb(254 252 232 / 0);
}

.border-r-yellow-50\/5 {
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-r-yellow-50\/10 {
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-r-yellow-50\/20 {
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-r-yellow-50\/25 {
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-r-yellow-50\/30 {
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-r-yellow-50\/40 {
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-r-yellow-50\/50 {
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-r-yellow-50\/60 {
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-r-yellow-50\/70 {
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-r-yellow-50\/75 {
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-r-yellow-50\/80 {
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-r-yellow-50\/90 {
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-r-yellow-50\/95 {
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-r-yellow-50\/100 {
  border-right-color: rgb(254 252 232 / 1);
}

.border-r-yellow-100\/0 {
  border-right-color: rgb(254 249 195 / 0);
}

.border-r-yellow-100\/5 {
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-r-yellow-100\/10 {
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-r-yellow-100\/20 {
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-r-yellow-100\/25 {
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-r-yellow-100\/30 {
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-r-yellow-100\/50 {
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-r-yellow-100\/70 {
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-r-yellow-100\/75 {
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-r-yellow-100\/80 {
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-r-yellow-100\/90 {
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-r-yellow-100\/95 {
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-r-yellow-100\/100 {
  border-right-color: rgb(254 249 195 / 1);
}

.border-r-yellow-200\/0 {
  border-right-color: rgb(254 240 138 / 0);
}

.border-r-yellow-200\/5 {
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-r-yellow-200\/10 {
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-r-yellow-200\/20 {
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-r-yellow-200\/25 {
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-r-yellow-200\/30 {
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-r-yellow-200\/50 {
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-r-yellow-200\/70 {
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-r-yellow-200\/75 {
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-r-yellow-200\/80 {
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-r-yellow-200\/90 {
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-r-yellow-200\/95 {
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-r-yellow-200\/100 {
  border-right-color: rgb(254 240 138 / 1);
}

.border-r-yellow-300\/0 {
  border-right-color: rgb(253 224 71 / 0);
}

.border-r-yellow-300\/5 {
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-r-yellow-300\/10 {
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-r-yellow-300\/20 {
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-r-yellow-300\/25 {
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-r-yellow-300\/30 {
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-r-yellow-300\/40 {
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-r-yellow-300\/50 {
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-r-yellow-300\/60 {
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-r-yellow-300\/70 {
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-r-yellow-300\/75 {
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-r-yellow-300\/80 {
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-r-yellow-300\/90 {
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-r-yellow-300\/95 {
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-r-yellow-300\/100 {
  border-right-color: rgb(253 224 71 / 1);
}

.border-r-yellow-400\/0 {
  border-right-color: rgb(250 204 21 / 0);
}

.border-r-yellow-400\/5 {
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-r-yellow-400\/10 {
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-r-yellow-400\/20 {
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-r-yellow-400\/25 {
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-r-yellow-400\/30 {
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-r-yellow-400\/50 {
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-r-yellow-400\/70 {
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-r-yellow-400\/75 {
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-r-yellow-400\/80 {
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-r-yellow-400\/90 {
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-r-yellow-400\/95 {
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-r-yellow-400\/100 {
  border-right-color: rgb(250 204 21 / 1);
}

.border-r-yellow-500\/0 {
  border-right-color: rgb(234 179 8 / 0);
}

.border-r-yellow-500\/5 {
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-r-yellow-500\/10 {
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-r-yellow-500\/20 {
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-r-yellow-500\/25 {
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-r-yellow-500\/30 {
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-r-yellow-500\/40 {
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-r-yellow-500\/50 {
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-r-yellow-500\/60 {
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-r-yellow-500\/70 {
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-r-yellow-500\/75 {
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-r-yellow-500\/80 {
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-r-yellow-500\/90 {
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-r-yellow-500\/95 {
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-r-yellow-500\/100 {
  border-right-color: rgb(234 179 8 / 1);
}

.border-r-yellow-600\/0 {
  border-right-color: rgb(202 138 4 / 0);
}

.border-r-yellow-600\/5 {
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-r-yellow-600\/10 {
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-r-yellow-600\/20 {
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-r-yellow-600\/25 {
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-r-yellow-600\/30 {
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-r-yellow-600\/40 {
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-r-yellow-600\/50 {
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-r-yellow-600\/60 {
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-r-yellow-600\/70 {
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-r-yellow-600\/75 {
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-r-yellow-600\/80 {
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-r-yellow-600\/90 {
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-r-yellow-600\/95 {
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-r-yellow-600\/100 {
  border-right-color: rgb(202 138 4 / 1);
}

.border-r-yellow-700\/0 {
  border-right-color: rgb(161 98 7 / 0);
}

.border-r-yellow-700\/5 {
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-r-yellow-700\/10 {
  border-right-color: rgb(161 98 7 / 0.1);
}

.border-r-yellow-700\/20 {
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-r-yellow-700\/25 {
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-r-yellow-700\/30 {
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-r-yellow-700\/40 {
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-r-yellow-700\/50 {
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-r-yellow-700\/60 {
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-r-yellow-700\/70 {
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-r-yellow-700\/75 {
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-r-yellow-700\/80 {
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-r-yellow-700\/90 {
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-r-yellow-700\/95 {
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-r-yellow-700\/100 {
  border-right-color: rgb(161 98 7 / 1);
}

.border-r-yellow-800\/0 {
  border-right-color: rgb(133 77 14 / 0);
}

.border-r-yellow-800\/5 {
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-r-yellow-800\/10 {
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-r-yellow-800\/20 {
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-r-yellow-800\/25 {
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-r-yellow-800\/30 {
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-r-yellow-800\/50 {
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-r-yellow-800\/70 {
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-r-yellow-800\/75 {
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-r-yellow-800\/80 {
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-r-yellow-800\/90 {
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-r-yellow-800\/95 {
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-r-yellow-800\/100 {
  border-right-color: rgb(133 77 14 / 1);
}

.border-r-yellow-900\/0 {
  border-right-color: rgb(113 63 18 / 0);
}

.border-r-yellow-900\/5 {
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-r-yellow-900\/10 {
  border-right-color: rgb(113 63 18 / 0.1);
}

.border-r-yellow-900\/20 {
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-r-yellow-900\/25 {
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-r-yellow-900\/30 {
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-r-yellow-900\/40 {
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-r-yellow-900\/50 {
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-r-yellow-900\/60 {
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-r-yellow-900\/70 {
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-r-yellow-900\/75 {
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-r-yellow-900\/80 {
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-r-yellow-900\/90 {
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-r-yellow-900\/95 {
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-r-yellow-900\/100 {
  border-right-color: rgb(113 63 18 / 1);
}

.border-r-warning\/0 {
  border-right-color: rgb(250 200 176 / 0);
}

.border-r-warning\/5 {
  border-right-color: rgb(250 200 176 / 0.05);
}

.border-r-warning\/10 {
  border-right-color: rgb(250 200 176 / 0.1);
}

.border-r-warning\/20 {
  border-right-color: rgb(250 200 176 / 0.2);
}

.border-r-warning\/25 {
  border-right-color: rgb(250 200 176 / 0.25);
}

.border-r-warning\/30 {
  border-right-color: rgb(250 200 176 / 0.3);
}

.border-r-warning\/40 {
  border-right-color: rgb(250 200 176 / 0.4);
}

.border-r-warning\/50 {
  border-right-color: rgb(250 200 176 / 0.5);
}

.border-r-warning\/60 {
  border-right-color: rgb(250 200 176 / 0.6);
}

.border-r-warning\/70 {
  border-right-color: rgb(250 200 176 / 0.7);
}

.border-r-warning\/75 {
  border-right-color: rgb(250 200 176 / 0.75);
}

.border-r-warning\/80 {
  border-right-color: rgb(250 200 176 / 0.8);
}

.border-r-warning\/90 {
  border-right-color: rgb(250 200 176 / 0.9);
}

.border-r-warning\/95 {
  border-right-color: rgb(250 200 176 / 0.95);
}

.border-r-warning\/100 {
  border-right-color: rgb(250 200 176 / 1);
}

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

.border-b-yellow-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-b-yellow-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-b-yellow-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-b-yellow-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-b-yellow-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-b-yellow-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-b-yellow-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-b-yellow-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-b-yellow-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-b-yellow-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-b-warning {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 200 176 / var(--tw-border-opacity));
}

.border-b-white\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-b-white\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-b-white\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-b-white\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-b-white\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-b-white\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-b-white\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-b-white\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-b-white\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-b-white\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-b-white\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-b-white\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-b-white\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-b-white\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-b-white\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-b-yellow-50\/0 {
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-b-yellow-50\/5 {
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-b-yellow-50\/10 {
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-b-yellow-50\/20 {
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-b-yellow-50\/25 {
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-b-yellow-50\/30 {
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-b-yellow-50\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-b-yellow-50\/50 {
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-b-yellow-50\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-b-yellow-50\/70 {
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-b-yellow-50\/75 {
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-b-yellow-50\/80 {
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-b-yellow-50\/90 {
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-b-yellow-50\/95 {
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-b-yellow-50\/100 {
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-b-yellow-100\/0 {
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-b-yellow-100\/5 {
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-b-yellow-100\/10 {
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-b-yellow-100\/20 {
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-b-yellow-100\/25 {
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-b-yellow-100\/30 {
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-b-yellow-100\/50 {
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-b-yellow-100\/70 {
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-b-yellow-100\/75 {
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-b-yellow-100\/80 {
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-b-yellow-100\/90 {
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-b-yellow-100\/95 {
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-b-yellow-100\/100 {
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-b-yellow-200\/0 {
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-b-yellow-200\/5 {
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-b-yellow-200\/10 {
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-b-yellow-200\/20 {
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-b-yellow-200\/25 {
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-b-yellow-200\/30 {
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-b-yellow-200\/50 {
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-b-yellow-200\/70 {
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-b-yellow-200\/75 {
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-b-yellow-200\/80 {
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-b-yellow-200\/90 {
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-b-yellow-200\/95 {
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-b-yellow-200\/100 {
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-b-yellow-300\/0 {
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-b-yellow-300\/5 {
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-b-yellow-300\/10 {
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-b-yellow-300\/20 {
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-b-yellow-300\/25 {
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-b-yellow-300\/30 {
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-b-yellow-300\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-b-yellow-300\/50 {
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-b-yellow-300\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-b-yellow-300\/70 {
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-b-yellow-300\/75 {
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-b-yellow-300\/80 {
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-b-yellow-300\/90 {
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-b-yellow-300\/95 {
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-b-yellow-300\/100 {
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-b-yellow-400\/0 {
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-b-yellow-400\/5 {
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-b-yellow-400\/10 {
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-b-yellow-400\/20 {
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-b-yellow-400\/25 {
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-b-yellow-400\/30 {
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-b-yellow-400\/50 {
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-b-yellow-400\/70 {
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-b-yellow-400\/75 {
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-b-yellow-400\/80 {
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-b-yellow-400\/90 {
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-b-yellow-400\/95 {
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-b-yellow-400\/100 {
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-b-yellow-500\/0 {
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-b-yellow-500\/5 {
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-b-yellow-500\/10 {
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-b-yellow-500\/20 {
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-b-yellow-500\/25 {
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-b-yellow-500\/30 {
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-b-yellow-500\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-b-yellow-500\/50 {
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-b-yellow-500\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-b-yellow-500\/70 {
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-b-yellow-500\/75 {
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-b-yellow-500\/80 {
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-b-yellow-500\/90 {
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-b-yellow-500\/95 {
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-b-yellow-500\/100 {
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-b-yellow-600\/0 {
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-b-yellow-600\/5 {
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-b-yellow-600\/10 {
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-b-yellow-600\/20 {
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-b-yellow-600\/25 {
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-b-yellow-600\/30 {
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-b-yellow-600\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-b-yellow-600\/50 {
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-b-yellow-600\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-b-yellow-600\/70 {
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-b-yellow-600\/75 {
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-b-yellow-600\/80 {
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-b-yellow-600\/90 {
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-b-yellow-600\/95 {
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-b-yellow-600\/100 {
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-b-yellow-700\/0 {
  border-bottom-color: rgb(161 98 7 / 0);
}

.border-b-yellow-700\/5 {
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-b-yellow-700\/10 {
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.border-b-yellow-700\/20 {
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-b-yellow-700\/25 {
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-b-yellow-700\/30 {
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-b-yellow-700\/40 {
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-b-yellow-700\/50 {
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-b-yellow-700\/60 {
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-b-yellow-700\/70 {
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-b-yellow-700\/75 {
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-b-yellow-700\/80 {
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-b-yellow-700\/90 {
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-b-yellow-700\/95 {
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-b-yellow-700\/100 {
  border-bottom-color: rgb(161 98 7 / 1);
}

.border-b-yellow-800\/0 {
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-b-yellow-800\/5 {
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-b-yellow-800\/10 {
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-b-yellow-800\/20 {
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-b-yellow-800\/25 {
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-b-yellow-800\/30 {
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-b-yellow-800\/50 {
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-b-yellow-800\/70 {
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-b-yellow-800\/75 {
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-b-yellow-800\/80 {
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-b-yellow-800\/90 {
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-b-yellow-800\/95 {
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-b-yellow-800\/100 {
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-b-yellow-900\/0 {
  border-bottom-color: rgb(113 63 18 / 0);
}

.border-b-yellow-900\/5 {
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-b-yellow-900\/10 {
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.border-b-yellow-900\/20 {
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-b-yellow-900\/25 {
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-b-yellow-900\/30 {
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-b-yellow-900\/40 {
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-b-yellow-900\/50 {
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-b-yellow-900\/60 {
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-b-yellow-900\/70 {
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-b-yellow-900\/75 {
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-b-yellow-900\/80 {
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-b-yellow-900\/90 {
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-b-yellow-900\/95 {
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-b-yellow-900\/100 {
  border-bottom-color: rgb(113 63 18 / 1);
}

.border-b-warning\/0 {
  border-bottom-color: rgb(250 200 176 / 0);
}

.border-b-warning\/5 {
  border-bottom-color: rgb(250 200 176 / 0.05);
}

.border-b-warning\/10 {
  border-bottom-color: rgb(250 200 176 / 0.1);
}

.border-b-warning\/20 {
  border-bottom-color: rgb(250 200 176 / 0.2);
}

.border-b-warning\/25 {
  border-bottom-color: rgb(250 200 176 / 0.25);
}

.border-b-warning\/30 {
  border-bottom-color: rgb(250 200 176 / 0.3);
}

.border-b-warning\/40 {
  border-bottom-color: rgb(250 200 176 / 0.4);
}

.border-b-warning\/50 {
  border-bottom-color: rgb(250 200 176 / 0.5);
}

.border-b-warning\/60 {
  border-bottom-color: rgb(250 200 176 / 0.6);
}

.border-b-warning\/70 {
  border-bottom-color: rgb(250 200 176 / 0.7);
}

.border-b-warning\/75 {
  border-bottom-color: rgb(250 200 176 / 0.75);
}

.border-b-warning\/80 {
  border-bottom-color: rgb(250 200 176 / 0.8);
}

.border-b-warning\/90 {
  border-bottom-color: rgb(250 200 176 / 0.9);
}

.border-b-warning\/95 {
  border-bottom-color: rgb(250 200 176 / 0.95);
}

.border-b-warning\/100 {
  border-bottom-color: rgb(250 200 176 / 1);
}

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

.border-l-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-l-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-l-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-l-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-l-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-l-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-l-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-l-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-l-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-l-warning {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 200 176 / var(--tw-border-opacity));
}

.border-l-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
}

.border-l-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}

.border-l-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}

.border-l-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}

.border-l-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}

.border-l-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}

.border-l-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}

.border-l-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}

.border-l-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}

.border-l-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}

.border-l-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}

.border-l-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}

.border-l-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}

.border-l-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}

.border-l-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
}

.border-l-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
}

.border-l-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
}

.border-l-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
}

.border-l-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
}

.border-l-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
}

.border-l-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
}

.border-l-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
}

.border-l-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
}

.border-l-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
}

.border-l-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
}

.border-l-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
}

.border-l-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
}

.border-l-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
}

.border-l-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
}

.border-l-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
}

.border-l-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
}

.border-l-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
}

.border-l-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
}

.border-l-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
}

.border-l-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
}

.border-l-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
}

.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
}

.border-l-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
}

.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
}

.border-l-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
}

.border-l-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
}

.border-l-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
}

.border-l-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
}

.border-l-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
}

.border-l-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
}

.border-l-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
}

.border-l-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
}

.border-l-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
}

.border-l-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
}

.border-l-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
}

.border-l-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
}

.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
}

.border-l-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
}

.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
}

.border-l-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
}

.border-l-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
}

.border-l-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
}

.border-l-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
}

.border-l-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
}

.border-l-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
}

.border-l-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
}

.border-l-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
}

.border-l-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
}

.border-l-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
}

.border-l-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
}

.border-l-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
}

.border-l-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
}

.border-l-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
}

.border-l-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
}

.border-l-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
}

.border-l-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
}

.border-l-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
}

.border-l-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
}

.border-l-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
}

.border-l-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
}

.border-l-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
}

.border-l-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
}

.border-l-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
}

.border-l-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
}

.border-l-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
}

.border-l-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
}

.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
}

.border-l-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
}

.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
}

.border-l-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
}

.border-l-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
}

.border-l-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
}

.border-l-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
}

.border-l-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
}

.border-l-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
}

.border-l-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
}

.border-l-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
}

.border-l-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
}

.border-l-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
}

.border-l-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
}

.border-l-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
}

.border-l-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
}

.border-l-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
}

.border-l-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
}

.border-l-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
}

.border-l-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
}

.border-l-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
}

.border-l-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
}

.border-l-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
}

.border-l-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
}

.border-l-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
}

.border-l-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
}

.border-l-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
}

.border-l-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
}

.border-l-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
}

.border-l-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
}

.border-l-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
}

.border-l-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
}

.border-l-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
}

.border-l-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
}

.border-l-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
}

.border-l-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
}

.border-l-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
}

.border-l-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
}

.border-l-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
}

.border-l-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0);
}

.border-l-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05);
}

.border-l-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1);
}

.border-l-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2);
}

.border-l-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25);
}

.border-l-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3);
}

.border-l-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
}

.border-l-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5);
}

.border-l-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
}

.border-l-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7);
}

.border-l-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75);
}

.border-l-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8);
}

.border-l-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9);
}

.border-l-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95);
}

.border-l-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1);
}

.border-l-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
}

.border-l-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
}

.border-l-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
}

.border-l-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
}

.border-l-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
}

.border-l-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
}

.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
}

.border-l-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
}

.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
}

.border-l-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
}

.border-l-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
}

.border-l-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
}

.border-l-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
}

.border-l-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
}

.border-l-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
}

.border-l-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0);
}

.border-l-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05);
}

.border-l-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1);
}

.border-l-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2);
}

.border-l-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25);
}

.border-l-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3);
}

.border-l-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
}

.border-l-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5);
}

.border-l-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
}

.border-l-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7);
}

.border-l-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75);
}

.border-l-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8);
}

.border-l-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9);
}

.border-l-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95);
}

.border-l-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1);
}

.border-l-warning\/0 {
  border-left-color: rgb(250 200 176 / 0);
}

.border-l-warning\/5 {
  border-left-color: rgb(250 200 176 / 0.05);
}

.border-l-warning\/10 {
  border-left-color: rgb(250 200 176 / 0.1);
}

.border-l-warning\/20 {
  border-left-color: rgb(250 200 176 / 0.2);
}

.border-l-warning\/25 {
  border-left-color: rgb(250 200 176 / 0.25);
}

.border-l-warning\/30 {
  border-left-color: rgb(250 200 176 / 0.3);
}

.border-l-warning\/40 {
  border-left-color: rgb(250 200 176 / 0.4);
}

.border-l-warning\/50 {
  border-left-color: rgb(250 200 176 / 0.5);
}

.border-l-warning\/60 {
  border-left-color: rgb(250 200 176 / 0.6);
}

.border-l-warning\/70 {
  border-left-color: rgb(250 200 176 / 0.7);
}

.border-l-warning\/75 {
  border-left-color: rgb(250 200 176 / 0.75);
}

.border-l-warning\/80 {
  border-left-color: rgb(250 200 176 / 0.8);
}

.border-l-warning\/90 {
  border-left-color: rgb(250 200 176 / 0.9);
}

.border-l-warning\/95 {
  border-left-color: rgb(250 200 176 / 0.95);
}

.border-l-warning\/100 {
  border-left-color: rgb(250 200 176 / 1);
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.bg-background-other {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-background-plain {
  --tw-bg-opacity: 1;
  background-color: rgb(33 35 41 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-background-paper {
  --tw-bg-opacity: 1;
  background-color: rgb(33 32 32 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 41 0 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 141 / var(--tw-bg-opacity));
}

.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(222 55 48 / var(--tw-bg-opacity));
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(54 184 90 / var(--tw-bg-opacity));
}

.bg-text {
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 212 / var(--tw-bg-opacity));
}

.bg-text-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 142 / var(--tw-bg-opacity));
}

.bg-text-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(174 177 194 / var(--tw-bg-opacity));
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(76 78 83 / var(--tw-bg-opacity));
}

.bg-background-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(230 238 245 / var(--tw-bg-opacity));
}

.bg-background-trans-grey {
  background-color: rgba(143, 143, 143, 0.3);
}

.bg-background-drop {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 48 / var(--tw-bg-opacity));
}

.bg-text-fourtiary {
  --tw-bg-opacity: 1;
  background-color: rgb(82 85 96 / var(--tw-bg-opacity));
}

.bg-background-account {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 48 / var(--tw-bg-opacity));
}

.bg-background-table-header {
  background-color: transparent;
}

.bg-transparent {
  background-color: transparent;
}

.bg-field-select-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 48 / var(--tw-bg-opacity));
}

.bg-background-input-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 142 / var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.bg-company-light-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(242 130 98 / var(--tw-bg-opacity));
}

.bg-background-filter-border {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 48 / var(--tw-bg-opacity));
}

.bg-background-filter-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#A8A8A8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity));
}

.bg-text-lightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 212 / var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-background-instrument {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 48 / var(--tw-bg-opacity));
}

.bg-tertiary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 212 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-background-instrument-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#9747FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 71 255 / var(--tw-bg-opacity));
}

.bg-\[\#0B84EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 132 238 / var(--tw-bg-opacity));
}

.bg-\[\#5BB82F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 184 47 / var(--tw-bg-opacity));
}

.bg-background-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-background-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 53 / var(--tw-bg-opacity));
}

.bg-background-rating-tooltip {
  --tw-bg-opacity: 1;
  background-color: rgb(115 131 231 / var(--tw-bg-opacity));
}

.bg-company-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(33 32 32 / var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(250 200 176 / var(--tw-bg-opacity));
}

.bg-gradient-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(211 209 255 / var(--tw-bg-opacity));
}

.bg-gradient-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 219 252 / var(--tw-bg-opacity));
}

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.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\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.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\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}

.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}

.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}

.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}

.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}

.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}

.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}

.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}

.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}

.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}

.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}

.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}

.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}

.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}

.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}

.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}

.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}

.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}

.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}

.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}

.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}

.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}

.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}

.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}

.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}

.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}

.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}

.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}

.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}

.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}

.bg-warning\/0 {
  background-color: rgb(250 200 176 / 0);
}

.bg-warning\/5 {
  background-color: rgb(250 200 176 / 0.05);
}

.bg-warning\/10 {
  background-color: rgb(250 200 176 / 0.1);
}

.bg-warning\/20 {
  background-color: rgb(250 200 176 / 0.2);
}

.bg-warning\/25 {
  background-color: rgb(250 200 176 / 0.25);
}

.bg-warning\/30 {
  background-color: rgb(250 200 176 / 0.3);
}

.bg-warning\/40 {
  background-color: rgb(250 200 176 / 0.4);
}

.bg-warning\/50 {
  background-color: rgb(250 200 176 / 0.5);
}

.bg-warning\/60 {
  background-color: rgb(250 200 176 / 0.6);
}

.bg-warning\/70 {
  background-color: rgb(250 200 176 / 0.7);
}

.bg-warning\/75 {
  background-color: rgb(250 200 176 / 0.75);
}

.bg-warning\/80 {
  background-color: rgb(250 200 176 / 0.8);
}

.bg-warning\/90 {
  background-color: rgb(250 200 176 / 0.9);
}

.bg-warning\/95 {
  background-color: rgb(250 200 176 / 0.95);
}

.bg-warning\/100 {
  background-color: rgb(250 200 176 / 1);
}

.bg-gradient-100\/0 {
  background-color: rgb(211 209 255 / 0);
}

.bg-gradient-100\/5 {
  background-color: rgb(211 209 255 / 0.05);
}

.bg-gradient-100\/10 {
  background-color: rgb(211 209 255 / 0.1);
}

.bg-gradient-100\/20 {
  background-color: rgb(211 209 255 / 0.2);
}

.bg-gradient-100\/25 {
  background-color: rgb(211 209 255 / 0.25);
}

.bg-gradient-100\/30 {
  background-color: rgb(211 209 255 / 0.3);
}

.bg-gradient-100\/40 {
  background-color: rgb(211 209 255 / 0.4);
}

.bg-gradient-100\/50 {
  background-color: rgb(211 209 255 / 0.5);
}

.bg-gradient-100\/60 {
  background-color: rgb(211 209 255 / 0.6);
}

.bg-gradient-100\/70 {
  background-color: rgb(211 209 255 / 0.7);
}

.bg-gradient-100\/75 {
  background-color: rgb(211 209 255 / 0.75);
}

.bg-gradient-100\/80 {
  background-color: rgb(211 209 255 / 0.8);
}

.bg-gradient-100\/90 {
  background-color: rgb(211 209 255 / 0.9);
}

.bg-gradient-100\/95 {
  background-color: rgb(211 209 255 / 0.95);
}

.bg-gradient-100\/100 {
  background-color: rgb(211 209 255 / 1);
}

.bg-gradient-200\/0 {
  background-color: rgb(186 219 252 / 0);
}

.bg-gradient-200\/5 {
  background-color: rgb(186 219 252 / 0.05);
}

.bg-gradient-200\/10 {
  background-color: rgb(186 219 252 / 0.1);
}

.bg-gradient-200\/20 {
  background-color: rgb(186 219 252 / 0.2);
}

.bg-gradient-200\/25 {
  background-color: rgb(186 219 252 / 0.25);
}

.bg-gradient-200\/30 {
  background-color: rgb(186 219 252 / 0.3);
}

.bg-gradient-200\/40 {
  background-color: rgb(186 219 252 / 0.4);
}

.bg-gradient-200\/50 {
  background-color: rgb(186 219 252 / 0.5);
}

.bg-gradient-200\/60 {
  background-color: rgb(186 219 252 / 0.6);
}

.bg-gradient-200\/70 {
  background-color: rgb(186 219 252 / 0.7);
}

.bg-gradient-200\/75 {
  background-color: rgb(186 219 252 / 0.75);
}

.bg-gradient-200\/80 {
  background-color: rgb(186 219 252 / 0.8);
}

.bg-gradient-200\/90 {
  background-color: rgb(186 219 252 / 0.9);
}

.bg-gradient-200\/95 {
  background-color: rgb(186 219 252 / 0.95);
}

.bg-gradient-200\/100 {
  background-color: rgb(186 219 252 / 1);
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

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

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-hero {
  background-image: url('/img/instruments/man-dark-bg.png');
}

.bg-gradient-info {
  background-image: linear-gradient(156.24deg, #2E49F1 17.62%, #5C63F2 59.05%, #DA83F9 113.72%);
}

.bg-gradient-profile {
  background-image: linear-gradient(#2A2D35 0%, #2A2D35 100%);
}

.bg-gradient-support {
  background-image: linear-gradient(#323030 0%, #323030 100%);
}

.bg-figure-support-form {
  background-image: url('/img/graphics/figure-support-form-dark-orange.svg');
}

.bg-gradient-bcg {
  background-image: linear-gradient(#407CF2 0%, #407CF2 100%);
}

.bg-logo {
  background-image: url('/img/logo/orangito-pro-logo.svg');
}

.bg-btcex-logo {
  background-image: url('/img/logo/btcex-dark.svg');
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-summary {
  background-image: linear-gradient(#fd2900 0%, #a4150a 100%);
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-gradient-primary {
  background-image: linear-gradient(#FF5A1F 0%, #FF5A1F 100%);
}

.bg-gradient-primary-hover {
  background-image: linear-gradient(#D03801 0%, #D03801  100%);
}

.bg-gradient-secondary {
  background-image: linear-gradient(#FF5A1F 0%, #FF5A1F 100%);
}

.bg-gradient-secondary-hover {
  background-image: linear-gradient(#D03801 0%, #D03801 100%);
}

.bg-gradient-success {
  background-image: linear-gradient(#36B85A 0%, #36B85A 100%);
}

.bg-gradient-error {
  background-image: linear-gradient(#DE3730 0%, #DE3730 100%);
}

.from-gray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-to: rgb(229 231 235 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50 {
  --tw-gradient-from: #fefce8;
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100 {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a;
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300 {
  --tw-gradient-from: #fde047;
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400 {
  --tw-gradient-from: #facc15;
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500 {
  --tw-gradient-from: #eab308;
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600 {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700 {
  --tw-gradient-from: #a16207;
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800 {
  --tw-gradient-from: #854d0e;
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900 {
  --tw-gradient-from: #713f12;
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning {
  --tw-gradient-from: #FAC8B0;
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/80 {
  --tw-gradient-from: rgb(255 255 255 / 0.8);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/0 {
  --tw-gradient-from: rgb(254 252 232 / 0);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/5 {
  --tw-gradient-from: rgb(254 252 232 / 0.05);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/10 {
  --tw-gradient-from: rgb(254 252 232 / 0.1);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/20 {
  --tw-gradient-from: rgb(254 252 232 / 0.2);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/25 {
  --tw-gradient-from: rgb(254 252 232 / 0.25);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/30 {
  --tw-gradient-from: rgb(254 252 232 / 0.3);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/40 {
  --tw-gradient-from: rgb(254 252 232 / 0.4);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/50 {
  --tw-gradient-from: rgb(254 252 232 / 0.5);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/60 {
  --tw-gradient-from: rgb(254 252 232 / 0.6);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/70 {
  --tw-gradient-from: rgb(254 252 232 / 0.7);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/75 {
  --tw-gradient-from: rgb(254 252 232 / 0.75);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/80 {
  --tw-gradient-from: rgb(254 252 232 / 0.8);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/90 {
  --tw-gradient-from: rgb(254 252 232 / 0.9);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/95 {
  --tw-gradient-from: rgb(254 252 232 / 0.95);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/100 {
  --tw-gradient-from: rgb(254 252 232 / 1);
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/0 {
  --tw-gradient-from: rgb(254 249 195 / 0);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/5 {
  --tw-gradient-from: rgb(254 249 195 / 0.05);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/10 {
  --tw-gradient-from: rgb(254 249 195 / 0.1);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/20 {
  --tw-gradient-from: rgb(254 249 195 / 0.2);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/25 {
  --tw-gradient-from: rgb(254 249 195 / 0.25);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/30 {
  --tw-gradient-from: rgb(254 249 195 / 0.3);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/40 {
  --tw-gradient-from: rgb(254 249 195 / 0.4);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/50 {
  --tw-gradient-from: rgb(254 249 195 / 0.5);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/60 {
  --tw-gradient-from: rgb(254 249 195 / 0.6);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/70 {
  --tw-gradient-from: rgb(254 249 195 / 0.7);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/75 {
  --tw-gradient-from: rgb(254 249 195 / 0.75);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/80 {
  --tw-gradient-from: rgb(254 249 195 / 0.8);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/90 {
  --tw-gradient-from: rgb(254 249 195 / 0.9);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/95 {
  --tw-gradient-from: rgb(254 249 195 / 0.95);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/100 {
  --tw-gradient-from: rgb(254 249 195 / 1);
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/0 {
  --tw-gradient-from: rgb(254 240 138 / 0);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/5 {
  --tw-gradient-from: rgb(254 240 138 / 0.05);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/10 {
  --tw-gradient-from: rgb(254 240 138 / 0.1);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/20 {
  --tw-gradient-from: rgb(254 240 138 / 0.2);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/25 {
  --tw-gradient-from: rgb(254 240 138 / 0.25);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/30 {
  --tw-gradient-from: rgb(254 240 138 / 0.3);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/40 {
  --tw-gradient-from: rgb(254 240 138 / 0.4);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/50 {
  --tw-gradient-from: rgb(254 240 138 / 0.5);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/60 {
  --tw-gradient-from: rgb(254 240 138 / 0.6);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/70 {
  --tw-gradient-from: rgb(254 240 138 / 0.7);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/75 {
  --tw-gradient-from: rgb(254 240 138 / 0.75);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/80 {
  --tw-gradient-from: rgb(254 240 138 / 0.8);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/90 {
  --tw-gradient-from: rgb(254 240 138 / 0.9);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/95 {
  --tw-gradient-from: rgb(254 240 138 / 0.95);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/100 {
  --tw-gradient-from: rgb(254 240 138 / 1);
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/0 {
  --tw-gradient-from: rgb(253 224 71 / 0);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/5 {
  --tw-gradient-from: rgb(253 224 71 / 0.05);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/10 {
  --tw-gradient-from: rgb(253 224 71 / 0.1);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/20 {
  --tw-gradient-from: rgb(253 224 71 / 0.2);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/25 {
  --tw-gradient-from: rgb(253 224 71 / 0.25);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/30 {
  --tw-gradient-from: rgb(253 224 71 / 0.3);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/40 {
  --tw-gradient-from: rgb(253 224 71 / 0.4);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/50 {
  --tw-gradient-from: rgb(253 224 71 / 0.5);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/60 {
  --tw-gradient-from: rgb(253 224 71 / 0.6);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/70 {
  --tw-gradient-from: rgb(253 224 71 / 0.7);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/75 {
  --tw-gradient-from: rgb(253 224 71 / 0.75);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/80 {
  --tw-gradient-from: rgb(253 224 71 / 0.8);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/90 {
  --tw-gradient-from: rgb(253 224 71 / 0.9);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/95 {
  --tw-gradient-from: rgb(253 224 71 / 0.95);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/100 {
  --tw-gradient-from: rgb(253 224 71 / 1);
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/0 {
  --tw-gradient-from: rgb(250 204 21 / 0);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/5 {
  --tw-gradient-from: rgb(250 204 21 / 0.05);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/10 {
  --tw-gradient-from: rgb(250 204 21 / 0.1);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/20 {
  --tw-gradient-from: rgb(250 204 21 / 0.2);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/25 {
  --tw-gradient-from: rgb(250 204 21 / 0.25);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/30 {
  --tw-gradient-from: rgb(250 204 21 / 0.3);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/40 {
  --tw-gradient-from: rgb(250 204 21 / 0.4);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/50 {
  --tw-gradient-from: rgb(250 204 21 / 0.5);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/60 {
  --tw-gradient-from: rgb(250 204 21 / 0.6);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/70 {
  --tw-gradient-from: rgb(250 204 21 / 0.7);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/75 {
  --tw-gradient-from: rgb(250 204 21 / 0.75);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/80 {
  --tw-gradient-from: rgb(250 204 21 / 0.8);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/90 {
  --tw-gradient-from: rgb(250 204 21 / 0.9);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/95 {
  --tw-gradient-from: rgb(250 204 21 / 0.95);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/100 {
  --tw-gradient-from: rgb(250 204 21 / 1);
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/0 {
  --tw-gradient-from: rgb(234 179 8 / 0);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/5 {
  --tw-gradient-from: rgb(234 179 8 / 0.05);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/10 {
  --tw-gradient-from: rgb(234 179 8 / 0.1);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/20 {
  --tw-gradient-from: rgb(234 179 8 / 0.2);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/25 {
  --tw-gradient-from: rgb(234 179 8 / 0.25);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/30 {
  --tw-gradient-from: rgb(234 179 8 / 0.3);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/40 {
  --tw-gradient-from: rgb(234 179 8 / 0.4);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/50 {
  --tw-gradient-from: rgb(234 179 8 / 0.5);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/60 {
  --tw-gradient-from: rgb(234 179 8 / 0.6);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/70 {
  --tw-gradient-from: rgb(234 179 8 / 0.7);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/75 {
  --tw-gradient-from: rgb(234 179 8 / 0.75);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/80 {
  --tw-gradient-from: rgb(234 179 8 / 0.8);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/90 {
  --tw-gradient-from: rgb(234 179 8 / 0.9);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/95 {
  --tw-gradient-from: rgb(234 179 8 / 0.95);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/100 {
  --tw-gradient-from: rgb(234 179 8 / 1);
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/0 {
  --tw-gradient-from: rgb(202 138 4 / 0);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/5 {
  --tw-gradient-from: rgb(202 138 4 / 0.05);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/10 {
  --tw-gradient-from: rgb(202 138 4 / 0.1);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/20 {
  --tw-gradient-from: rgb(202 138 4 / 0.2);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/25 {
  --tw-gradient-from: rgb(202 138 4 / 0.25);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/30 {
  --tw-gradient-from: rgb(202 138 4 / 0.3);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/40 {
  --tw-gradient-from: rgb(202 138 4 / 0.4);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/50 {
  --tw-gradient-from: rgb(202 138 4 / 0.5);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/60 {
  --tw-gradient-from: rgb(202 138 4 / 0.6);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/70 {
  --tw-gradient-from: rgb(202 138 4 / 0.7);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/75 {
  --tw-gradient-from: rgb(202 138 4 / 0.75);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/80 {
  --tw-gradient-from: rgb(202 138 4 / 0.8);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/90 {
  --tw-gradient-from: rgb(202 138 4 / 0.9);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/95 {
  --tw-gradient-from: rgb(202 138 4 / 0.95);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/100 {
  --tw-gradient-from: rgb(202 138 4 / 1);
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/0 {
  --tw-gradient-from: rgb(161 98 7 / 0);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/5 {
  --tw-gradient-from: rgb(161 98 7 / 0.05);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/10 {
  --tw-gradient-from: rgb(161 98 7 / 0.1);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/20 {
  --tw-gradient-from: rgb(161 98 7 / 0.2);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/25 {
  --tw-gradient-from: rgb(161 98 7 / 0.25);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/30 {
  --tw-gradient-from: rgb(161 98 7 / 0.3);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/40 {
  --tw-gradient-from: rgb(161 98 7 / 0.4);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/50 {
  --tw-gradient-from: rgb(161 98 7 / 0.5);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/60 {
  --tw-gradient-from: rgb(161 98 7 / 0.6);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/70 {
  --tw-gradient-from: rgb(161 98 7 / 0.7);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/75 {
  --tw-gradient-from: rgb(161 98 7 / 0.75);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/80 {
  --tw-gradient-from: rgb(161 98 7 / 0.8);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/90 {
  --tw-gradient-from: rgb(161 98 7 / 0.9);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/95 {
  --tw-gradient-from: rgb(161 98 7 / 0.95);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/100 {
  --tw-gradient-from: rgb(161 98 7 / 1);
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/0 {
  --tw-gradient-from: rgb(133 77 14 / 0);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/5 {
  --tw-gradient-from: rgb(133 77 14 / 0.05);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/10 {
  --tw-gradient-from: rgb(133 77 14 / 0.1);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/20 {
  --tw-gradient-from: rgb(133 77 14 / 0.2);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/25 {
  --tw-gradient-from: rgb(133 77 14 / 0.25);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/30 {
  --tw-gradient-from: rgb(133 77 14 / 0.3);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/40 {
  --tw-gradient-from: rgb(133 77 14 / 0.4);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/50 {
  --tw-gradient-from: rgb(133 77 14 / 0.5);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/60 {
  --tw-gradient-from: rgb(133 77 14 / 0.6);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/70 {
  --tw-gradient-from: rgb(133 77 14 / 0.7);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/75 {
  --tw-gradient-from: rgb(133 77 14 / 0.75);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/80 {
  --tw-gradient-from: rgb(133 77 14 / 0.8);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/90 {
  --tw-gradient-from: rgb(133 77 14 / 0.9);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/95 {
  --tw-gradient-from: rgb(133 77 14 / 0.95);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/100 {
  --tw-gradient-from: rgb(133 77 14 / 1);
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/0 {
  --tw-gradient-from: rgb(113 63 18 / 0);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/5 {
  --tw-gradient-from: rgb(113 63 18 / 0.05);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/10 {
  --tw-gradient-from: rgb(113 63 18 / 0.1);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/20 {
  --tw-gradient-from: rgb(113 63 18 / 0.2);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/25 {
  --tw-gradient-from: rgb(113 63 18 / 0.25);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/30 {
  --tw-gradient-from: rgb(113 63 18 / 0.3);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/40 {
  --tw-gradient-from: rgb(113 63 18 / 0.4);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/50 {
  --tw-gradient-from: rgb(113 63 18 / 0.5);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/60 {
  --tw-gradient-from: rgb(113 63 18 / 0.6);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/70 {
  --tw-gradient-from: rgb(113 63 18 / 0.7);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/75 {
  --tw-gradient-from: rgb(113 63 18 / 0.75);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/80 {
  --tw-gradient-from: rgb(113 63 18 / 0.8);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/90 {
  --tw-gradient-from: rgb(113 63 18 / 0.9);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/95 {
  --tw-gradient-from: rgb(113 63 18 / 0.95);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/100 {
  --tw-gradient-from: rgb(113 63 18 / 1);
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/0 {
  --tw-gradient-from: rgb(250 200 176 / 0);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/5 {
  --tw-gradient-from: rgb(250 200 176 / 0.05);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/10 {
  --tw-gradient-from: rgb(250 200 176 / 0.1);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/20 {
  --tw-gradient-from: rgb(250 200 176 / 0.2);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/25 {
  --tw-gradient-from: rgb(250 200 176 / 0.25);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/30 {
  --tw-gradient-from: rgb(250 200 176 / 0.3);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/40 {
  --tw-gradient-from: rgb(250 200 176 / 0.4);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/50 {
  --tw-gradient-from: rgb(250 200 176 / 0.5);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/60 {
  --tw-gradient-from: rgb(250 200 176 / 0.6);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/70 {
  --tw-gradient-from: rgb(250 200 176 / 0.7);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/75 {
  --tw-gradient-from: rgb(250 200 176 / 0.75);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/80 {
  --tw-gradient-from: rgb(250 200 176 / 0.8);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/90 {
  --tw-gradient-from: rgb(250 200 176 / 0.9);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/95 {
  --tw-gradient-from: rgb(250 200 176 / 0.95);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warning\/100 {
  --tw-gradient-from: rgb(250 200 176 / 1);
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-gray-300 {
  --tw-gradient-to: rgb(209 213 219 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to);
}

.via-yellow-50 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to);
}

.via-yellow-100 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to);
}

.via-yellow-200 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to);
}

.via-yellow-300 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to);
}

.via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to);
}

.via-yellow-500 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to);
}

.via-yellow-600 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to);
}

.via-yellow-700 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to);
}

.via-yellow-800 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to);
}

.via-yellow-900 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to);
}

.via-warning {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #FAC8B0, var(--tw-gradient-to);
}

.via-white\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0), var(--tw-gradient-to);
}

.via-white\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05), var(--tw-gradient-to);
}

.via-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1), var(--tw-gradient-to);
}

.via-white\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2), var(--tw-gradient-to);
}

.via-white\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25), var(--tw-gradient-to);
}

.via-white\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3), var(--tw-gradient-to);
}

.via-white\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4), var(--tw-gradient-to);
}

.via-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5), var(--tw-gradient-to);
}

.via-white\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6), var(--tw-gradient-to);
}

.via-white\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7), var(--tw-gradient-to);
}

.via-white\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75), var(--tw-gradient-to);
}

.via-white\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8), var(--tw-gradient-to);
}

.via-white\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9), var(--tw-gradient-to);
}

.via-white\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95), var(--tw-gradient-to);
}

.via-white\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1), var(--tw-gradient-to);
}

.via-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0), var(--tw-gradient-to);
}

.via-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.05), var(--tw-gradient-to);
}

.via-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.1), var(--tw-gradient-to);
}

.via-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.2), var(--tw-gradient-to);
}

.via-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.25), var(--tw-gradient-to);
}

.via-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.3), var(--tw-gradient-to);
}

.via-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.4), var(--tw-gradient-to);
}

.via-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.5), var(--tw-gradient-to);
}

.via-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.6), var(--tw-gradient-to);
}

.via-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.7), var(--tw-gradient-to);
}

.via-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.75), var(--tw-gradient-to);
}

.via-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.8), var(--tw-gradient-to);
}

.via-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.9), var(--tw-gradient-to);
}

.via-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.95), var(--tw-gradient-to);
}

.via-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1), var(--tw-gradient-to);
}

.via-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0), var(--tw-gradient-to);
}

.via-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05), var(--tw-gradient-to);
}

.via-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1), var(--tw-gradient-to);
}

.via-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2), var(--tw-gradient-to);
}

.via-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25), var(--tw-gradient-to);
}

.via-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3), var(--tw-gradient-to);
}

.via-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4), var(--tw-gradient-to);
}

.via-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5), var(--tw-gradient-to);
}

.via-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6), var(--tw-gradient-to);
}

.via-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7), var(--tw-gradient-to);
}

.via-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75), var(--tw-gradient-to);
}

.via-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8), var(--tw-gradient-to);
}

.via-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9), var(--tw-gradient-to);
}

.via-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95), var(--tw-gradient-to);
}

.via-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1), var(--tw-gradient-to);
}

.via-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0), var(--tw-gradient-to);
}

.via-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05), var(--tw-gradient-to);
}

.via-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1), var(--tw-gradient-to);
}

.via-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2), var(--tw-gradient-to);
}

.via-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25), var(--tw-gradient-to);
}

.via-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3), var(--tw-gradient-to);
}

.via-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4), var(--tw-gradient-to);
}

.via-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5), var(--tw-gradient-to);
}

.via-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6), var(--tw-gradient-to);
}

.via-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7), var(--tw-gradient-to);
}

.via-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75), var(--tw-gradient-to);
}

.via-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8), var(--tw-gradient-to);
}

.via-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9), var(--tw-gradient-to);
}

.via-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95), var(--tw-gradient-to);
}

.via-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1), var(--tw-gradient-to);
}

.via-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0), var(--tw-gradient-to);
}

.via-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.05), var(--tw-gradient-to);
}

.via-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1), var(--tw-gradient-to);
}

.via-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.2), var(--tw-gradient-to);
}

.via-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.25), var(--tw-gradient-to);
}

.via-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.3), var(--tw-gradient-to);
}

.via-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.4), var(--tw-gradient-to);
}

.via-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.5), var(--tw-gradient-to);
}

.via-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.6), var(--tw-gradient-to);
}

.via-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.7), var(--tw-gradient-to);
}

.via-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.75), var(--tw-gradient-to);
}

.via-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.8), var(--tw-gradient-to);
}

.via-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.9), var(--tw-gradient-to);
}

.via-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.95), var(--tw-gradient-to);
}

.via-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1), var(--tw-gradient-to);
}

.via-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0), var(--tw-gradient-to);
}

.via-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05), var(--tw-gradient-to);
}

.via-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1), var(--tw-gradient-to);
}

.via-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2), var(--tw-gradient-to);
}

.via-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25), var(--tw-gradient-to);
}

.via-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3), var(--tw-gradient-to);
}

.via-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4), var(--tw-gradient-to);
}

.via-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5), var(--tw-gradient-to);
}

.via-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6), var(--tw-gradient-to);
}

.via-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7), var(--tw-gradient-to);
}

.via-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75), var(--tw-gradient-to);
}

.via-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8), var(--tw-gradient-to);
}

.via-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9), var(--tw-gradient-to);
}

.via-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95), var(--tw-gradient-to);
}

.via-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1), var(--tw-gradient-to);
}

.via-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0), var(--tw-gradient-to);
}

.via-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.05), var(--tw-gradient-to);
}

.via-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.1), var(--tw-gradient-to);
}

.via-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.2), var(--tw-gradient-to);
}

.via-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.25), var(--tw-gradient-to);
}

.via-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.3), var(--tw-gradient-to);
}

.via-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.4), var(--tw-gradient-to);
}

.via-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.5), var(--tw-gradient-to);
}

.via-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.6), var(--tw-gradient-to);
}

.via-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.7), var(--tw-gradient-to);
}

.via-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.75), var(--tw-gradient-to);
}

.via-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.8), var(--tw-gradient-to);
}

.via-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.9), var(--tw-gradient-to);
}

.via-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.95), var(--tw-gradient-to);
}

.via-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1), var(--tw-gradient-to);
}

.via-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0), var(--tw-gradient-to);
}

.via-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.05), var(--tw-gradient-to);
}

.via-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.1), var(--tw-gradient-to);
}

.via-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.2), var(--tw-gradient-to);
}

.via-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.25), var(--tw-gradient-to);
}

.via-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.3), var(--tw-gradient-to);
}

.via-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.4), var(--tw-gradient-to);
}

.via-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.5), var(--tw-gradient-to);
}

.via-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.6), var(--tw-gradient-to);
}

.via-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.7), var(--tw-gradient-to);
}

.via-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.75), var(--tw-gradient-to);
}

.via-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.8), var(--tw-gradient-to);
}

.via-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.9), var(--tw-gradient-to);
}

.via-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.95), var(--tw-gradient-to);
}

.via-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1), var(--tw-gradient-to);
}

.via-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0), var(--tw-gradient-to);
}

.via-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.05), var(--tw-gradient-to);
}

.via-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.1), var(--tw-gradient-to);
}

.via-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.2), var(--tw-gradient-to);
}

.via-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.25), var(--tw-gradient-to);
}

.via-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.3), var(--tw-gradient-to);
}

.via-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.4), var(--tw-gradient-to);
}

.via-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.5), var(--tw-gradient-to);
}

.via-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.6), var(--tw-gradient-to);
}

.via-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.7), var(--tw-gradient-to);
}

.via-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.75), var(--tw-gradient-to);
}

.via-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.8), var(--tw-gradient-to);
}

.via-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.9), var(--tw-gradient-to);
}

.via-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.95), var(--tw-gradient-to);
}

.via-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 1), var(--tw-gradient-to);
}

.via-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0), var(--tw-gradient-to);
}

.via-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05), var(--tw-gradient-to);
}

.via-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1), var(--tw-gradient-to);
}

.via-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2), var(--tw-gradient-to);
}

.via-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25), var(--tw-gradient-to);
}

.via-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3), var(--tw-gradient-to);
}

.via-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4), var(--tw-gradient-to);
}

.via-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5), var(--tw-gradient-to);
}

.via-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6), var(--tw-gradient-to);
}

.via-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7), var(--tw-gradient-to);
}

.via-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75), var(--tw-gradient-to);
}

.via-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8), var(--tw-gradient-to);
}

.via-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9), var(--tw-gradient-to);
}

.via-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95), var(--tw-gradient-to);
}

.via-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1), var(--tw-gradient-to);
}

.via-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0), var(--tw-gradient-to);
}

.via-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.05), var(--tw-gradient-to);
}

.via-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.1), var(--tw-gradient-to);
}

.via-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.2), var(--tw-gradient-to);
}

.via-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.25), var(--tw-gradient-to);
}

.via-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.3), var(--tw-gradient-to);
}

.via-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.4), var(--tw-gradient-to);
}

.via-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.5), var(--tw-gradient-to);
}

.via-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.6), var(--tw-gradient-to);
}

.via-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.7), var(--tw-gradient-to);
}

.via-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.75), var(--tw-gradient-to);
}

.via-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.8), var(--tw-gradient-to);
}

.via-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.9), var(--tw-gradient-to);
}

.via-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.95), var(--tw-gradient-to);
}

.via-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 1), var(--tw-gradient-to);
}

.via-warning\/0 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0), var(--tw-gradient-to);
}

.via-warning\/5 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.05), var(--tw-gradient-to);
}

.via-warning\/10 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.1), var(--tw-gradient-to);
}

.via-warning\/20 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.2), var(--tw-gradient-to);
}

.via-warning\/25 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.25), var(--tw-gradient-to);
}

.via-warning\/30 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.3), var(--tw-gradient-to);
}

.via-warning\/40 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.4), var(--tw-gradient-to);
}

.via-warning\/50 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.5), var(--tw-gradient-to);
}

.via-warning\/60 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.6), var(--tw-gradient-to);
}

.via-warning\/70 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.7), var(--tw-gradient-to);
}

.via-warning\/75 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.75), var(--tw-gradient-to);
}

.via-warning\/80 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.8), var(--tw-gradient-to);
}

.via-warning\/90 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.9), var(--tw-gradient-to);
}

.via-warning\/95 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 0.95), var(--tw-gradient-to);
}

.via-warning\/100 {
  --tw-gradient-to: rgb(250 200 176 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 200 176 / 1), var(--tw-gradient-to);
}

.to-gray-200 {
  --tw-gradient-to: #e5e7eb;
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-yellow-50 {
  --tw-gradient-to: #fefce8;
}

.to-yellow-100 {
  --tw-gradient-to: #fef9c3;
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a;
}

.to-yellow-300 {
  --tw-gradient-to: #fde047;
}

.to-yellow-400 {
  --tw-gradient-to: #facc15;
}

.to-yellow-500 {
  --tw-gradient-to: #eab308;
}

.to-yellow-600 {
  --tw-gradient-to: #ca8a04;
}

.to-yellow-700 {
  --tw-gradient-to: #a16207;
}

.to-yellow-800 {
  --tw-gradient-to: #854d0e;
}

.to-yellow-900 {
  --tw-gradient-to: #713f12;
}

.to-warning {
  --tw-gradient-to: #FAC8B0;
}

.to-white\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0);
}

.to-white\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05);
}

.to-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1);
}

.to-white\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2);
}

.to-white\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25);
}

.to-white\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3);
}

.to-white\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4);
}

.to-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5);
}

.to-white\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6);
}

.to-white\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7);
}

.to-white\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75);
}

.to-white\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8);
}

.to-white\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9);
}

.to-white\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95);
}

.to-white\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1);
}

.to-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0);
}

.to-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0.05);
}

.to-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0.1);
}

.to-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0.2);
}

.to-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0.25);
}

.to-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0.3);
}

.to-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0.4);
}

.to-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0.5);
}

.to-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0.6);
}

.to-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0.7);
}

.to-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0.75);
}

.to-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0.8);
}

.to-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0.9);
}

.to-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0.95);
}

.to-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 1);
}

.to-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0);
}

.to-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0.05);
}

.to-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0.1);
}

.to-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0.2);
}

.to-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0.25);
}

.to-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0.3);
}

.to-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0.4);
}

.to-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0.5);
}

.to-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0.6);
}

.to-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0.7);
}

.to-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0.75);
}

.to-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0.8);
}

.to-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0.9);
}

.to-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0.95);
}

.to-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 1);
}

.to-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0);
}

.to-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0.05);
}

.to-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0.1);
}

.to-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0.2);
}

.to-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0.25);
}

.to-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0.3);
}

.to-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0.4);
}

.to-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0.5);
}

.to-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0.6);
}

.to-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0.7);
}

.to-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0.75);
}

.to-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0.8);
}

.to-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0.9);
}

.to-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0.95);
}

.to-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 1);
}

.to-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0);
}

.to-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0.05);
}

.to-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0.1);
}

.to-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0.2);
}

.to-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0.25);
}

.to-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0.3);
}

.to-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0.4);
}

.to-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0.5);
}

.to-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0.6);
}

.to-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0.7);
}

.to-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0.75);
}

.to-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0.8);
}

.to-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0.9);
}

.to-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0.95);
}

.to-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 1);
}

.to-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0);
}

.to-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0.05);
}

.to-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0.1);
}

.to-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0.2);
}

.to-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0.25);
}

.to-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0.3);
}

.to-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0.4);
}

.to-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0.5);
}

.to-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0.6);
}

.to-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0.7);
}

.to-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0.75);
}

.to-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0.8);
}

.to-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0.9);
}

.to-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0.95);
}

.to-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 1);
}

.to-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0);
}

.to-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0.05);
}

.to-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0.1);
}

.to-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0.2);
}

.to-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0.25);
}

.to-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0.3);
}

.to-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0.4);
}

.to-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0.5);
}

.to-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0.6);
}

.to-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0.7);
}

.to-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0.75);
}

.to-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0.8);
}

.to-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0.9);
}

.to-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0.95);
}

.to-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 1);
}

.to-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0);
}

.to-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0.05);
}

.to-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0.1);
}

.to-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0.2);
}

.to-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0.25);
}

.to-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0.3);
}

.to-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0.4);
}

.to-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0.5);
}

.to-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0.6);
}

.to-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0.7);
}

.to-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0.75);
}

.to-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0.8);
}

.to-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0.9);
}

.to-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0.95);
}

.to-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 1);
}

.to-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0);
}

.to-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0.05);
}

.to-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0.1);
}

.to-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0.2);
}

.to-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0.25);
}

.to-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0.3);
}

.to-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0.4);
}

.to-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0.5);
}

.to-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0.6);
}

.to-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0.7);
}

.to-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0.75);
}

.to-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0.8);
}

.to-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0.9);
}

.to-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0.95);
}

.to-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 1);
}

.to-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0);
}

.to-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0.05);
}

.to-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0.1);
}

.to-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0.2);
}

.to-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0.25);
}

.to-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0.3);
}

.to-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0.4);
}

.to-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0.5);
}

.to-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0.6);
}

.to-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0.7);
}

.to-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0.75);
}

.to-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0.8);
}

.to-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0.9);
}

.to-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0.95);
}

.to-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 1);
}

.to-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0);
}

.to-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0.05);
}

.to-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0.1);
}

.to-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0.2);
}

.to-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0.25);
}

.to-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0.3);
}

.to-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0.4);
}

.to-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0.5);
}

.to-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0.6);
}

.to-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0.7);
}

.to-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0.75);
}

.to-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0.8);
}

.to-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0.9);
}

.to-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0.95);
}

.to-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 1);
}

.to-warning\/0 {
  --tw-gradient-to: rgb(250 200 176 / 0);
}

.to-warning\/5 {
  --tw-gradient-to: rgb(250 200 176 / 0.05);
}

.to-warning\/10 {
  --tw-gradient-to: rgb(250 200 176 / 0.1);
}

.to-warning\/20 {
  --tw-gradient-to: rgb(250 200 176 / 0.2);
}

.to-warning\/25 {
  --tw-gradient-to: rgb(250 200 176 / 0.25);
}

.to-warning\/30 {
  --tw-gradient-to: rgb(250 200 176 / 0.3);
}

.to-warning\/40 {
  --tw-gradient-to: rgb(250 200 176 / 0.4);
}

.to-warning\/50 {
  --tw-gradient-to: rgb(250 200 176 / 0.5);
}

.to-warning\/60 {
  --tw-gradient-to: rgb(250 200 176 / 0.6);
}

.to-warning\/70 {
  --tw-gradient-to: rgb(250 200 176 / 0.7);
}

.to-warning\/75 {
  --tw-gradient-to: rgb(250 200 176 / 0.75);
}

.to-warning\/80 {
  --tw-gradient-to: rgb(250 200 176 / 0.8);
}

.to-warning\/90 {
  --tw-gradient-to: rgb(250 200 176 / 0.9);
}

.to-warning\/95 {
  --tw-gradient-to: rgb(250 200 176 / 0.95);
}

.to-warning\/100 {
  --tw-gradient-to: rgb(250 200 176 / 1);
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-\[length\:200\%\] {
  background-size: 200%;
}

.bg-center {
  background-position: center;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right {
  background-position: right;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-white {
  fill: #fff;
}

.fill-yellow-50 {
  fill: #fefce8;
}

.fill-yellow-100 {
  fill: #fef9c3;
}

.fill-yellow-200 {
  fill: #fef08a;
}

.fill-yellow-300 {
  fill: #fde047;
}

.fill-yellow-400 {
  fill: #facc15;
}

.fill-yellow-500 {
  fill: #eab308;
}

.fill-yellow-600 {
  fill: #ca8a04;
}

.fill-yellow-700 {
  fill: #a16207;
}

.fill-yellow-800 {
  fill: #854d0e;
}

.fill-yellow-900 {
  fill: #713f12;
}

.fill-warning {
  fill: #FAC8B0;
}

.fill-white\/0 {
  fill: rgb(255 255 255 / 0);
}

.fill-white\/5 {
  fill: rgb(255 255 255 / 0.05);
}

.fill-white\/10 {
  fill: rgb(255 255 255 / 0.1);
}

.fill-white\/20 {
  fill: rgb(255 255 255 / 0.2);
}

.fill-white\/25 {
  fill: rgb(255 255 255 / 0.25);
}

.fill-white\/30 {
  fill: rgb(255 255 255 / 0.3);
}

.fill-white\/40 {
  fill: rgb(255 255 255 / 0.4);
}

.fill-white\/50 {
  fill: rgb(255 255 255 / 0.5);
}

.fill-white\/60 {
  fill: rgb(255 255 255 / 0.6);
}

.fill-white\/70 {
  fill: rgb(255 255 255 / 0.7);
}

.fill-white\/75 {
  fill: rgb(255 255 255 / 0.75);
}

.fill-white\/80 {
  fill: rgb(255 255 255 / 0.8);
}

.fill-white\/90 {
  fill: rgb(255 255 255 / 0.9);
}

.fill-white\/95 {
  fill: rgb(255 255 255 / 0.95);
}

.fill-white\/100 {
  fill: rgb(255 255 255 / 1);
}

.fill-yellow-50\/0 {
  fill: rgb(254 252 232 / 0);
}

.fill-yellow-50\/5 {
  fill: rgb(254 252 232 / 0.05);
}

.fill-yellow-50\/10 {
  fill: rgb(254 252 232 / 0.1);
}

.fill-yellow-50\/20 {
  fill: rgb(254 252 232 / 0.2);
}

.fill-yellow-50\/25 {
  fill: rgb(254 252 232 / 0.25);
}

.fill-yellow-50\/30 {
  fill: rgb(254 252 232 / 0.3);
}

.fill-yellow-50\/40 {
  fill: rgb(254 252 232 / 0.4);
}

.fill-yellow-50\/50 {
  fill: rgb(254 252 232 / 0.5);
}

.fill-yellow-50\/60 {
  fill: rgb(254 252 232 / 0.6);
}

.fill-yellow-50\/70 {
  fill: rgb(254 252 232 / 0.7);
}

.fill-yellow-50\/75 {
  fill: rgb(254 252 232 / 0.75);
}

.fill-yellow-50\/80 {
  fill: rgb(254 252 232 / 0.8);
}

.fill-yellow-50\/90 {
  fill: rgb(254 252 232 / 0.9);
}

.fill-yellow-50\/95 {
  fill: rgb(254 252 232 / 0.95);
}

.fill-yellow-50\/100 {
  fill: rgb(254 252 232 / 1);
}

.fill-yellow-100\/0 {
  fill: rgb(254 249 195 / 0);
}

.fill-yellow-100\/5 {
  fill: rgb(254 249 195 / 0.05);
}

.fill-yellow-100\/10 {
  fill: rgb(254 249 195 / 0.1);
}

.fill-yellow-100\/20 {
  fill: rgb(254 249 195 / 0.2);
}

.fill-yellow-100\/25 {
  fill: rgb(254 249 195 / 0.25);
}

.fill-yellow-100\/30 {
  fill: rgb(254 249 195 / 0.3);
}

.fill-yellow-100\/40 {
  fill: rgb(254 249 195 / 0.4);
}

.fill-yellow-100\/50 {
  fill: rgb(254 249 195 / 0.5);
}

.fill-yellow-100\/60 {
  fill: rgb(254 249 195 / 0.6);
}

.fill-yellow-100\/70 {
  fill: rgb(254 249 195 / 0.7);
}

.fill-yellow-100\/75 {
  fill: rgb(254 249 195 / 0.75);
}

.fill-yellow-100\/80 {
  fill: rgb(254 249 195 / 0.8);
}

.fill-yellow-100\/90 {
  fill: rgb(254 249 195 / 0.9);
}

.fill-yellow-100\/95 {
  fill: rgb(254 249 195 / 0.95);
}

.fill-yellow-100\/100 {
  fill: rgb(254 249 195 / 1);
}

.fill-yellow-200\/0 {
  fill: rgb(254 240 138 / 0);
}

.fill-yellow-200\/5 {
  fill: rgb(254 240 138 / 0.05);
}

.fill-yellow-200\/10 {
  fill: rgb(254 240 138 / 0.1);
}

.fill-yellow-200\/20 {
  fill: rgb(254 240 138 / 0.2);
}

.fill-yellow-200\/25 {
  fill: rgb(254 240 138 / 0.25);
}

.fill-yellow-200\/30 {
  fill: rgb(254 240 138 / 0.3);
}

.fill-yellow-200\/40 {
  fill: rgb(254 240 138 / 0.4);
}

.fill-yellow-200\/50 {
  fill: rgb(254 240 138 / 0.5);
}

.fill-yellow-200\/60 {
  fill: rgb(254 240 138 / 0.6);
}

.fill-yellow-200\/70 {
  fill: rgb(254 240 138 / 0.7);
}

.fill-yellow-200\/75 {
  fill: rgb(254 240 138 / 0.75);
}

.fill-yellow-200\/80 {
  fill: rgb(254 240 138 / 0.8);
}

.fill-yellow-200\/90 {
  fill: rgb(254 240 138 / 0.9);
}

.fill-yellow-200\/95 {
  fill: rgb(254 240 138 / 0.95);
}

.fill-yellow-200\/100 {
  fill: rgb(254 240 138 / 1);
}

.fill-yellow-300\/0 {
  fill: rgb(253 224 71 / 0);
}

.fill-yellow-300\/5 {
  fill: rgb(253 224 71 / 0.05);
}

.fill-yellow-300\/10 {
  fill: rgb(253 224 71 / 0.1);
}

.fill-yellow-300\/20 {
  fill: rgb(253 224 71 / 0.2);
}

.fill-yellow-300\/25 {
  fill: rgb(253 224 71 / 0.25);
}

.fill-yellow-300\/30 {
  fill: rgb(253 224 71 / 0.3);
}

.fill-yellow-300\/40 {
  fill: rgb(253 224 71 / 0.4);
}

.fill-yellow-300\/50 {
  fill: rgb(253 224 71 / 0.5);
}

.fill-yellow-300\/60 {
  fill: rgb(253 224 71 / 0.6);
}

.fill-yellow-300\/70 {
  fill: rgb(253 224 71 / 0.7);
}

.fill-yellow-300\/75 {
  fill: rgb(253 224 71 / 0.75);
}

.fill-yellow-300\/80 {
  fill: rgb(253 224 71 / 0.8);
}

.fill-yellow-300\/90 {
  fill: rgb(253 224 71 / 0.9);
}

.fill-yellow-300\/95 {
  fill: rgb(253 224 71 / 0.95);
}

.fill-yellow-300\/100 {
  fill: rgb(253 224 71 / 1);
}

.fill-yellow-400\/0 {
  fill: rgb(250 204 21 / 0);
}

.fill-yellow-400\/5 {
  fill: rgb(250 204 21 / 0.05);
}

.fill-yellow-400\/10 {
  fill: rgb(250 204 21 / 0.1);
}

.fill-yellow-400\/20 {
  fill: rgb(250 204 21 / 0.2);
}

.fill-yellow-400\/25 {
  fill: rgb(250 204 21 / 0.25);
}

.fill-yellow-400\/30 {
  fill: rgb(250 204 21 / 0.3);
}

.fill-yellow-400\/40 {
  fill: rgb(250 204 21 / 0.4);
}

.fill-yellow-400\/50 {
  fill: rgb(250 204 21 / 0.5);
}

.fill-yellow-400\/60 {
  fill: rgb(250 204 21 / 0.6);
}

.fill-yellow-400\/70 {
  fill: rgb(250 204 21 / 0.7);
}

.fill-yellow-400\/75 {
  fill: rgb(250 204 21 / 0.75);
}

.fill-yellow-400\/80 {
  fill: rgb(250 204 21 / 0.8);
}

.fill-yellow-400\/90 {
  fill: rgb(250 204 21 / 0.9);
}

.fill-yellow-400\/95 {
  fill: rgb(250 204 21 / 0.95);
}

.fill-yellow-400\/100 {
  fill: rgb(250 204 21 / 1);
}

.fill-yellow-500\/0 {
  fill: rgb(234 179 8 / 0);
}

.fill-yellow-500\/5 {
  fill: rgb(234 179 8 / 0.05);
}

.fill-yellow-500\/10 {
  fill: rgb(234 179 8 / 0.1);
}

.fill-yellow-500\/20 {
  fill: rgb(234 179 8 / 0.2);
}

.fill-yellow-500\/25 {
  fill: rgb(234 179 8 / 0.25);
}

.fill-yellow-500\/30 {
  fill: rgb(234 179 8 / 0.3);
}

.fill-yellow-500\/40 {
  fill: rgb(234 179 8 / 0.4);
}

.fill-yellow-500\/50 {
  fill: rgb(234 179 8 / 0.5);
}

.fill-yellow-500\/60 {
  fill: rgb(234 179 8 / 0.6);
}

.fill-yellow-500\/70 {
  fill: rgb(234 179 8 / 0.7);
}

.fill-yellow-500\/75 {
  fill: rgb(234 179 8 / 0.75);
}

.fill-yellow-500\/80 {
  fill: rgb(234 179 8 / 0.8);
}

.fill-yellow-500\/90 {
  fill: rgb(234 179 8 / 0.9);
}

.fill-yellow-500\/95 {
  fill: rgb(234 179 8 / 0.95);
}

.fill-yellow-500\/100 {
  fill: rgb(234 179 8 / 1);
}

.fill-yellow-600\/0 {
  fill: rgb(202 138 4 / 0);
}

.fill-yellow-600\/5 {
  fill: rgb(202 138 4 / 0.05);
}

.fill-yellow-600\/10 {
  fill: rgb(202 138 4 / 0.1);
}

.fill-yellow-600\/20 {
  fill: rgb(202 138 4 / 0.2);
}

.fill-yellow-600\/25 {
  fill: rgb(202 138 4 / 0.25);
}

.fill-yellow-600\/30 {
  fill: rgb(202 138 4 / 0.3);
}

.fill-yellow-600\/40 {
  fill: rgb(202 138 4 / 0.4);
}

.fill-yellow-600\/50 {
  fill: rgb(202 138 4 / 0.5);
}

.fill-yellow-600\/60 {
  fill: rgb(202 138 4 / 0.6);
}

.fill-yellow-600\/70 {
  fill: rgb(202 138 4 / 0.7);
}

.fill-yellow-600\/75 {
  fill: rgb(202 138 4 / 0.75);
}

.fill-yellow-600\/80 {
  fill: rgb(202 138 4 / 0.8);
}

.fill-yellow-600\/90 {
  fill: rgb(202 138 4 / 0.9);
}

.fill-yellow-600\/95 {
  fill: rgb(202 138 4 / 0.95);
}

.fill-yellow-600\/100 {
  fill: rgb(202 138 4 / 1);
}

.fill-yellow-700\/0 {
  fill: rgb(161 98 7 / 0);
}

.fill-yellow-700\/5 {
  fill: rgb(161 98 7 / 0.05);
}

.fill-yellow-700\/10 {
  fill: rgb(161 98 7 / 0.1);
}

.fill-yellow-700\/20 {
  fill: rgb(161 98 7 / 0.2);
}

.fill-yellow-700\/25 {
  fill: rgb(161 98 7 / 0.25);
}

.fill-yellow-700\/30 {
  fill: rgb(161 98 7 / 0.3);
}

.fill-yellow-700\/40 {
  fill: rgb(161 98 7 / 0.4);
}

.fill-yellow-700\/50 {
  fill: rgb(161 98 7 / 0.5);
}

.fill-yellow-700\/60 {
  fill: rgb(161 98 7 / 0.6);
}

.fill-yellow-700\/70 {
  fill: rgb(161 98 7 / 0.7);
}

.fill-yellow-700\/75 {
  fill: rgb(161 98 7 / 0.75);
}

.fill-yellow-700\/80 {
  fill: rgb(161 98 7 / 0.8);
}

.fill-yellow-700\/90 {
  fill: rgb(161 98 7 / 0.9);
}

.fill-yellow-700\/95 {
  fill: rgb(161 98 7 / 0.95);
}

.fill-yellow-700\/100 {
  fill: rgb(161 98 7 / 1);
}

.fill-yellow-800\/0 {
  fill: rgb(133 77 14 / 0);
}

.fill-yellow-800\/5 {
  fill: rgb(133 77 14 / 0.05);
}

.fill-yellow-800\/10 {
  fill: rgb(133 77 14 / 0.1);
}

.fill-yellow-800\/20 {
  fill: rgb(133 77 14 / 0.2);
}

.fill-yellow-800\/25 {
  fill: rgb(133 77 14 / 0.25);
}

.fill-yellow-800\/30 {
  fill: rgb(133 77 14 / 0.3);
}

.fill-yellow-800\/40 {
  fill: rgb(133 77 14 / 0.4);
}

.fill-yellow-800\/50 {
  fill: rgb(133 77 14 / 0.5);
}

.fill-yellow-800\/60 {
  fill: rgb(133 77 14 / 0.6);
}

.fill-yellow-800\/70 {
  fill: rgb(133 77 14 / 0.7);
}

.fill-yellow-800\/75 {
  fill: rgb(133 77 14 / 0.75);
}

.fill-yellow-800\/80 {
  fill: rgb(133 77 14 / 0.8);
}

.fill-yellow-800\/90 {
  fill: rgb(133 77 14 / 0.9);
}

.fill-yellow-800\/95 {
  fill: rgb(133 77 14 / 0.95);
}

.fill-yellow-800\/100 {
  fill: rgb(133 77 14 / 1);
}

.fill-yellow-900\/0 {
  fill: rgb(113 63 18 / 0);
}

.fill-yellow-900\/5 {
  fill: rgb(113 63 18 / 0.05);
}

.fill-yellow-900\/10 {
  fill: rgb(113 63 18 / 0.1);
}

.fill-yellow-900\/20 {
  fill: rgb(113 63 18 / 0.2);
}

.fill-yellow-900\/25 {
  fill: rgb(113 63 18 / 0.25);
}

.fill-yellow-900\/30 {
  fill: rgb(113 63 18 / 0.3);
}

.fill-yellow-900\/40 {
  fill: rgb(113 63 18 / 0.4);
}

.fill-yellow-900\/50 {
  fill: rgb(113 63 18 / 0.5);
}

.fill-yellow-900\/60 {
  fill: rgb(113 63 18 / 0.6);
}

.fill-yellow-900\/70 {
  fill: rgb(113 63 18 / 0.7);
}

.fill-yellow-900\/75 {
  fill: rgb(113 63 18 / 0.75);
}

.fill-yellow-900\/80 {
  fill: rgb(113 63 18 / 0.8);
}

.fill-yellow-900\/90 {
  fill: rgb(113 63 18 / 0.9);
}

.fill-yellow-900\/95 {
  fill: rgb(113 63 18 / 0.95);
}

.fill-yellow-900\/100 {
  fill: rgb(113 63 18 / 1);
}

.fill-warning\/0 {
  fill: rgb(250 200 176 / 0);
}

.fill-warning\/5 {
  fill: rgb(250 200 176 / 0.05);
}

.fill-warning\/10 {
  fill: rgb(250 200 176 / 0.1);
}

.fill-warning\/20 {
  fill: rgb(250 200 176 / 0.2);
}

.fill-warning\/25 {
  fill: rgb(250 200 176 / 0.25);
}

.fill-warning\/30 {
  fill: rgb(250 200 176 / 0.3);
}

.fill-warning\/40 {
  fill: rgb(250 200 176 / 0.4);
}

.fill-warning\/50 {
  fill: rgb(250 200 176 / 0.5);
}

.fill-warning\/60 {
  fill: rgb(250 200 176 / 0.6);
}

.fill-warning\/70 {
  fill: rgb(250 200 176 / 0.7);
}

.fill-warning\/75 {
  fill: rgb(250 200 176 / 0.75);
}

.fill-warning\/80 {
  fill: rgb(250 200 176 / 0.8);
}

.fill-warning\/90 {
  fill: rgb(250 200 176 / 0.9);
}

.fill-warning\/95 {
  fill: rgb(250 200 176 / 0.95);
}

.fill-warning\/100 {
  fill: rgb(250 200 176 / 1);
}

.stroke-background {
  stroke: #4C4E53;
}

.stroke-company-secondary {
  stroke: #212020;
}

.stroke-company {
  stroke: #E38BF9;
}

.stroke-background-radial-inner {
  stroke: #424266;
}

.stroke-background-radial-outer {
  stroke: #E38BF9;
}

.stroke-inherit {
  stroke: inherit;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-transparent {
  stroke: transparent;
}

.stroke-black {
  stroke: #000;
}

.stroke-white {
  stroke: #fff;
}

.stroke-slate-50 {
  stroke: #f8fafc;
}

.stroke-slate-100 {
  stroke: #f1f5f9;
}

.stroke-slate-200 {
  stroke: #e2e8f0;
}

.stroke-slate-300 {
  stroke: #cbd5e1;
}

.stroke-slate-400 {
  stroke: #94a3b8;
}

.stroke-slate-500 {
  stroke: #64748b;
}

.stroke-slate-600 {
  stroke: #475569;
}

.stroke-slate-700 {
  stroke: #334155;
}

.stroke-slate-800 {
  stroke: #1e293b;
}

.stroke-slate-900 {
  stroke: #0f172a;
}

.stroke-gray-50 {
  stroke: #f9fafb;
}

.stroke-gray-100 {
  stroke: #f3f4f6;
}

.stroke-gray-200 {
  stroke: #e5e7eb;
}

.stroke-gray-300 {
  stroke: #d1d5db;
}

.stroke-gray-400 {
  stroke: #9ca3af;
}

.stroke-gray-500 {
  stroke: #6b7280;
}

.stroke-gray-600 {
  stroke: #4b5563;
}

.stroke-gray-700 {
  stroke: #212020;
}

.stroke-gray-800 {
  stroke: #000000;
}

.stroke-gray-900 {
  stroke: #111827;
}

.stroke-zinc-50 {
  stroke: #fafafa;
}

.stroke-zinc-100 {
  stroke: #f4f4f5;
}

.stroke-zinc-200 {
  stroke: #e4e4e7;
}

.stroke-zinc-300 {
  stroke: #d4d4d8;
}

.stroke-zinc-400 {
  stroke: #a1a1aa;
}

.stroke-zinc-500 {
  stroke: #71717a;
}

.stroke-zinc-600 {
  stroke: #52525b;
}

.stroke-zinc-700 {
  stroke: #3f3f46;
}

.stroke-zinc-800 {
  stroke: #27272a;
}

.stroke-zinc-900 {
  stroke: #18181b;
}

.stroke-neutral-50 {
  stroke: #fafafa;
}

.stroke-neutral-100 {
  stroke: #f5f5f5;
}

.stroke-neutral-200 {
  stroke: #e5e5e5;
}

.stroke-neutral-300 {
  stroke: #d4d4d4;
}

.stroke-neutral-400 {
  stroke: #a3a3a3;
}

.stroke-neutral-500 {
  stroke: #737373;
}

.stroke-neutral-600 {
  stroke: #525252;
}

.stroke-neutral-700 {
  stroke: #404040;
}

.stroke-neutral-800 {
  stroke: #262626;
}

.stroke-neutral-900 {
  stroke: #171717;
}

.stroke-stone-50 {
  stroke: #fafaf9;
}

.stroke-stone-100 {
  stroke: #f5f5f4;
}

.stroke-stone-200 {
  stroke: #e7e5e4;
}

.stroke-stone-300 {
  stroke: #d6d3d1;
}

.stroke-stone-400 {
  stroke: #a8a29e;
}

.stroke-stone-500 {
  stroke: #78716c;
}

.stroke-stone-600 {
  stroke: #57534e;
}

.stroke-stone-700 {
  stroke: #44403c;
}

.stroke-stone-800 {
  stroke: #292524;
}

.stroke-stone-900 {
  stroke: #1c1917;
}

.stroke-red-50 {
  stroke: #fef2f2;
}

.stroke-red-100 {
  stroke: #fee2e2;
}

.stroke-red-200 {
  stroke: #fecaca;
}

.stroke-red-300 {
  stroke: #fca5a5;
}

.stroke-red-400 {
  stroke: #f87171;
}

.stroke-red-500 {
  stroke: #ef4444;
}

.stroke-red-600 {
  stroke: #dc2626;
}

.stroke-red-700 {
  stroke: #b91c1c;
}

.stroke-red-800 {
  stroke: #991b1b;
}

.stroke-red-900 {
  stroke: #7f1d1d;
}

.stroke-orange-50 {
  stroke: #fff7ed;
}

.stroke-orange-100 {
  stroke: #ffedd5;
}

.stroke-orange-200 {
  stroke: #fed7aa;
}

.stroke-orange-300 {
  stroke: #fdba74;
}

.stroke-orange-400 {
  stroke: #fb923c;
}

.stroke-orange-500 {
  stroke: #f97316;
}

.stroke-orange-600 {
  stroke: #ea580c;
}

.stroke-orange-700 {
  stroke: #c2410c;
}

.stroke-orange-800 {
  stroke: #9a3412;
}

.stroke-orange-900 {
  stroke: #7c2d12;
}

.stroke-amber-50 {
  stroke: #fffbeb;
}

.stroke-amber-100 {
  stroke: #fef3c7;
}

.stroke-amber-200 {
  stroke: #fde68a;
}

.stroke-amber-300 {
  stroke: #fcd34d;
}

.stroke-amber-400 {
  stroke: #fbbf24;
}

.stroke-amber-500 {
  stroke: #f59e0b;
}

.stroke-amber-600 {
  stroke: #d97706;
}

.stroke-amber-700 {
  stroke: #b45309;
}

.stroke-amber-800 {
  stroke: #92400e;
}

.stroke-amber-900 {
  stroke: #78350f;
}

.stroke-yellow-50 {
  stroke: #fefce8;
}

.stroke-yellow-100 {
  stroke: #fef9c3;
}

.stroke-yellow-200 {
  stroke: #fef08a;
}

.stroke-yellow-300 {
  stroke: #fde047;
}

.stroke-yellow-400 {
  stroke: #facc15;
}

.stroke-yellow-500 {
  stroke: #eab308;
}

.stroke-yellow-600 {
  stroke: #ca8a04;
}

.stroke-yellow-700 {
  stroke: #a16207;
}

.stroke-yellow-800 {
  stroke: #854d0e;
}

.stroke-yellow-900 {
  stroke: #713f12;
}

.stroke-lime-50 {
  stroke: #f7fee7;
}

.stroke-lime-100 {
  stroke: #ecfccb;
}

.stroke-lime-200 {
  stroke: #d9f99d;
}

.stroke-lime-300 {
  stroke: #bef264;
}

.stroke-lime-400 {
  stroke: #a3e635;
}

.stroke-lime-500 {
  stroke: #84cc16;
}

.stroke-lime-600 {
  stroke: #65a30d;
}

.stroke-lime-700 {
  stroke: #4d7c0f;
}

.stroke-lime-800 {
  stroke: #3f6212;
}

.stroke-lime-900 {
  stroke: #365314;
}

.stroke-green-50 {
  stroke: #f0fdf4;
}

.stroke-green-100 {
  stroke: #dcfce7;
}

.stroke-green-200 {
  stroke: #bbf7d0;
}

.stroke-green-300 {
  stroke: #86efac;
}

.stroke-green-400 {
  stroke: #4ade80;
}

.stroke-green-500 {
  stroke: #22c55e;
}

.stroke-green-600 {
  stroke: #16a34a;
}

.stroke-green-700 {
  stroke: #15803d;
}

.stroke-green-800 {
  stroke: #166534;
}

.stroke-green-900 {
  stroke: #14532d;
}

.stroke-emerald-50 {
  stroke: #ecfdf5;
}

.stroke-emerald-100 {
  stroke: #d1fae5;
}

.stroke-emerald-200 {
  stroke: #a7f3d0;
}

.stroke-emerald-300 {
  stroke: #6ee7b7;
}

.stroke-emerald-400 {
  stroke: #34d399;
}

.stroke-emerald-500 {
  stroke: #10b981;
}

.stroke-emerald-600 {
  stroke: #059669;
}

.stroke-emerald-700 {
  stroke: #047857;
}

.stroke-emerald-800 {
  stroke: #065f46;
}

.stroke-emerald-900 {
  stroke: #064e3b;
}

.stroke-teal-50 {
  stroke: #f0fdfa;
}

.stroke-teal-100 {
  stroke: #ccfbf1;
}

.stroke-teal-200 {
  stroke: #99f6e4;
}

.stroke-teal-300 {
  stroke: #5eead4;
}

.stroke-teal-400 {
  stroke: #2dd4bf;
}

.stroke-teal-500 {
  stroke: #14b8a6;
}

.stroke-teal-600 {
  stroke: #0d9488;
}

.stroke-teal-700 {
  stroke: #0f766e;
}

.stroke-teal-800 {
  stroke: #115e59;
}

.stroke-teal-900 {
  stroke: #134e4a;
}

.stroke-cyan-50 {
  stroke: #ecfeff;
}

.stroke-cyan-100 {
  stroke: #cffafe;
}

.stroke-cyan-200 {
  stroke: #a5f3fc;
}

.stroke-cyan-300 {
  stroke: #67e8f9;
}

.stroke-cyan-400 {
  stroke: #22d3ee;
}

.stroke-cyan-500 {
  stroke: #06b6d4;
}

.stroke-cyan-600 {
  stroke: #0891b2;
}

.stroke-cyan-700 {
  stroke: #0e7490;
}

.stroke-cyan-800 {
  stroke: #155e75;
}

.stroke-cyan-900 {
  stroke: #164e63;
}

.stroke-sky-50 {
  stroke: #f0f9ff;
}

.stroke-sky-100 {
  stroke: #e0f2fe;
}

.stroke-sky-200 {
  stroke: #bae6fd;
}

.stroke-sky-300 {
  stroke: #7dd3fc;
}

.stroke-sky-400 {
  stroke: #38bdf8;
}

.stroke-sky-500 {
  stroke: #0ea5e9;
}

.stroke-sky-600 {
  stroke: #0284c7;
}

.stroke-sky-700 {
  stroke: #0369a1;
}

.stroke-sky-800 {
  stroke: #075985;
}

.stroke-sky-900 {
  stroke: #0c4a6e;
}

.stroke-blue-50 {
  stroke: #eff6ff;
}

.stroke-blue-100 {
  stroke: #dbeafe;
}

.stroke-blue-200 {
  stroke: #bfdbfe;
}

.stroke-blue-300 {
  stroke: #93c5fd;
}

.stroke-blue-400 {
  stroke: #60a5fa;
}

.stroke-blue-500 {
  stroke: #3b82f6;
}

.stroke-blue-600 {
  stroke: #2563eb;
}

.stroke-blue-700 {
  stroke: #1d4ed8;
}

.stroke-blue-800 {
  stroke: #1e40af;
}

.stroke-blue-900 {
  stroke: #1e3a8a;
}

.stroke-indigo-50 {
  stroke: #eef2ff;
}

.stroke-indigo-100 {
  stroke: #e0e7ff;
}

.stroke-indigo-200 {
  stroke: #c7d2fe;
}

.stroke-indigo-300 {
  stroke: #a5b4fc;
}

.stroke-indigo-400 {
  stroke: #818cf8;
}

.stroke-indigo-500 {
  stroke: #6366f1;
}

.stroke-indigo-600 {
  stroke: #4f46e5;
}

.stroke-indigo-700 {
  stroke: #4338ca;
}

.stroke-indigo-800 {
  stroke: #3730a3;
}

.stroke-indigo-900 {
  stroke: #312e81;
}

.stroke-violet-50 {
  stroke: #f5f3ff;
}

.stroke-violet-100 {
  stroke: #ede9fe;
}

.stroke-violet-200 {
  stroke: #ddd6fe;
}

.stroke-violet-300 {
  stroke: #c4b5fd;
}

.stroke-violet-400 {
  stroke: #a78bfa;
}

.stroke-violet-500 {
  stroke: #8b5cf6;
}

.stroke-violet-600 {
  stroke: #7c3aed;
}

.stroke-violet-700 {
  stroke: #6d28d9;
}

.stroke-violet-800 {
  stroke: #5b21b6;
}

.stroke-violet-900 {
  stroke: #4c1d95;
}

.stroke-purple-50 {
  stroke: #faf5ff;
}

.stroke-purple-100 {
  stroke: #f3e8ff;
}

.stroke-purple-200 {
  stroke: #e9d5ff;
}

.stroke-purple-300 {
  stroke: #d8b4fe;
}

.stroke-purple-400 {
  stroke: #c084fc;
}

.stroke-purple-500 {
  stroke: #a855f7;
}

.stroke-purple-600 {
  stroke: #9333ea;
}

.stroke-purple-700 {
  stroke: #7e22ce;
}

.stroke-purple-800 {
  stroke: #6b21a8;
}

.stroke-purple-900 {
  stroke: #581c87;
}

.stroke-fuchsia-50 {
  stroke: #fdf4ff;
}

.stroke-fuchsia-100 {
  stroke: #fae8ff;
}

.stroke-fuchsia-200 {
  stroke: #f5d0fe;
}

.stroke-fuchsia-300 {
  stroke: #f0abfc;
}

.stroke-fuchsia-400 {
  stroke: #e879f9;
}

.stroke-fuchsia-500 {
  stroke: #d946ef;
}

.stroke-fuchsia-600 {
  stroke: #c026d3;
}

.stroke-fuchsia-700 {
  stroke: #a21caf;
}

.stroke-fuchsia-800 {
  stroke: #86198f;
}

.stroke-fuchsia-900 {
  stroke: #701a75;
}

.stroke-pink-50 {
  stroke: #fdf2f8;
}

.stroke-pink-100 {
  stroke: #fce7f3;
}

.stroke-pink-200 {
  stroke: #fbcfe8;
}

.stroke-pink-300 {
  stroke: #f9a8d4;
}

.stroke-pink-400 {
  stroke: #f472b6;
}

.stroke-pink-500 {
  stroke: #ec4899;
}

.stroke-pink-600 {
  stroke: #db2777;
}

.stroke-pink-700 {
  stroke: #be185d;
}

.stroke-pink-800 {
  stroke: #9d174d;
}

.stroke-pink-900 {
  stroke: #831843;
}

.stroke-rose-50 {
  stroke: #fff1f2;
}

.stroke-rose-100 {
  stroke: #ffe4e6;
}

.stroke-rose-200 {
  stroke: #fecdd3;
}

.stroke-rose-300 {
  stroke: #fda4af;
}

.stroke-rose-400 {
  stroke: #fb7185;
}

.stroke-rose-500 {
  stroke: #f43f5e;
}

.stroke-rose-600 {
  stroke: #e11d48;
}

.stroke-rose-700 {
  stroke: #be123c;
}

.stroke-rose-800 {
  stroke: #9f1239;
}

.stroke-rose-900 {
  stroke: #881337;
}

.stroke-button-primary {
  stroke: #FFFFFF;
}

.stroke-button-secondary {
  stroke: #FFFFFF;
}

.stroke-button-success {
  stroke: #FFFFFF;
}

.stroke-button-error {
  stroke: #FFFFFF;
}

.stroke-button-hover-primary {
  stroke: #FFFFFF;
}

.stroke-button-hover-secondary {
  stroke: #FFFFFF;
}

.stroke-primary-100 {
  stroke: #FAC8B0;
}

.stroke-primary-200 {
  stroke: #F28262;
}

.stroke-primary {
  stroke: #ff2900;
}

.stroke-primary-hover {
  stroke: #4C4E53;
}

.stroke-secondary {
  stroke: #ffaa8d;
}

.stroke-secondary-hover {
  stroke: #ed7329;
}

.stroke-tertiary-200 {
  stroke: #d2d2d4;
}

.stroke-tertiary {
  stroke: #FFC15E;
}

.stroke-error {
  stroke: #DE3730;
}

.stroke-success {
  stroke: #36B85A;
}

.stroke-warning {
  stroke: #FAC8B0;
}

.stroke-scrollBar {
  stroke: #FF5A1F;
}

.stroke-border {
  stroke: rgba(0, 0, 0, 0);
}

.stroke-text {
  stroke: #D2D2D4;
}

.stroke-text-tertiary {
  stroke: #AEB1C2;
}

.stroke-text-secondary {
  stroke: #82828E;
}

.stroke-text-fourtiary {
  stroke: #525560;
}

.stroke-text-grey {
  stroke: #76798B;
}

.stroke-text-lightgrey {
  stroke: #D2D2D4;
}

.stroke-text-total-balance {
  stroke: #D2D2D4;
}

.stroke-text-outline-btn {
  stroke: #FFFFFF;
}

.stroke-text-filter-active {
  stroke: #FFFFFF;
}

.stroke-text-product {
  stroke: #FFFFFF;
}

.stroke-input-focus {
  stroke: #B7BCF9;
}

.stroke-field-select {
  stroke: #2A2D35;
}

.stroke-field-select-hover {
  stroke: #323030;
}

.stroke-background-other {
  stroke: #000000;
}

.stroke-background-paper {
  stroke: #212020;
}

.stroke-background-secondary {
  stroke: #E6EEF5;
}

.stroke-background-drop {
  stroke: #323030;
}

.stroke-background-trans-grey {
  stroke: rgba(143, 143, 143, 0.3);
}

.stroke-background-rating-tooltip {
  stroke: #7383E7;
}

.stroke-background-plain {
  stroke: #212329;
}

.stroke-background-instrument {
  stroke: #323030;
}

.stroke-background-instrument-hover {
  stroke: #000000;
}

.stroke-background-filter-active {
  stroke: #000000;
}

.stroke-background-filter-border {
  stroke: #323030;
}

.stroke-background-table-header {
  stroke: transparent;
}

.stroke-background-account {
  stroke: #323030;
}

.stroke-background-border {
  stroke: #15294f;
}

.stroke-background-icon {
  stroke: #2A2D35;
}

.stroke-background-table {
  stroke: rgba(66, 66, 102, 0.2);
}

.stroke-background-menu {
  stroke: #000000;
}

.stroke-background-input-readonly {
  stroke: #42426633;
}

.stroke-background-input-disabled {
  stroke: #82828E;
}

.stroke-company-light-orange {
  stroke: #F28262;
}

.stroke-company-orange-primary {
  stroke: #FF6A2F;
}

.stroke-gradient-100 {
  stroke: #D3D1FF;
}

.stroke-gradient-200 {
  stroke: #BADBFC;
}

.stroke-line {
  stroke: #E5E8EA;
}

.stroke-transparent\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-transparent\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-transparent\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-transparent\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-transparent\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-transparent\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-transparent\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-transparent\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-transparent\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-transparent\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-transparent\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-transparent\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-transparent\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-transparent\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-transparent\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-black\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-black\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-black\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-black\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-black\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-black\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-black\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-black\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-black\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-black\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-black\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-black\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-black\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-black\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-black\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-white\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-white\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-white\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-white\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-white\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-white\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-white\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-white\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-white\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-white\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-white\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-white\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-white\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-white\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-slate-50\/0 {
  stroke: rgb(248 250 252 / 0);
}

.stroke-slate-50\/5 {
  stroke: rgb(248 250 252 / 0.05);
}

.stroke-slate-50\/10 {
  stroke: rgb(248 250 252 / 0.1);
}

.stroke-slate-50\/20 {
  stroke: rgb(248 250 252 / 0.2);
}

.stroke-slate-50\/25 {
  stroke: rgb(248 250 252 / 0.25);
}

.stroke-slate-50\/30 {
  stroke: rgb(248 250 252 / 0.3);
}

.stroke-slate-50\/40 {
  stroke: rgb(248 250 252 / 0.4);
}

.stroke-slate-50\/50 {
  stroke: rgb(248 250 252 / 0.5);
}

.stroke-slate-50\/60 {
  stroke: rgb(248 250 252 / 0.6);
}

.stroke-slate-50\/70 {
  stroke: rgb(248 250 252 / 0.7);
}

.stroke-slate-50\/75 {
  stroke: rgb(248 250 252 / 0.75);
}

.stroke-slate-50\/80 {
  stroke: rgb(248 250 252 / 0.8);
}

.stroke-slate-50\/90 {
  stroke: rgb(248 250 252 / 0.9);
}

.stroke-slate-50\/95 {
  stroke: rgb(248 250 252 / 0.95);
}

.stroke-slate-50\/100 {
  stroke: rgb(248 250 252 / 1);
}

.stroke-slate-100\/0 {
  stroke: rgb(241 245 249 / 0);
}

.stroke-slate-100\/5 {
  stroke: rgb(241 245 249 / 0.05);
}

.stroke-slate-100\/10 {
  stroke: rgb(241 245 249 / 0.1);
}

.stroke-slate-100\/20 {
  stroke: rgb(241 245 249 / 0.2);
}

.stroke-slate-100\/25 {
  stroke: rgb(241 245 249 / 0.25);
}

.stroke-slate-100\/30 {
  stroke: rgb(241 245 249 / 0.3);
}

.stroke-slate-100\/40 {
  stroke: rgb(241 245 249 / 0.4);
}

.stroke-slate-100\/50 {
  stroke: rgb(241 245 249 / 0.5);
}

.stroke-slate-100\/60 {
  stroke: rgb(241 245 249 / 0.6);
}

.stroke-slate-100\/70 {
  stroke: rgb(241 245 249 / 0.7);
}

.stroke-slate-100\/75 {
  stroke: rgb(241 245 249 / 0.75);
}

.stroke-slate-100\/80 {
  stroke: rgb(241 245 249 / 0.8);
}

.stroke-slate-100\/90 {
  stroke: rgb(241 245 249 / 0.9);
}

.stroke-slate-100\/95 {
  stroke: rgb(241 245 249 / 0.95);
}

.stroke-slate-100\/100 {
  stroke: rgb(241 245 249 / 1);
}

.stroke-slate-200\/0 {
  stroke: rgb(226 232 240 / 0);
}

.stroke-slate-200\/5 {
  stroke: rgb(226 232 240 / 0.05);
}

.stroke-slate-200\/10 {
  stroke: rgb(226 232 240 / 0.1);
}

.stroke-slate-200\/20 {
  stroke: rgb(226 232 240 / 0.2);
}

.stroke-slate-200\/25 {
  stroke: rgb(226 232 240 / 0.25);
}

.stroke-slate-200\/30 {
  stroke: rgb(226 232 240 / 0.3);
}

.stroke-slate-200\/40 {
  stroke: rgb(226 232 240 / 0.4);
}

.stroke-slate-200\/50 {
  stroke: rgb(226 232 240 / 0.5);
}

.stroke-slate-200\/60 {
  stroke: rgb(226 232 240 / 0.6);
}

.stroke-slate-200\/70 {
  stroke: rgb(226 232 240 / 0.7);
}

.stroke-slate-200\/75 {
  stroke: rgb(226 232 240 / 0.75);
}

.stroke-slate-200\/80 {
  stroke: rgb(226 232 240 / 0.8);
}

.stroke-slate-200\/90 {
  stroke: rgb(226 232 240 / 0.9);
}

.stroke-slate-200\/95 {
  stroke: rgb(226 232 240 / 0.95);
}

.stroke-slate-200\/100 {
  stroke: rgb(226 232 240 / 1);
}

.stroke-slate-300\/0 {
  stroke: rgb(203 213 225 / 0);
}

.stroke-slate-300\/5 {
  stroke: rgb(203 213 225 / 0.05);
}

.stroke-slate-300\/10 {
  stroke: rgb(203 213 225 / 0.1);
}

.stroke-slate-300\/20 {
  stroke: rgb(203 213 225 / 0.2);
}

.stroke-slate-300\/25 {
  stroke: rgb(203 213 225 / 0.25);
}

.stroke-slate-300\/30 {
  stroke: rgb(203 213 225 / 0.3);
}

.stroke-slate-300\/40 {
  stroke: rgb(203 213 225 / 0.4);
}

.stroke-slate-300\/50 {
  stroke: rgb(203 213 225 / 0.5);
}

.stroke-slate-300\/60 {
  stroke: rgb(203 213 225 / 0.6);
}

.stroke-slate-300\/70 {
  stroke: rgb(203 213 225 / 0.7);
}

.stroke-slate-300\/75 {
  stroke: rgb(203 213 225 / 0.75);
}

.stroke-slate-300\/80 {
  stroke: rgb(203 213 225 / 0.8);
}

.stroke-slate-300\/90 {
  stroke: rgb(203 213 225 / 0.9);
}

.stroke-slate-300\/95 {
  stroke: rgb(203 213 225 / 0.95);
}

.stroke-slate-300\/100 {
  stroke: rgb(203 213 225 / 1);
}

.stroke-slate-400\/0 {
  stroke: rgb(148 163 184 / 0);
}

.stroke-slate-400\/5 {
  stroke: rgb(148 163 184 / 0.05);
}

.stroke-slate-400\/10 {
  stroke: rgb(148 163 184 / 0.1);
}

.stroke-slate-400\/20 {
  stroke: rgb(148 163 184 / 0.2);
}

.stroke-slate-400\/25 {
  stroke: rgb(148 163 184 / 0.25);
}

.stroke-slate-400\/30 {
  stroke: rgb(148 163 184 / 0.3);
}

.stroke-slate-400\/40 {
  stroke: rgb(148 163 184 / 0.4);
}

.stroke-slate-400\/50 {
  stroke: rgb(148 163 184 / 0.5);
}

.stroke-slate-400\/60 {
  stroke: rgb(148 163 184 / 0.6);
}

.stroke-slate-400\/70 {
  stroke: rgb(148 163 184 / 0.7);
}

.stroke-slate-400\/75 {
  stroke: rgb(148 163 184 / 0.75);
}

.stroke-slate-400\/80 {
  stroke: rgb(148 163 184 / 0.8);
}

.stroke-slate-400\/90 {
  stroke: rgb(148 163 184 / 0.9);
}

.stroke-slate-400\/95 {
  stroke: rgb(148 163 184 / 0.95);
}

.stroke-slate-400\/100 {
  stroke: rgb(148 163 184 / 1);
}

.stroke-slate-500\/0 {
  stroke: rgb(100 116 139 / 0);
}

.stroke-slate-500\/5 {
  stroke: rgb(100 116 139 / 0.05);
}

.stroke-slate-500\/10 {
  stroke: rgb(100 116 139 / 0.1);
}

.stroke-slate-500\/20 {
  stroke: rgb(100 116 139 / 0.2);
}

.stroke-slate-500\/25 {
  stroke: rgb(100 116 139 / 0.25);
}

.stroke-slate-500\/30 {
  stroke: rgb(100 116 139 / 0.3);
}

.stroke-slate-500\/40 {
  stroke: rgb(100 116 139 / 0.4);
}

.stroke-slate-500\/50 {
  stroke: rgb(100 116 139 / 0.5);
}

.stroke-slate-500\/60 {
  stroke: rgb(100 116 139 / 0.6);
}

.stroke-slate-500\/70 {
  stroke: rgb(100 116 139 / 0.7);
}

.stroke-slate-500\/75 {
  stroke: rgb(100 116 139 / 0.75);
}

.stroke-slate-500\/80 {
  stroke: rgb(100 116 139 / 0.8);
}

.stroke-slate-500\/90 {
  stroke: rgb(100 116 139 / 0.9);
}

.stroke-slate-500\/95 {
  stroke: rgb(100 116 139 / 0.95);
}

.stroke-slate-500\/100 {
  stroke: rgb(100 116 139 / 1);
}

.stroke-slate-600\/0 {
  stroke: rgb(71 85 105 / 0);
}

.stroke-slate-600\/5 {
  stroke: rgb(71 85 105 / 0.05);
}

.stroke-slate-600\/10 {
  stroke: rgb(71 85 105 / 0.1);
}

.stroke-slate-600\/20 {
  stroke: rgb(71 85 105 / 0.2);
}

.stroke-slate-600\/25 {
  stroke: rgb(71 85 105 / 0.25);
}

.stroke-slate-600\/30 {
  stroke: rgb(71 85 105 / 0.3);
}

.stroke-slate-600\/40 {
  stroke: rgb(71 85 105 / 0.4);
}

.stroke-slate-600\/50 {
  stroke: rgb(71 85 105 / 0.5);
}

.stroke-slate-600\/60 {
  stroke: rgb(71 85 105 / 0.6);
}

.stroke-slate-600\/70 {
  stroke: rgb(71 85 105 / 0.7);
}

.stroke-slate-600\/75 {
  stroke: rgb(71 85 105 / 0.75);
}

.stroke-slate-600\/80 {
  stroke: rgb(71 85 105 / 0.8);
}

.stroke-slate-600\/90 {
  stroke: rgb(71 85 105 / 0.9);
}

.stroke-slate-600\/95 {
  stroke: rgb(71 85 105 / 0.95);
}

.stroke-slate-600\/100 {
  stroke: rgb(71 85 105 / 1);
}

.stroke-slate-700\/0 {
  stroke: rgb(51 65 85 / 0);
}

.stroke-slate-700\/5 {
  stroke: rgb(51 65 85 / 0.05);
}

.stroke-slate-700\/10 {
  stroke: rgb(51 65 85 / 0.1);
}

.stroke-slate-700\/20 {
  stroke: rgb(51 65 85 / 0.2);
}

.stroke-slate-700\/25 {
  stroke: rgb(51 65 85 / 0.25);
}

.stroke-slate-700\/30 {
  stroke: rgb(51 65 85 / 0.3);
}

.stroke-slate-700\/40 {
  stroke: rgb(51 65 85 / 0.4);
}

.stroke-slate-700\/50 {
  stroke: rgb(51 65 85 / 0.5);
}

.stroke-slate-700\/60 {
  stroke: rgb(51 65 85 / 0.6);
}

.stroke-slate-700\/70 {
  stroke: rgb(51 65 85 / 0.7);
}

.stroke-slate-700\/75 {
  stroke: rgb(51 65 85 / 0.75);
}

.stroke-slate-700\/80 {
  stroke: rgb(51 65 85 / 0.8);
}

.stroke-slate-700\/90 {
  stroke: rgb(51 65 85 / 0.9);
}

.stroke-slate-700\/95 {
  stroke: rgb(51 65 85 / 0.95);
}

.stroke-slate-700\/100 {
  stroke: rgb(51 65 85 / 1);
}

.stroke-slate-800\/0 {
  stroke: rgb(30 41 59 / 0);
}

.stroke-slate-800\/5 {
  stroke: rgb(30 41 59 / 0.05);
}

.stroke-slate-800\/10 {
  stroke: rgb(30 41 59 / 0.1);
}

.stroke-slate-800\/20 {
  stroke: rgb(30 41 59 / 0.2);
}

.stroke-slate-800\/25 {
  stroke: rgb(30 41 59 / 0.25);
}

.stroke-slate-800\/30 {
  stroke: rgb(30 41 59 / 0.3);
}

.stroke-slate-800\/40 {
  stroke: rgb(30 41 59 / 0.4);
}

.stroke-slate-800\/50 {
  stroke: rgb(30 41 59 / 0.5);
}

.stroke-slate-800\/60 {
  stroke: rgb(30 41 59 / 0.6);
}

.stroke-slate-800\/70 {
  stroke: rgb(30 41 59 / 0.7);
}

.stroke-slate-800\/75 {
  stroke: rgb(30 41 59 / 0.75);
}

.stroke-slate-800\/80 {
  stroke: rgb(30 41 59 / 0.8);
}

.stroke-slate-800\/90 {
  stroke: rgb(30 41 59 / 0.9);
}

.stroke-slate-800\/95 {
  stroke: rgb(30 41 59 / 0.95);
}

.stroke-slate-800\/100 {
  stroke: rgb(30 41 59 / 1);
}

.stroke-slate-900\/0 {
  stroke: rgb(15 23 42 / 0);
}

.stroke-slate-900\/5 {
  stroke: rgb(15 23 42 / 0.05);
}

.stroke-slate-900\/10 {
  stroke: rgb(15 23 42 / 0.1);
}

.stroke-slate-900\/20 {
  stroke: rgb(15 23 42 / 0.2);
}

.stroke-slate-900\/25 {
  stroke: rgb(15 23 42 / 0.25);
}

.stroke-slate-900\/30 {
  stroke: rgb(15 23 42 / 0.3);
}

.stroke-slate-900\/40 {
  stroke: rgb(15 23 42 / 0.4);
}

.stroke-slate-900\/50 {
  stroke: rgb(15 23 42 / 0.5);
}

.stroke-slate-900\/60 {
  stroke: rgb(15 23 42 / 0.6);
}

.stroke-slate-900\/70 {
  stroke: rgb(15 23 42 / 0.7);
}

.stroke-slate-900\/75 {
  stroke: rgb(15 23 42 / 0.75);
}

.stroke-slate-900\/80 {
  stroke: rgb(15 23 42 / 0.8);
}

.stroke-slate-900\/90 {
  stroke: rgb(15 23 42 / 0.9);
}

.stroke-slate-900\/95 {
  stroke: rgb(15 23 42 / 0.95);
}

.stroke-slate-900\/100 {
  stroke: rgb(15 23 42 / 1);
}

.stroke-gray-50\/0 {
  stroke: rgb(249 250 251 / 0);
}

.stroke-gray-50\/5 {
  stroke: rgb(249 250 251 / 0.05);
}

.stroke-gray-50\/10 {
  stroke: rgb(249 250 251 / 0.1);
}

.stroke-gray-50\/20 {
  stroke: rgb(249 250 251 / 0.2);
}

.stroke-gray-50\/25 {
  stroke: rgb(249 250 251 / 0.25);
}

.stroke-gray-50\/30 {
  stroke: rgb(249 250 251 / 0.3);
}

.stroke-gray-50\/40 {
  stroke: rgb(249 250 251 / 0.4);
}

.stroke-gray-50\/50 {
  stroke: rgb(249 250 251 / 0.5);
}

.stroke-gray-50\/60 {
  stroke: rgb(249 250 251 / 0.6);
}

.stroke-gray-50\/70 {
  stroke: rgb(249 250 251 / 0.7);
}

.stroke-gray-50\/75 {
  stroke: rgb(249 250 251 / 0.75);
}

.stroke-gray-50\/80 {
  stroke: rgb(249 250 251 / 0.8);
}

.stroke-gray-50\/90 {
  stroke: rgb(249 250 251 / 0.9);
}

.stroke-gray-50\/95 {
  stroke: rgb(249 250 251 / 0.95);
}

.stroke-gray-50\/100 {
  stroke: rgb(249 250 251 / 1);
}

.stroke-gray-100\/0 {
  stroke: rgb(243 244 246 / 0);
}

.stroke-gray-100\/5 {
  stroke: rgb(243 244 246 / 0.05);
}

.stroke-gray-100\/10 {
  stroke: rgb(243 244 246 / 0.1);
}

.stroke-gray-100\/20 {
  stroke: rgb(243 244 246 / 0.2);
}

.stroke-gray-100\/25 {
  stroke: rgb(243 244 246 / 0.25);
}

.stroke-gray-100\/30 {
  stroke: rgb(243 244 246 / 0.3);
}

.stroke-gray-100\/40 {
  stroke: rgb(243 244 246 / 0.4);
}

.stroke-gray-100\/50 {
  stroke: rgb(243 244 246 / 0.5);
}

.stroke-gray-100\/60 {
  stroke: rgb(243 244 246 / 0.6);
}

.stroke-gray-100\/70 {
  stroke: rgb(243 244 246 / 0.7);
}

.stroke-gray-100\/75 {
  stroke: rgb(243 244 246 / 0.75);
}

.stroke-gray-100\/80 {
  stroke: rgb(243 244 246 / 0.8);
}

.stroke-gray-100\/90 {
  stroke: rgb(243 244 246 / 0.9);
}

.stroke-gray-100\/95 {
  stroke: rgb(243 244 246 / 0.95);
}

.stroke-gray-100\/100 {
  stroke: rgb(243 244 246 / 1);
}

.stroke-gray-200\/0 {
  stroke: rgb(229 231 235 / 0);
}

.stroke-gray-200\/5 {
  stroke: rgb(229 231 235 / 0.05);
}

.stroke-gray-200\/10 {
  stroke: rgb(229 231 235 / 0.1);
}

.stroke-gray-200\/20 {
  stroke: rgb(229 231 235 / 0.2);
}

.stroke-gray-200\/25 {
  stroke: rgb(229 231 235 / 0.25);
}

.stroke-gray-200\/30 {
  stroke: rgb(229 231 235 / 0.3);
}

.stroke-gray-200\/40 {
  stroke: rgb(229 231 235 / 0.4);
}

.stroke-gray-200\/50 {
  stroke: rgb(229 231 235 / 0.5);
}

.stroke-gray-200\/60 {
  stroke: rgb(229 231 235 / 0.6);
}

.stroke-gray-200\/70 {
  stroke: rgb(229 231 235 / 0.7);
}

.stroke-gray-200\/75 {
  stroke: rgb(229 231 235 / 0.75);
}

.stroke-gray-200\/80 {
  stroke: rgb(229 231 235 / 0.8);
}

.stroke-gray-200\/90 {
  stroke: rgb(229 231 235 / 0.9);
}

.stroke-gray-200\/95 {
  stroke: rgb(229 231 235 / 0.95);
}

.stroke-gray-200\/100 {
  stroke: rgb(229 231 235 / 1);
}

.stroke-gray-300\/0 {
  stroke: rgb(209 213 219 / 0);
}

.stroke-gray-300\/5 {
  stroke: rgb(209 213 219 / 0.05);
}

.stroke-gray-300\/10 {
  stroke: rgb(209 213 219 / 0.1);
}

.stroke-gray-300\/20 {
  stroke: rgb(209 213 219 / 0.2);
}

.stroke-gray-300\/25 {
  stroke: rgb(209 213 219 / 0.25);
}

.stroke-gray-300\/30 {
  stroke: rgb(209 213 219 / 0.3);
}

.stroke-gray-300\/40 {
  stroke: rgb(209 213 219 / 0.4);
}

.stroke-gray-300\/50 {
  stroke: rgb(209 213 219 / 0.5);
}

.stroke-gray-300\/60 {
  stroke: rgb(209 213 219 / 0.6);
}

.stroke-gray-300\/70 {
  stroke: rgb(209 213 219 / 0.7);
}

.stroke-gray-300\/75 {
  stroke: rgb(209 213 219 / 0.75);
}

.stroke-gray-300\/80 {
  stroke: rgb(209 213 219 / 0.8);
}

.stroke-gray-300\/90 {
  stroke: rgb(209 213 219 / 0.9);
}

.stroke-gray-300\/95 {
  stroke: rgb(209 213 219 / 0.95);
}

.stroke-gray-300\/100 {
  stroke: rgb(209 213 219 / 1);
}

.stroke-gray-400\/0 {
  stroke: rgb(156 163 175 / 0);
}

.stroke-gray-400\/5 {
  stroke: rgb(156 163 175 / 0.05);
}

.stroke-gray-400\/10 {
  stroke: rgb(156 163 175 / 0.1);
}

.stroke-gray-400\/20 {
  stroke: rgb(156 163 175 / 0.2);
}

.stroke-gray-400\/25 {
  stroke: rgb(156 163 175 / 0.25);
}

.stroke-gray-400\/30 {
  stroke: rgb(156 163 175 / 0.3);
}

.stroke-gray-400\/40 {
  stroke: rgb(156 163 175 / 0.4);
}

.stroke-gray-400\/50 {
  stroke: rgb(156 163 175 / 0.5);
}

.stroke-gray-400\/60 {
  stroke: rgb(156 163 175 / 0.6);
}

.stroke-gray-400\/70 {
  stroke: rgb(156 163 175 / 0.7);
}

.stroke-gray-400\/75 {
  stroke: rgb(156 163 175 / 0.75);
}

.stroke-gray-400\/80 {
  stroke: rgb(156 163 175 / 0.8);
}

.stroke-gray-400\/90 {
  stroke: rgb(156 163 175 / 0.9);
}

.stroke-gray-400\/95 {
  stroke: rgb(156 163 175 / 0.95);
}

.stroke-gray-400\/100 {
  stroke: rgb(156 163 175 / 1);
}

.stroke-gray-500\/0 {
  stroke: rgb(107 114 128 / 0);
}

.stroke-gray-500\/5 {
  stroke: rgb(107 114 128 / 0.05);
}

.stroke-gray-500\/10 {
  stroke: rgb(107 114 128 / 0.1);
}

.stroke-gray-500\/20 {
  stroke: rgb(107 114 128 / 0.2);
}

.stroke-gray-500\/25 {
  stroke: rgb(107 114 128 / 0.25);
}

.stroke-gray-500\/30 {
  stroke: rgb(107 114 128 / 0.3);
}

.stroke-gray-500\/40 {
  stroke: rgb(107 114 128 / 0.4);
}

.stroke-gray-500\/50 {
  stroke: rgb(107 114 128 / 0.5);
}

.stroke-gray-500\/60 {
  stroke: rgb(107 114 128 / 0.6);
}

.stroke-gray-500\/70 {
  stroke: rgb(107 114 128 / 0.7);
}

.stroke-gray-500\/75 {
  stroke: rgb(107 114 128 / 0.75);
}

.stroke-gray-500\/80 {
  stroke: rgb(107 114 128 / 0.8);
}

.stroke-gray-500\/90 {
  stroke: rgb(107 114 128 / 0.9);
}

.stroke-gray-500\/95 {
  stroke: rgb(107 114 128 / 0.95);
}

.stroke-gray-500\/100 {
  stroke: rgb(107 114 128 / 1);
}

.stroke-gray-600\/0 {
  stroke: rgb(75 85 99 / 0);
}

.stroke-gray-600\/5 {
  stroke: rgb(75 85 99 / 0.05);
}

.stroke-gray-600\/10 {
  stroke: rgb(75 85 99 / 0.1);
}

.stroke-gray-600\/20 {
  stroke: rgb(75 85 99 / 0.2);
}

.stroke-gray-600\/25 {
  stroke: rgb(75 85 99 / 0.25);
}

.stroke-gray-600\/30 {
  stroke: rgb(75 85 99 / 0.3);
}

.stroke-gray-600\/40 {
  stroke: rgb(75 85 99 / 0.4);
}

.stroke-gray-600\/50 {
  stroke: rgb(75 85 99 / 0.5);
}

.stroke-gray-600\/60 {
  stroke: rgb(75 85 99 / 0.6);
}

.stroke-gray-600\/70 {
  stroke: rgb(75 85 99 / 0.7);
}

.stroke-gray-600\/75 {
  stroke: rgb(75 85 99 / 0.75);
}

.stroke-gray-600\/80 {
  stroke: rgb(75 85 99 / 0.8);
}

.stroke-gray-600\/90 {
  stroke: rgb(75 85 99 / 0.9);
}

.stroke-gray-600\/95 {
  stroke: rgb(75 85 99 / 0.95);
}

.stroke-gray-600\/100 {
  stroke: rgb(75 85 99 / 1);
}

.stroke-gray-700\/0 {
  stroke: rgb(33 32 32 / 0);
}

.stroke-gray-700\/5 {
  stroke: rgb(33 32 32 / 0.05);
}

.stroke-gray-700\/10 {
  stroke: rgb(33 32 32 / 0.1);
}

.stroke-gray-700\/20 {
  stroke: rgb(33 32 32 / 0.2);
}

.stroke-gray-700\/25 {
  stroke: rgb(33 32 32 / 0.25);
}

.stroke-gray-700\/30 {
  stroke: rgb(33 32 32 / 0.3);
}

.stroke-gray-700\/40 {
  stroke: rgb(33 32 32 / 0.4);
}

.stroke-gray-700\/50 {
  stroke: rgb(33 32 32 / 0.5);
}

.stroke-gray-700\/60 {
  stroke: rgb(33 32 32 / 0.6);
}

.stroke-gray-700\/70 {
  stroke: rgb(33 32 32 / 0.7);
}

.stroke-gray-700\/75 {
  stroke: rgb(33 32 32 / 0.75);
}

.stroke-gray-700\/80 {
  stroke: rgb(33 32 32 / 0.8);
}

.stroke-gray-700\/90 {
  stroke: rgb(33 32 32 / 0.9);
}

.stroke-gray-700\/95 {
  stroke: rgb(33 32 32 / 0.95);
}

.stroke-gray-700\/100 {
  stroke: rgb(33 32 32 / 1);
}

.stroke-gray-800\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-gray-800\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-gray-800\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-gray-800\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-gray-800\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-gray-800\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-gray-800\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-gray-800\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-gray-800\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-gray-800\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-gray-800\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-gray-800\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-gray-800\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-gray-800\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-gray-800\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-gray-900\/0 {
  stroke: rgb(17 24 39 / 0);
}

.stroke-gray-900\/5 {
  stroke: rgb(17 24 39 / 0.05);
}

.stroke-gray-900\/10 {
  stroke: rgb(17 24 39 / 0.1);
}

.stroke-gray-900\/20 {
  stroke: rgb(17 24 39 / 0.2);
}

.stroke-gray-900\/25 {
  stroke: rgb(17 24 39 / 0.25);
}

.stroke-gray-900\/30 {
  stroke: rgb(17 24 39 / 0.3);
}

.stroke-gray-900\/40 {
  stroke: rgb(17 24 39 / 0.4);
}

.stroke-gray-900\/50 {
  stroke: rgb(17 24 39 / 0.5);
}

.stroke-gray-900\/60 {
  stroke: rgb(17 24 39 / 0.6);
}

.stroke-gray-900\/70 {
  stroke: rgb(17 24 39 / 0.7);
}

.stroke-gray-900\/75 {
  stroke: rgb(17 24 39 / 0.75);
}

.stroke-gray-900\/80 {
  stroke: rgb(17 24 39 / 0.8);
}

.stroke-gray-900\/90 {
  stroke: rgb(17 24 39 / 0.9);
}

.stroke-gray-900\/95 {
  stroke: rgb(17 24 39 / 0.95);
}

.stroke-gray-900\/100 {
  stroke: rgb(17 24 39 / 1);
}

.stroke-zinc-50\/0 {
  stroke: rgb(250 250 250 / 0);
}

.stroke-zinc-50\/5 {
  stroke: rgb(250 250 250 / 0.05);
}

.stroke-zinc-50\/10 {
  stroke: rgb(250 250 250 / 0.1);
}

.stroke-zinc-50\/20 {
  stroke: rgb(250 250 250 / 0.2);
}

.stroke-zinc-50\/25 {
  stroke: rgb(250 250 250 / 0.25);
}

.stroke-zinc-50\/30 {
  stroke: rgb(250 250 250 / 0.3);
}

.stroke-zinc-50\/40 {
  stroke: rgb(250 250 250 / 0.4);
}

.stroke-zinc-50\/50 {
  stroke: rgb(250 250 250 / 0.5);
}

.stroke-zinc-50\/60 {
  stroke: rgb(250 250 250 / 0.6);
}

.stroke-zinc-50\/70 {
  stroke: rgb(250 250 250 / 0.7);
}

.stroke-zinc-50\/75 {
  stroke: rgb(250 250 250 / 0.75);
}

.stroke-zinc-50\/80 {
  stroke: rgb(250 250 250 / 0.8);
}

.stroke-zinc-50\/90 {
  stroke: rgb(250 250 250 / 0.9);
}

.stroke-zinc-50\/95 {
  stroke: rgb(250 250 250 / 0.95);
}

.stroke-zinc-50\/100 {
  stroke: rgb(250 250 250 / 1);
}

.stroke-zinc-100\/0 {
  stroke: rgb(244 244 245 / 0);
}

.stroke-zinc-100\/5 {
  stroke: rgb(244 244 245 / 0.05);
}

.stroke-zinc-100\/10 {
  stroke: rgb(244 244 245 / 0.1);
}

.stroke-zinc-100\/20 {
  stroke: rgb(244 244 245 / 0.2);
}

.stroke-zinc-100\/25 {
  stroke: rgb(244 244 245 / 0.25);
}

.stroke-zinc-100\/30 {
  stroke: rgb(244 244 245 / 0.3);
}

.stroke-zinc-100\/40 {
  stroke: rgb(244 244 245 / 0.4);
}

.stroke-zinc-100\/50 {
  stroke: rgb(244 244 245 / 0.5);
}

.stroke-zinc-100\/60 {
  stroke: rgb(244 244 245 / 0.6);
}

.stroke-zinc-100\/70 {
  stroke: rgb(244 244 245 / 0.7);
}

.stroke-zinc-100\/75 {
  stroke: rgb(244 244 245 / 0.75);
}

.stroke-zinc-100\/80 {
  stroke: rgb(244 244 245 / 0.8);
}

.stroke-zinc-100\/90 {
  stroke: rgb(244 244 245 / 0.9);
}

.stroke-zinc-100\/95 {
  stroke: rgb(244 244 245 / 0.95);
}

.stroke-zinc-100\/100 {
  stroke: rgb(244 244 245 / 1);
}

.stroke-zinc-200\/0 {
  stroke: rgb(228 228 231 / 0);
}

.stroke-zinc-200\/5 {
  stroke: rgb(228 228 231 / 0.05);
}

.stroke-zinc-200\/10 {
  stroke: rgb(228 228 231 / 0.1);
}

.stroke-zinc-200\/20 {
  stroke: rgb(228 228 231 / 0.2);
}

.stroke-zinc-200\/25 {
  stroke: rgb(228 228 231 / 0.25);
}

.stroke-zinc-200\/30 {
  stroke: rgb(228 228 231 / 0.3);
}

.stroke-zinc-200\/40 {
  stroke: rgb(228 228 231 / 0.4);
}

.stroke-zinc-200\/50 {
  stroke: rgb(228 228 231 / 0.5);
}

.stroke-zinc-200\/60 {
  stroke: rgb(228 228 231 / 0.6);
}

.stroke-zinc-200\/70 {
  stroke: rgb(228 228 231 / 0.7);
}

.stroke-zinc-200\/75 {
  stroke: rgb(228 228 231 / 0.75);
}

.stroke-zinc-200\/80 {
  stroke: rgb(228 228 231 / 0.8);
}

.stroke-zinc-200\/90 {
  stroke: rgb(228 228 231 / 0.9);
}

.stroke-zinc-200\/95 {
  stroke: rgb(228 228 231 / 0.95);
}

.stroke-zinc-200\/100 {
  stroke: rgb(228 228 231 / 1);
}

.stroke-zinc-300\/0 {
  stroke: rgb(212 212 216 / 0);
}

.stroke-zinc-300\/5 {
  stroke: rgb(212 212 216 / 0.05);
}

.stroke-zinc-300\/10 {
  stroke: rgb(212 212 216 / 0.1);
}

.stroke-zinc-300\/20 {
  stroke: rgb(212 212 216 / 0.2);
}

.stroke-zinc-300\/25 {
  stroke: rgb(212 212 216 / 0.25);
}

.stroke-zinc-300\/30 {
  stroke: rgb(212 212 216 / 0.3);
}

.stroke-zinc-300\/40 {
  stroke: rgb(212 212 216 / 0.4);
}

.stroke-zinc-300\/50 {
  stroke: rgb(212 212 216 / 0.5);
}

.stroke-zinc-300\/60 {
  stroke: rgb(212 212 216 / 0.6);
}

.stroke-zinc-300\/70 {
  stroke: rgb(212 212 216 / 0.7);
}

.stroke-zinc-300\/75 {
  stroke: rgb(212 212 216 / 0.75);
}

.stroke-zinc-300\/80 {
  stroke: rgb(212 212 216 / 0.8);
}

.stroke-zinc-300\/90 {
  stroke: rgb(212 212 216 / 0.9);
}

.stroke-zinc-300\/95 {
  stroke: rgb(212 212 216 / 0.95);
}

.stroke-zinc-300\/100 {
  stroke: rgb(212 212 216 / 1);
}

.stroke-zinc-400\/0 {
  stroke: rgb(161 161 170 / 0);
}

.stroke-zinc-400\/5 {
  stroke: rgb(161 161 170 / 0.05);
}

.stroke-zinc-400\/10 {
  stroke: rgb(161 161 170 / 0.1);
}

.stroke-zinc-400\/20 {
  stroke: rgb(161 161 170 / 0.2);
}

.stroke-zinc-400\/25 {
  stroke: rgb(161 161 170 / 0.25);
}

.stroke-zinc-400\/30 {
  stroke: rgb(161 161 170 / 0.3);
}

.stroke-zinc-400\/40 {
  stroke: rgb(161 161 170 / 0.4);
}

.stroke-zinc-400\/50 {
  stroke: rgb(161 161 170 / 0.5);
}

.stroke-zinc-400\/60 {
  stroke: rgb(161 161 170 / 0.6);
}

.stroke-zinc-400\/70 {
  stroke: rgb(161 161 170 / 0.7);
}

.stroke-zinc-400\/75 {
  stroke: rgb(161 161 170 / 0.75);
}

.stroke-zinc-400\/80 {
  stroke: rgb(161 161 170 / 0.8);
}

.stroke-zinc-400\/90 {
  stroke: rgb(161 161 170 / 0.9);
}

.stroke-zinc-400\/95 {
  stroke: rgb(161 161 170 / 0.95);
}

.stroke-zinc-400\/100 {
  stroke: rgb(161 161 170 / 1);
}

.stroke-zinc-500\/0 {
  stroke: rgb(113 113 122 / 0);
}

.stroke-zinc-500\/5 {
  stroke: rgb(113 113 122 / 0.05);
}

.stroke-zinc-500\/10 {
  stroke: rgb(113 113 122 / 0.1);
}

.stroke-zinc-500\/20 {
  stroke: rgb(113 113 122 / 0.2);
}

.stroke-zinc-500\/25 {
  stroke: rgb(113 113 122 / 0.25);
}

.stroke-zinc-500\/30 {
  stroke: rgb(113 113 122 / 0.3);
}

.stroke-zinc-500\/40 {
  stroke: rgb(113 113 122 / 0.4);
}

.stroke-zinc-500\/50 {
  stroke: rgb(113 113 122 / 0.5);
}

.stroke-zinc-500\/60 {
  stroke: rgb(113 113 122 / 0.6);
}

.stroke-zinc-500\/70 {
  stroke: rgb(113 113 122 / 0.7);
}

.stroke-zinc-500\/75 {
  stroke: rgb(113 113 122 / 0.75);
}

.stroke-zinc-500\/80 {
  stroke: rgb(113 113 122 / 0.8);
}

.stroke-zinc-500\/90 {
  stroke: rgb(113 113 122 / 0.9);
}

.stroke-zinc-500\/95 {
  stroke: rgb(113 113 122 / 0.95);
}

.stroke-zinc-500\/100 {
  stroke: rgb(113 113 122 / 1);
}

.stroke-zinc-600\/0 {
  stroke: rgb(82 82 91 / 0);
}

.stroke-zinc-600\/5 {
  stroke: rgb(82 82 91 / 0.05);
}

.stroke-zinc-600\/10 {
  stroke: rgb(82 82 91 / 0.1);
}

.stroke-zinc-600\/20 {
  stroke: rgb(82 82 91 / 0.2);
}

.stroke-zinc-600\/25 {
  stroke: rgb(82 82 91 / 0.25);
}

.stroke-zinc-600\/30 {
  stroke: rgb(82 82 91 / 0.3);
}

.stroke-zinc-600\/40 {
  stroke: rgb(82 82 91 / 0.4);
}

.stroke-zinc-600\/50 {
  stroke: rgb(82 82 91 / 0.5);
}

.stroke-zinc-600\/60 {
  stroke: rgb(82 82 91 / 0.6);
}

.stroke-zinc-600\/70 {
  stroke: rgb(82 82 91 / 0.7);
}

.stroke-zinc-600\/75 {
  stroke: rgb(82 82 91 / 0.75);
}

.stroke-zinc-600\/80 {
  stroke: rgb(82 82 91 / 0.8);
}

.stroke-zinc-600\/90 {
  stroke: rgb(82 82 91 / 0.9);
}

.stroke-zinc-600\/95 {
  stroke: rgb(82 82 91 / 0.95);
}

.stroke-zinc-600\/100 {
  stroke: rgb(82 82 91 / 1);
}

.stroke-zinc-700\/0 {
  stroke: rgb(63 63 70 / 0);
}

.stroke-zinc-700\/5 {
  stroke: rgb(63 63 70 / 0.05);
}

.stroke-zinc-700\/10 {
  stroke: rgb(63 63 70 / 0.1);
}

.stroke-zinc-700\/20 {
  stroke: rgb(63 63 70 / 0.2);
}

.stroke-zinc-700\/25 {
  stroke: rgb(63 63 70 / 0.25);
}

.stroke-zinc-700\/30 {
  stroke: rgb(63 63 70 / 0.3);
}

.stroke-zinc-700\/40 {
  stroke: rgb(63 63 70 / 0.4);
}

.stroke-zinc-700\/50 {
  stroke: rgb(63 63 70 / 0.5);
}

.stroke-zinc-700\/60 {
  stroke: rgb(63 63 70 / 0.6);
}

.stroke-zinc-700\/70 {
  stroke: rgb(63 63 70 / 0.7);
}

.stroke-zinc-700\/75 {
  stroke: rgb(63 63 70 / 0.75);
}

.stroke-zinc-700\/80 {
  stroke: rgb(63 63 70 / 0.8);
}

.stroke-zinc-700\/90 {
  stroke: rgb(63 63 70 / 0.9);
}

.stroke-zinc-700\/95 {
  stroke: rgb(63 63 70 / 0.95);
}

.stroke-zinc-700\/100 {
  stroke: rgb(63 63 70 / 1);
}

.stroke-zinc-800\/0 {
  stroke: rgb(39 39 42 / 0);
}

.stroke-zinc-800\/5 {
  stroke: rgb(39 39 42 / 0.05);
}

.stroke-zinc-800\/10 {
  stroke: rgb(39 39 42 / 0.1);
}

.stroke-zinc-800\/20 {
  stroke: rgb(39 39 42 / 0.2);
}

.stroke-zinc-800\/25 {
  stroke: rgb(39 39 42 / 0.25);
}

.stroke-zinc-800\/30 {
  stroke: rgb(39 39 42 / 0.3);
}

.stroke-zinc-800\/40 {
  stroke: rgb(39 39 42 / 0.4);
}

.stroke-zinc-800\/50 {
  stroke: rgb(39 39 42 / 0.5);
}

.stroke-zinc-800\/60 {
  stroke: rgb(39 39 42 / 0.6);
}

.stroke-zinc-800\/70 {
  stroke: rgb(39 39 42 / 0.7);
}

.stroke-zinc-800\/75 {
  stroke: rgb(39 39 42 / 0.75);
}

.stroke-zinc-800\/80 {
  stroke: rgb(39 39 42 / 0.8);
}

.stroke-zinc-800\/90 {
  stroke: rgb(39 39 42 / 0.9);
}

.stroke-zinc-800\/95 {
  stroke: rgb(39 39 42 / 0.95);
}

.stroke-zinc-800\/100 {
  stroke: rgb(39 39 42 / 1);
}

.stroke-zinc-900\/0 {
  stroke: rgb(24 24 27 / 0);
}

.stroke-zinc-900\/5 {
  stroke: rgb(24 24 27 / 0.05);
}

.stroke-zinc-900\/10 {
  stroke: rgb(24 24 27 / 0.1);
}

.stroke-zinc-900\/20 {
  stroke: rgb(24 24 27 / 0.2);
}

.stroke-zinc-900\/25 {
  stroke: rgb(24 24 27 / 0.25);
}

.stroke-zinc-900\/30 {
  stroke: rgb(24 24 27 / 0.3);
}

.stroke-zinc-900\/40 {
  stroke: rgb(24 24 27 / 0.4);
}

.stroke-zinc-900\/50 {
  stroke: rgb(24 24 27 / 0.5);
}

.stroke-zinc-900\/60 {
  stroke: rgb(24 24 27 / 0.6);
}

.stroke-zinc-900\/70 {
  stroke: rgb(24 24 27 / 0.7);
}

.stroke-zinc-900\/75 {
  stroke: rgb(24 24 27 / 0.75);
}

.stroke-zinc-900\/80 {
  stroke: rgb(24 24 27 / 0.8);
}

.stroke-zinc-900\/90 {
  stroke: rgb(24 24 27 / 0.9);
}

.stroke-zinc-900\/95 {
  stroke: rgb(24 24 27 / 0.95);
}

.stroke-zinc-900\/100 {
  stroke: rgb(24 24 27 / 1);
}

.stroke-neutral-50\/0 {
  stroke: rgb(250 250 250 / 0);
}

.stroke-neutral-50\/5 {
  stroke: rgb(250 250 250 / 0.05);
}

.stroke-neutral-50\/10 {
  stroke: rgb(250 250 250 / 0.1);
}

.stroke-neutral-50\/20 {
  stroke: rgb(250 250 250 / 0.2);
}

.stroke-neutral-50\/25 {
  stroke: rgb(250 250 250 / 0.25);
}

.stroke-neutral-50\/30 {
  stroke: rgb(250 250 250 / 0.3);
}

.stroke-neutral-50\/40 {
  stroke: rgb(250 250 250 / 0.4);
}

.stroke-neutral-50\/50 {
  stroke: rgb(250 250 250 / 0.5);
}

.stroke-neutral-50\/60 {
  stroke: rgb(250 250 250 / 0.6);
}

.stroke-neutral-50\/70 {
  stroke: rgb(250 250 250 / 0.7);
}

.stroke-neutral-50\/75 {
  stroke: rgb(250 250 250 / 0.75);
}

.stroke-neutral-50\/80 {
  stroke: rgb(250 250 250 / 0.8);
}

.stroke-neutral-50\/90 {
  stroke: rgb(250 250 250 / 0.9);
}

.stroke-neutral-50\/95 {
  stroke: rgb(250 250 250 / 0.95);
}

.stroke-neutral-50\/100 {
  stroke: rgb(250 250 250 / 1);
}

.stroke-neutral-100\/0 {
  stroke: rgb(245 245 245 / 0);
}

.stroke-neutral-100\/5 {
  stroke: rgb(245 245 245 / 0.05);
}

.stroke-neutral-100\/10 {
  stroke: rgb(245 245 245 / 0.1);
}

.stroke-neutral-100\/20 {
  stroke: rgb(245 245 245 / 0.2);
}

.stroke-neutral-100\/25 {
  stroke: rgb(245 245 245 / 0.25);
}

.stroke-neutral-100\/30 {
  stroke: rgb(245 245 245 / 0.3);
}

.stroke-neutral-100\/40 {
  stroke: rgb(245 245 245 / 0.4);
}

.stroke-neutral-100\/50 {
  stroke: rgb(245 245 245 / 0.5);
}

.stroke-neutral-100\/60 {
  stroke: rgb(245 245 245 / 0.6);
}

.stroke-neutral-100\/70 {
  stroke: rgb(245 245 245 / 0.7);
}

.stroke-neutral-100\/75 {
  stroke: rgb(245 245 245 / 0.75);
}

.stroke-neutral-100\/80 {
  stroke: rgb(245 245 245 / 0.8);
}

.stroke-neutral-100\/90 {
  stroke: rgb(245 245 245 / 0.9);
}

.stroke-neutral-100\/95 {
  stroke: rgb(245 245 245 / 0.95);
}

.stroke-neutral-100\/100 {
  stroke: rgb(245 245 245 / 1);
}

.stroke-neutral-200\/0 {
  stroke: rgb(229 229 229 / 0);
}

.stroke-neutral-200\/5 {
  stroke: rgb(229 229 229 / 0.05);
}

.stroke-neutral-200\/10 {
  stroke: rgb(229 229 229 / 0.1);
}

.stroke-neutral-200\/20 {
  stroke: rgb(229 229 229 / 0.2);
}

.stroke-neutral-200\/25 {
  stroke: rgb(229 229 229 / 0.25);
}

.stroke-neutral-200\/30 {
  stroke: rgb(229 229 229 / 0.3);
}

.stroke-neutral-200\/40 {
  stroke: rgb(229 229 229 / 0.4);
}

.stroke-neutral-200\/50 {
  stroke: rgb(229 229 229 / 0.5);
}

.stroke-neutral-200\/60 {
  stroke: rgb(229 229 229 / 0.6);
}

.stroke-neutral-200\/70 {
  stroke: rgb(229 229 229 / 0.7);
}

.stroke-neutral-200\/75 {
  stroke: rgb(229 229 229 / 0.75);
}

.stroke-neutral-200\/80 {
  stroke: rgb(229 229 229 / 0.8);
}

.stroke-neutral-200\/90 {
  stroke: rgb(229 229 229 / 0.9);
}

.stroke-neutral-200\/95 {
  stroke: rgb(229 229 229 / 0.95);
}

.stroke-neutral-200\/100 {
  stroke: rgb(229 229 229 / 1);
}

.stroke-neutral-300\/0 {
  stroke: rgb(212 212 212 / 0);
}

.stroke-neutral-300\/5 {
  stroke: rgb(212 212 212 / 0.05);
}

.stroke-neutral-300\/10 {
  stroke: rgb(212 212 212 / 0.1);
}

.stroke-neutral-300\/20 {
  stroke: rgb(212 212 212 / 0.2);
}

.stroke-neutral-300\/25 {
  stroke: rgb(212 212 212 / 0.25);
}

.stroke-neutral-300\/30 {
  stroke: rgb(212 212 212 / 0.3);
}

.stroke-neutral-300\/40 {
  stroke: rgb(212 212 212 / 0.4);
}

.stroke-neutral-300\/50 {
  stroke: rgb(212 212 212 / 0.5);
}

.stroke-neutral-300\/60 {
  stroke: rgb(212 212 212 / 0.6);
}

.stroke-neutral-300\/70 {
  stroke: rgb(212 212 212 / 0.7);
}

.stroke-neutral-300\/75 {
  stroke: rgb(212 212 212 / 0.75);
}

.stroke-neutral-300\/80 {
  stroke: rgb(212 212 212 / 0.8);
}

.stroke-neutral-300\/90 {
  stroke: rgb(212 212 212 / 0.9);
}

.stroke-neutral-300\/95 {
  stroke: rgb(212 212 212 / 0.95);
}

.stroke-neutral-300\/100 {
  stroke: rgb(212 212 212 / 1);
}

.stroke-neutral-400\/0 {
  stroke: rgb(163 163 163 / 0);
}

.stroke-neutral-400\/5 {
  stroke: rgb(163 163 163 / 0.05);
}

.stroke-neutral-400\/10 {
  stroke: rgb(163 163 163 / 0.1);
}

.stroke-neutral-400\/20 {
  stroke: rgb(163 163 163 / 0.2);
}

.stroke-neutral-400\/25 {
  stroke: rgb(163 163 163 / 0.25);
}

.stroke-neutral-400\/30 {
  stroke: rgb(163 163 163 / 0.3);
}

.stroke-neutral-400\/40 {
  stroke: rgb(163 163 163 / 0.4);
}

.stroke-neutral-400\/50 {
  stroke: rgb(163 163 163 / 0.5);
}

.stroke-neutral-400\/60 {
  stroke: rgb(163 163 163 / 0.6);
}

.stroke-neutral-400\/70 {
  stroke: rgb(163 163 163 / 0.7);
}

.stroke-neutral-400\/75 {
  stroke: rgb(163 163 163 / 0.75);
}

.stroke-neutral-400\/80 {
  stroke: rgb(163 163 163 / 0.8);
}

.stroke-neutral-400\/90 {
  stroke: rgb(163 163 163 / 0.9);
}

.stroke-neutral-400\/95 {
  stroke: rgb(163 163 163 / 0.95);
}

.stroke-neutral-400\/100 {
  stroke: rgb(163 163 163 / 1);
}

.stroke-neutral-500\/0 {
  stroke: rgb(115 115 115 / 0);
}

.stroke-neutral-500\/5 {
  stroke: rgb(115 115 115 / 0.05);
}

.stroke-neutral-500\/10 {
  stroke: rgb(115 115 115 / 0.1);
}

.stroke-neutral-500\/20 {
  stroke: rgb(115 115 115 / 0.2);
}

.stroke-neutral-500\/25 {
  stroke: rgb(115 115 115 / 0.25);
}

.stroke-neutral-500\/30 {
  stroke: rgb(115 115 115 / 0.3);
}

.stroke-neutral-500\/40 {
  stroke: rgb(115 115 115 / 0.4);
}

.stroke-neutral-500\/50 {
  stroke: rgb(115 115 115 / 0.5);
}

.stroke-neutral-500\/60 {
  stroke: rgb(115 115 115 / 0.6);
}

.stroke-neutral-500\/70 {
  stroke: rgb(115 115 115 / 0.7);
}

.stroke-neutral-500\/75 {
  stroke: rgb(115 115 115 / 0.75);
}

.stroke-neutral-500\/80 {
  stroke: rgb(115 115 115 / 0.8);
}

.stroke-neutral-500\/90 {
  stroke: rgb(115 115 115 / 0.9);
}

.stroke-neutral-500\/95 {
  stroke: rgb(115 115 115 / 0.95);
}

.stroke-neutral-500\/100 {
  stroke: rgb(115 115 115 / 1);
}

.stroke-neutral-600\/0 {
  stroke: rgb(82 82 82 / 0);
}

.stroke-neutral-600\/5 {
  stroke: rgb(82 82 82 / 0.05);
}

.stroke-neutral-600\/10 {
  stroke: rgb(82 82 82 / 0.1);
}

.stroke-neutral-600\/20 {
  stroke: rgb(82 82 82 / 0.2);
}

.stroke-neutral-600\/25 {
  stroke: rgb(82 82 82 / 0.25);
}

.stroke-neutral-600\/30 {
  stroke: rgb(82 82 82 / 0.3);
}

.stroke-neutral-600\/40 {
  stroke: rgb(82 82 82 / 0.4);
}

.stroke-neutral-600\/50 {
  stroke: rgb(82 82 82 / 0.5);
}

.stroke-neutral-600\/60 {
  stroke: rgb(82 82 82 / 0.6);
}

.stroke-neutral-600\/70 {
  stroke: rgb(82 82 82 / 0.7);
}

.stroke-neutral-600\/75 {
  stroke: rgb(82 82 82 / 0.75);
}

.stroke-neutral-600\/80 {
  stroke: rgb(82 82 82 / 0.8);
}

.stroke-neutral-600\/90 {
  stroke: rgb(82 82 82 / 0.9);
}

.stroke-neutral-600\/95 {
  stroke: rgb(82 82 82 / 0.95);
}

.stroke-neutral-600\/100 {
  stroke: rgb(82 82 82 / 1);
}

.stroke-neutral-700\/0 {
  stroke: rgb(64 64 64 / 0);
}

.stroke-neutral-700\/5 {
  stroke: rgb(64 64 64 / 0.05);
}

.stroke-neutral-700\/10 {
  stroke: rgb(64 64 64 / 0.1);
}

.stroke-neutral-700\/20 {
  stroke: rgb(64 64 64 / 0.2);
}

.stroke-neutral-700\/25 {
  stroke: rgb(64 64 64 / 0.25);
}

.stroke-neutral-700\/30 {
  stroke: rgb(64 64 64 / 0.3);
}

.stroke-neutral-700\/40 {
  stroke: rgb(64 64 64 / 0.4);
}

.stroke-neutral-700\/50 {
  stroke: rgb(64 64 64 / 0.5);
}

.stroke-neutral-700\/60 {
  stroke: rgb(64 64 64 / 0.6);
}

.stroke-neutral-700\/70 {
  stroke: rgb(64 64 64 / 0.7);
}

.stroke-neutral-700\/75 {
  stroke: rgb(64 64 64 / 0.75);
}

.stroke-neutral-700\/80 {
  stroke: rgb(64 64 64 / 0.8);
}

.stroke-neutral-700\/90 {
  stroke: rgb(64 64 64 / 0.9);
}

.stroke-neutral-700\/95 {
  stroke: rgb(64 64 64 / 0.95);
}

.stroke-neutral-700\/100 {
  stroke: rgb(64 64 64 / 1);
}

.stroke-neutral-800\/0 {
  stroke: rgb(38 38 38 / 0);
}

.stroke-neutral-800\/5 {
  stroke: rgb(38 38 38 / 0.05);
}

.stroke-neutral-800\/10 {
  stroke: rgb(38 38 38 / 0.1);
}

.stroke-neutral-800\/20 {
  stroke: rgb(38 38 38 / 0.2);
}

.stroke-neutral-800\/25 {
  stroke: rgb(38 38 38 / 0.25);
}

.stroke-neutral-800\/30 {
  stroke: rgb(38 38 38 / 0.3);
}

.stroke-neutral-800\/40 {
  stroke: rgb(38 38 38 / 0.4);
}

.stroke-neutral-800\/50 {
  stroke: rgb(38 38 38 / 0.5);
}

.stroke-neutral-800\/60 {
  stroke: rgb(38 38 38 / 0.6);
}

.stroke-neutral-800\/70 {
  stroke: rgb(38 38 38 / 0.7);
}

.stroke-neutral-800\/75 {
  stroke: rgb(38 38 38 / 0.75);
}

.stroke-neutral-800\/80 {
  stroke: rgb(38 38 38 / 0.8);
}

.stroke-neutral-800\/90 {
  stroke: rgb(38 38 38 / 0.9);
}

.stroke-neutral-800\/95 {
  stroke: rgb(38 38 38 / 0.95);
}

.stroke-neutral-800\/100 {
  stroke: rgb(38 38 38 / 1);
}

.stroke-neutral-900\/0 {
  stroke: rgb(23 23 23 / 0);
}

.stroke-neutral-900\/5 {
  stroke: rgb(23 23 23 / 0.05);
}

.stroke-neutral-900\/10 {
  stroke: rgb(23 23 23 / 0.1);
}

.stroke-neutral-900\/20 {
  stroke: rgb(23 23 23 / 0.2);
}

.stroke-neutral-900\/25 {
  stroke: rgb(23 23 23 / 0.25);
}

.stroke-neutral-900\/30 {
  stroke: rgb(23 23 23 / 0.3);
}

.stroke-neutral-900\/40 {
  stroke: rgb(23 23 23 / 0.4);
}

.stroke-neutral-900\/50 {
  stroke: rgb(23 23 23 / 0.5);
}

.stroke-neutral-900\/60 {
  stroke: rgb(23 23 23 / 0.6);
}

.stroke-neutral-900\/70 {
  stroke: rgb(23 23 23 / 0.7);
}

.stroke-neutral-900\/75 {
  stroke: rgb(23 23 23 / 0.75);
}

.stroke-neutral-900\/80 {
  stroke: rgb(23 23 23 / 0.8);
}

.stroke-neutral-900\/90 {
  stroke: rgb(23 23 23 / 0.9);
}

.stroke-neutral-900\/95 {
  stroke: rgb(23 23 23 / 0.95);
}

.stroke-neutral-900\/100 {
  stroke: rgb(23 23 23 / 1);
}

.stroke-stone-50\/0 {
  stroke: rgb(250 250 249 / 0);
}

.stroke-stone-50\/5 {
  stroke: rgb(250 250 249 / 0.05);
}

.stroke-stone-50\/10 {
  stroke: rgb(250 250 249 / 0.1);
}

.stroke-stone-50\/20 {
  stroke: rgb(250 250 249 / 0.2);
}

.stroke-stone-50\/25 {
  stroke: rgb(250 250 249 / 0.25);
}

.stroke-stone-50\/30 {
  stroke: rgb(250 250 249 / 0.3);
}

.stroke-stone-50\/40 {
  stroke: rgb(250 250 249 / 0.4);
}

.stroke-stone-50\/50 {
  stroke: rgb(250 250 249 / 0.5);
}

.stroke-stone-50\/60 {
  stroke: rgb(250 250 249 / 0.6);
}

.stroke-stone-50\/70 {
  stroke: rgb(250 250 249 / 0.7);
}

.stroke-stone-50\/75 {
  stroke: rgb(250 250 249 / 0.75);
}

.stroke-stone-50\/80 {
  stroke: rgb(250 250 249 / 0.8);
}

.stroke-stone-50\/90 {
  stroke: rgb(250 250 249 / 0.9);
}

.stroke-stone-50\/95 {
  stroke: rgb(250 250 249 / 0.95);
}

.stroke-stone-50\/100 {
  stroke: rgb(250 250 249 / 1);
}

.stroke-stone-100\/0 {
  stroke: rgb(245 245 244 / 0);
}

.stroke-stone-100\/5 {
  stroke: rgb(245 245 244 / 0.05);
}

.stroke-stone-100\/10 {
  stroke: rgb(245 245 244 / 0.1);
}

.stroke-stone-100\/20 {
  stroke: rgb(245 245 244 / 0.2);
}

.stroke-stone-100\/25 {
  stroke: rgb(245 245 244 / 0.25);
}

.stroke-stone-100\/30 {
  stroke: rgb(245 245 244 / 0.3);
}

.stroke-stone-100\/40 {
  stroke: rgb(245 245 244 / 0.4);
}

.stroke-stone-100\/50 {
  stroke: rgb(245 245 244 / 0.5);
}

.stroke-stone-100\/60 {
  stroke: rgb(245 245 244 / 0.6);
}

.stroke-stone-100\/70 {
  stroke: rgb(245 245 244 / 0.7);
}

.stroke-stone-100\/75 {
  stroke: rgb(245 245 244 / 0.75);
}

.stroke-stone-100\/80 {
  stroke: rgb(245 245 244 / 0.8);
}

.stroke-stone-100\/90 {
  stroke: rgb(245 245 244 / 0.9);
}

.stroke-stone-100\/95 {
  stroke: rgb(245 245 244 / 0.95);
}

.stroke-stone-100\/100 {
  stroke: rgb(245 245 244 / 1);
}

.stroke-stone-200\/0 {
  stroke: rgb(231 229 228 / 0);
}

.stroke-stone-200\/5 {
  stroke: rgb(231 229 228 / 0.05);
}

.stroke-stone-200\/10 {
  stroke: rgb(231 229 228 / 0.1);
}

.stroke-stone-200\/20 {
  stroke: rgb(231 229 228 / 0.2);
}

.stroke-stone-200\/25 {
  stroke: rgb(231 229 228 / 0.25);
}

.stroke-stone-200\/30 {
  stroke: rgb(231 229 228 / 0.3);
}

.stroke-stone-200\/40 {
  stroke: rgb(231 229 228 / 0.4);
}

.stroke-stone-200\/50 {
  stroke: rgb(231 229 228 / 0.5);
}

.stroke-stone-200\/60 {
  stroke: rgb(231 229 228 / 0.6);
}

.stroke-stone-200\/70 {
  stroke: rgb(231 229 228 / 0.7);
}

.stroke-stone-200\/75 {
  stroke: rgb(231 229 228 / 0.75);
}

.stroke-stone-200\/80 {
  stroke: rgb(231 229 228 / 0.8);
}

.stroke-stone-200\/90 {
  stroke: rgb(231 229 228 / 0.9);
}

.stroke-stone-200\/95 {
  stroke: rgb(231 229 228 / 0.95);
}

.stroke-stone-200\/100 {
  stroke: rgb(231 229 228 / 1);
}

.stroke-stone-300\/0 {
  stroke: rgb(214 211 209 / 0);
}

.stroke-stone-300\/5 {
  stroke: rgb(214 211 209 / 0.05);
}

.stroke-stone-300\/10 {
  stroke: rgb(214 211 209 / 0.1);
}

.stroke-stone-300\/20 {
  stroke: rgb(214 211 209 / 0.2);
}

.stroke-stone-300\/25 {
  stroke: rgb(214 211 209 / 0.25);
}

.stroke-stone-300\/30 {
  stroke: rgb(214 211 209 / 0.3);
}

.stroke-stone-300\/40 {
  stroke: rgb(214 211 209 / 0.4);
}

.stroke-stone-300\/50 {
  stroke: rgb(214 211 209 / 0.5);
}

.stroke-stone-300\/60 {
  stroke: rgb(214 211 209 / 0.6);
}

.stroke-stone-300\/70 {
  stroke: rgb(214 211 209 / 0.7);
}

.stroke-stone-300\/75 {
  stroke: rgb(214 211 209 / 0.75);
}

.stroke-stone-300\/80 {
  stroke: rgb(214 211 209 / 0.8);
}

.stroke-stone-300\/90 {
  stroke: rgb(214 211 209 / 0.9);
}

.stroke-stone-300\/95 {
  stroke: rgb(214 211 209 / 0.95);
}

.stroke-stone-300\/100 {
  stroke: rgb(214 211 209 / 1);
}

.stroke-stone-400\/0 {
  stroke: rgb(168 162 158 / 0);
}

.stroke-stone-400\/5 {
  stroke: rgb(168 162 158 / 0.05);
}

.stroke-stone-400\/10 {
  stroke: rgb(168 162 158 / 0.1);
}

.stroke-stone-400\/20 {
  stroke: rgb(168 162 158 / 0.2);
}

.stroke-stone-400\/25 {
  stroke: rgb(168 162 158 / 0.25);
}

.stroke-stone-400\/30 {
  stroke: rgb(168 162 158 / 0.3);
}

.stroke-stone-400\/40 {
  stroke: rgb(168 162 158 / 0.4);
}

.stroke-stone-400\/50 {
  stroke: rgb(168 162 158 / 0.5);
}

.stroke-stone-400\/60 {
  stroke: rgb(168 162 158 / 0.6);
}

.stroke-stone-400\/70 {
  stroke: rgb(168 162 158 / 0.7);
}

.stroke-stone-400\/75 {
  stroke: rgb(168 162 158 / 0.75);
}

.stroke-stone-400\/80 {
  stroke: rgb(168 162 158 / 0.8);
}

.stroke-stone-400\/90 {
  stroke: rgb(168 162 158 / 0.9);
}

.stroke-stone-400\/95 {
  stroke: rgb(168 162 158 / 0.95);
}

.stroke-stone-400\/100 {
  stroke: rgb(168 162 158 / 1);
}

.stroke-stone-500\/0 {
  stroke: rgb(120 113 108 / 0);
}

.stroke-stone-500\/5 {
  stroke: rgb(120 113 108 / 0.05);
}

.stroke-stone-500\/10 {
  stroke: rgb(120 113 108 / 0.1);
}

.stroke-stone-500\/20 {
  stroke: rgb(120 113 108 / 0.2);
}

.stroke-stone-500\/25 {
  stroke: rgb(120 113 108 / 0.25);
}

.stroke-stone-500\/30 {
  stroke: rgb(120 113 108 / 0.3);
}

.stroke-stone-500\/40 {
  stroke: rgb(120 113 108 / 0.4);
}

.stroke-stone-500\/50 {
  stroke: rgb(120 113 108 / 0.5);
}

.stroke-stone-500\/60 {
  stroke: rgb(120 113 108 / 0.6);
}

.stroke-stone-500\/70 {
  stroke: rgb(120 113 108 / 0.7);
}

.stroke-stone-500\/75 {
  stroke: rgb(120 113 108 / 0.75);
}

.stroke-stone-500\/80 {
  stroke: rgb(120 113 108 / 0.8);
}

.stroke-stone-500\/90 {
  stroke: rgb(120 113 108 / 0.9);
}

.stroke-stone-500\/95 {
  stroke: rgb(120 113 108 / 0.95);
}

.stroke-stone-500\/100 {
  stroke: rgb(120 113 108 / 1);
}

.stroke-stone-600\/0 {
  stroke: rgb(87 83 78 / 0);
}

.stroke-stone-600\/5 {
  stroke: rgb(87 83 78 / 0.05);
}

.stroke-stone-600\/10 {
  stroke: rgb(87 83 78 / 0.1);
}

.stroke-stone-600\/20 {
  stroke: rgb(87 83 78 / 0.2);
}

.stroke-stone-600\/25 {
  stroke: rgb(87 83 78 / 0.25);
}

.stroke-stone-600\/30 {
  stroke: rgb(87 83 78 / 0.3);
}

.stroke-stone-600\/40 {
  stroke: rgb(87 83 78 / 0.4);
}

.stroke-stone-600\/50 {
  stroke: rgb(87 83 78 / 0.5);
}

.stroke-stone-600\/60 {
  stroke: rgb(87 83 78 / 0.6);
}

.stroke-stone-600\/70 {
  stroke: rgb(87 83 78 / 0.7);
}

.stroke-stone-600\/75 {
  stroke: rgb(87 83 78 / 0.75);
}

.stroke-stone-600\/80 {
  stroke: rgb(87 83 78 / 0.8);
}

.stroke-stone-600\/90 {
  stroke: rgb(87 83 78 / 0.9);
}

.stroke-stone-600\/95 {
  stroke: rgb(87 83 78 / 0.95);
}

.stroke-stone-600\/100 {
  stroke: rgb(87 83 78 / 1);
}

.stroke-stone-700\/0 {
  stroke: rgb(68 64 60 / 0);
}

.stroke-stone-700\/5 {
  stroke: rgb(68 64 60 / 0.05);
}

.stroke-stone-700\/10 {
  stroke: rgb(68 64 60 / 0.1);
}

.stroke-stone-700\/20 {
  stroke: rgb(68 64 60 / 0.2);
}

.stroke-stone-700\/25 {
  stroke: rgb(68 64 60 / 0.25);
}

.stroke-stone-700\/30 {
  stroke: rgb(68 64 60 / 0.3);
}

.stroke-stone-700\/40 {
  stroke: rgb(68 64 60 / 0.4);
}

.stroke-stone-700\/50 {
  stroke: rgb(68 64 60 / 0.5);
}

.stroke-stone-700\/60 {
  stroke: rgb(68 64 60 / 0.6);
}

.stroke-stone-700\/70 {
  stroke: rgb(68 64 60 / 0.7);
}

.stroke-stone-700\/75 {
  stroke: rgb(68 64 60 / 0.75);
}

.stroke-stone-700\/80 {
  stroke: rgb(68 64 60 / 0.8);
}

.stroke-stone-700\/90 {
  stroke: rgb(68 64 60 / 0.9);
}

.stroke-stone-700\/95 {
  stroke: rgb(68 64 60 / 0.95);
}

.stroke-stone-700\/100 {
  stroke: rgb(68 64 60 / 1);
}

.stroke-stone-800\/0 {
  stroke: rgb(41 37 36 / 0);
}

.stroke-stone-800\/5 {
  stroke: rgb(41 37 36 / 0.05);
}

.stroke-stone-800\/10 {
  stroke: rgb(41 37 36 / 0.1);
}

.stroke-stone-800\/20 {
  stroke: rgb(41 37 36 / 0.2);
}

.stroke-stone-800\/25 {
  stroke: rgb(41 37 36 / 0.25);
}

.stroke-stone-800\/30 {
  stroke: rgb(41 37 36 / 0.3);
}

.stroke-stone-800\/40 {
  stroke: rgb(41 37 36 / 0.4);
}

.stroke-stone-800\/50 {
  stroke: rgb(41 37 36 / 0.5);
}

.stroke-stone-800\/60 {
  stroke: rgb(41 37 36 / 0.6);
}

.stroke-stone-800\/70 {
  stroke: rgb(41 37 36 / 0.7);
}

.stroke-stone-800\/75 {
  stroke: rgb(41 37 36 / 0.75);
}

.stroke-stone-800\/80 {
  stroke: rgb(41 37 36 / 0.8);
}

.stroke-stone-800\/90 {
  stroke: rgb(41 37 36 / 0.9);
}

.stroke-stone-800\/95 {
  stroke: rgb(41 37 36 / 0.95);
}

.stroke-stone-800\/100 {
  stroke: rgb(41 37 36 / 1);
}

.stroke-stone-900\/0 {
  stroke: rgb(28 25 23 / 0);
}

.stroke-stone-900\/5 {
  stroke: rgb(28 25 23 / 0.05);
}

.stroke-stone-900\/10 {
  stroke: rgb(28 25 23 / 0.1);
}

.stroke-stone-900\/20 {
  stroke: rgb(28 25 23 / 0.2);
}

.stroke-stone-900\/25 {
  stroke: rgb(28 25 23 / 0.25);
}

.stroke-stone-900\/30 {
  stroke: rgb(28 25 23 / 0.3);
}

.stroke-stone-900\/40 {
  stroke: rgb(28 25 23 / 0.4);
}

.stroke-stone-900\/50 {
  stroke: rgb(28 25 23 / 0.5);
}

.stroke-stone-900\/60 {
  stroke: rgb(28 25 23 / 0.6);
}

.stroke-stone-900\/70 {
  stroke: rgb(28 25 23 / 0.7);
}

.stroke-stone-900\/75 {
  stroke: rgb(28 25 23 / 0.75);
}

.stroke-stone-900\/80 {
  stroke: rgb(28 25 23 / 0.8);
}

.stroke-stone-900\/90 {
  stroke: rgb(28 25 23 / 0.9);
}

.stroke-stone-900\/95 {
  stroke: rgb(28 25 23 / 0.95);
}

.stroke-stone-900\/100 {
  stroke: rgb(28 25 23 / 1);
}

.stroke-red-50\/0 {
  stroke: rgb(254 242 242 / 0);
}

.stroke-red-50\/5 {
  stroke: rgb(254 242 242 / 0.05);
}

.stroke-red-50\/10 {
  stroke: rgb(254 242 242 / 0.1);
}

.stroke-red-50\/20 {
  stroke: rgb(254 242 242 / 0.2);
}

.stroke-red-50\/25 {
  stroke: rgb(254 242 242 / 0.25);
}

.stroke-red-50\/30 {
  stroke: rgb(254 242 242 / 0.3);
}

.stroke-red-50\/40 {
  stroke: rgb(254 242 242 / 0.4);
}

.stroke-red-50\/50 {
  stroke: rgb(254 242 242 / 0.5);
}

.stroke-red-50\/60 {
  stroke: rgb(254 242 242 / 0.6);
}

.stroke-red-50\/70 {
  stroke: rgb(254 242 242 / 0.7);
}

.stroke-red-50\/75 {
  stroke: rgb(254 242 242 / 0.75);
}

.stroke-red-50\/80 {
  stroke: rgb(254 242 242 / 0.8);
}

.stroke-red-50\/90 {
  stroke: rgb(254 242 242 / 0.9);
}

.stroke-red-50\/95 {
  stroke: rgb(254 242 242 / 0.95);
}

.stroke-red-50\/100 {
  stroke: rgb(254 242 242 / 1);
}

.stroke-red-100\/0 {
  stroke: rgb(254 226 226 / 0);
}

.stroke-red-100\/5 {
  stroke: rgb(254 226 226 / 0.05);
}

.stroke-red-100\/10 {
  stroke: rgb(254 226 226 / 0.1);
}

.stroke-red-100\/20 {
  stroke: rgb(254 226 226 / 0.2);
}

.stroke-red-100\/25 {
  stroke: rgb(254 226 226 / 0.25);
}

.stroke-red-100\/30 {
  stroke: rgb(254 226 226 / 0.3);
}

.stroke-red-100\/40 {
  stroke: rgb(254 226 226 / 0.4);
}

.stroke-red-100\/50 {
  stroke: rgb(254 226 226 / 0.5);
}

.stroke-red-100\/60 {
  stroke: rgb(254 226 226 / 0.6);
}

.stroke-red-100\/70 {
  stroke: rgb(254 226 226 / 0.7);
}

.stroke-red-100\/75 {
  stroke: rgb(254 226 226 / 0.75);
}

.stroke-red-100\/80 {
  stroke: rgb(254 226 226 / 0.8);
}

.stroke-red-100\/90 {
  stroke: rgb(254 226 226 / 0.9);
}

.stroke-red-100\/95 {
  stroke: rgb(254 226 226 / 0.95);
}

.stroke-red-100\/100 {
  stroke: rgb(254 226 226 / 1);
}

.stroke-red-200\/0 {
  stroke: rgb(254 202 202 / 0);
}

.stroke-red-200\/5 {
  stroke: rgb(254 202 202 / 0.05);
}

.stroke-red-200\/10 {
  stroke: rgb(254 202 202 / 0.1);
}

.stroke-red-200\/20 {
  stroke: rgb(254 202 202 / 0.2);
}

.stroke-red-200\/25 {
  stroke: rgb(254 202 202 / 0.25);
}

.stroke-red-200\/30 {
  stroke: rgb(254 202 202 / 0.3);
}

.stroke-red-200\/40 {
  stroke: rgb(254 202 202 / 0.4);
}

.stroke-red-200\/50 {
  stroke: rgb(254 202 202 / 0.5);
}

.stroke-red-200\/60 {
  stroke: rgb(254 202 202 / 0.6);
}

.stroke-red-200\/70 {
  stroke: rgb(254 202 202 / 0.7);
}

.stroke-red-200\/75 {
  stroke: rgb(254 202 202 / 0.75);
}

.stroke-red-200\/80 {
  stroke: rgb(254 202 202 / 0.8);
}

.stroke-red-200\/90 {
  stroke: rgb(254 202 202 / 0.9);
}

.stroke-red-200\/95 {
  stroke: rgb(254 202 202 / 0.95);
}

.stroke-red-200\/100 {
  stroke: rgb(254 202 202 / 1);
}

.stroke-red-300\/0 {
  stroke: rgb(252 165 165 / 0);
}

.stroke-red-300\/5 {
  stroke: rgb(252 165 165 / 0.05);
}

.stroke-red-300\/10 {
  stroke: rgb(252 165 165 / 0.1);
}

.stroke-red-300\/20 {
  stroke: rgb(252 165 165 / 0.2);
}

.stroke-red-300\/25 {
  stroke: rgb(252 165 165 / 0.25);
}

.stroke-red-300\/30 {
  stroke: rgb(252 165 165 / 0.3);
}

.stroke-red-300\/40 {
  stroke: rgb(252 165 165 / 0.4);
}

.stroke-red-300\/50 {
  stroke: rgb(252 165 165 / 0.5);
}

.stroke-red-300\/60 {
  stroke: rgb(252 165 165 / 0.6);
}

.stroke-red-300\/70 {
  stroke: rgb(252 165 165 / 0.7);
}

.stroke-red-300\/75 {
  stroke: rgb(252 165 165 / 0.75);
}

.stroke-red-300\/80 {
  stroke: rgb(252 165 165 / 0.8);
}

.stroke-red-300\/90 {
  stroke: rgb(252 165 165 / 0.9);
}

.stroke-red-300\/95 {
  stroke: rgb(252 165 165 / 0.95);
}

.stroke-red-300\/100 {
  stroke: rgb(252 165 165 / 1);
}

.stroke-red-400\/0 {
  stroke: rgb(248 113 113 / 0);
}

.stroke-red-400\/5 {
  stroke: rgb(248 113 113 / 0.05);
}

.stroke-red-400\/10 {
  stroke: rgb(248 113 113 / 0.1);
}

.stroke-red-400\/20 {
  stroke: rgb(248 113 113 / 0.2);
}

.stroke-red-400\/25 {
  stroke: rgb(248 113 113 / 0.25);
}

.stroke-red-400\/30 {
  stroke: rgb(248 113 113 / 0.3);
}

.stroke-red-400\/40 {
  stroke: rgb(248 113 113 / 0.4);
}

.stroke-red-400\/50 {
  stroke: rgb(248 113 113 / 0.5);
}

.stroke-red-400\/60 {
  stroke: rgb(248 113 113 / 0.6);
}

.stroke-red-400\/70 {
  stroke: rgb(248 113 113 / 0.7);
}

.stroke-red-400\/75 {
  stroke: rgb(248 113 113 / 0.75);
}

.stroke-red-400\/80 {
  stroke: rgb(248 113 113 / 0.8);
}

.stroke-red-400\/90 {
  stroke: rgb(248 113 113 / 0.9);
}

.stroke-red-400\/95 {
  stroke: rgb(248 113 113 / 0.95);
}

.stroke-red-400\/100 {
  stroke: rgb(248 113 113 / 1);
}

.stroke-red-500\/0 {
  stroke: rgb(239 68 68 / 0);
}

.stroke-red-500\/5 {
  stroke: rgb(239 68 68 / 0.05);
}

.stroke-red-500\/10 {
  stroke: rgb(239 68 68 / 0.1);
}

.stroke-red-500\/20 {
  stroke: rgb(239 68 68 / 0.2);
}

.stroke-red-500\/25 {
  stroke: rgb(239 68 68 / 0.25);
}

.stroke-red-500\/30 {
  stroke: rgb(239 68 68 / 0.3);
}

.stroke-red-500\/40 {
  stroke: rgb(239 68 68 / 0.4);
}

.stroke-red-500\/50 {
  stroke: rgb(239 68 68 / 0.5);
}

.stroke-red-500\/60 {
  stroke: rgb(239 68 68 / 0.6);
}

.stroke-red-500\/70 {
  stroke: rgb(239 68 68 / 0.7);
}

.stroke-red-500\/75 {
  stroke: rgb(239 68 68 / 0.75);
}

.stroke-red-500\/80 {
  stroke: rgb(239 68 68 / 0.8);
}

.stroke-red-500\/90 {
  stroke: rgb(239 68 68 / 0.9);
}

.stroke-red-500\/95 {
  stroke: rgb(239 68 68 / 0.95);
}

.stroke-red-500\/100 {
  stroke: rgb(239 68 68 / 1);
}

.stroke-red-600\/0 {
  stroke: rgb(220 38 38 / 0);
}

.stroke-red-600\/5 {
  stroke: rgb(220 38 38 / 0.05);
}

.stroke-red-600\/10 {
  stroke: rgb(220 38 38 / 0.1);
}

.stroke-red-600\/20 {
  stroke: rgb(220 38 38 / 0.2);
}

.stroke-red-600\/25 {
  stroke: rgb(220 38 38 / 0.25);
}

.stroke-red-600\/30 {
  stroke: rgb(220 38 38 / 0.3);
}

.stroke-red-600\/40 {
  stroke: rgb(220 38 38 / 0.4);
}

.stroke-red-600\/50 {
  stroke: rgb(220 38 38 / 0.5);
}

.stroke-red-600\/60 {
  stroke: rgb(220 38 38 / 0.6);
}

.stroke-red-600\/70 {
  stroke: rgb(220 38 38 / 0.7);
}

.stroke-red-600\/75 {
  stroke: rgb(220 38 38 / 0.75);
}

.stroke-red-600\/80 {
  stroke: rgb(220 38 38 / 0.8);
}

.stroke-red-600\/90 {
  stroke: rgb(220 38 38 / 0.9);
}

.stroke-red-600\/95 {
  stroke: rgb(220 38 38 / 0.95);
}

.stroke-red-600\/100 {
  stroke: rgb(220 38 38 / 1);
}

.stroke-red-700\/0 {
  stroke: rgb(185 28 28 / 0);
}

.stroke-red-700\/5 {
  stroke: rgb(185 28 28 / 0.05);
}

.stroke-red-700\/10 {
  stroke: rgb(185 28 28 / 0.1);
}

.stroke-red-700\/20 {
  stroke: rgb(185 28 28 / 0.2);
}

.stroke-red-700\/25 {
  stroke: rgb(185 28 28 / 0.25);
}

.stroke-red-700\/30 {
  stroke: rgb(185 28 28 / 0.3);
}

.stroke-red-700\/40 {
  stroke: rgb(185 28 28 / 0.4);
}

.stroke-red-700\/50 {
  stroke: rgb(185 28 28 / 0.5);
}

.stroke-red-700\/60 {
  stroke: rgb(185 28 28 / 0.6);
}

.stroke-red-700\/70 {
  stroke: rgb(185 28 28 / 0.7);
}

.stroke-red-700\/75 {
  stroke: rgb(185 28 28 / 0.75);
}

.stroke-red-700\/80 {
  stroke: rgb(185 28 28 / 0.8);
}

.stroke-red-700\/90 {
  stroke: rgb(185 28 28 / 0.9);
}

.stroke-red-700\/95 {
  stroke: rgb(185 28 28 / 0.95);
}

.stroke-red-700\/100 {
  stroke: rgb(185 28 28 / 1);
}

.stroke-red-800\/0 {
  stroke: rgb(153 27 27 / 0);
}

.stroke-red-800\/5 {
  stroke: rgb(153 27 27 / 0.05);
}

.stroke-red-800\/10 {
  stroke: rgb(153 27 27 / 0.1);
}

.stroke-red-800\/20 {
  stroke: rgb(153 27 27 / 0.2);
}

.stroke-red-800\/25 {
  stroke: rgb(153 27 27 / 0.25);
}

.stroke-red-800\/30 {
  stroke: rgb(153 27 27 / 0.3);
}

.stroke-red-800\/40 {
  stroke: rgb(153 27 27 / 0.4);
}

.stroke-red-800\/50 {
  stroke: rgb(153 27 27 / 0.5);
}

.stroke-red-800\/60 {
  stroke: rgb(153 27 27 / 0.6);
}

.stroke-red-800\/70 {
  stroke: rgb(153 27 27 / 0.7);
}

.stroke-red-800\/75 {
  stroke: rgb(153 27 27 / 0.75);
}

.stroke-red-800\/80 {
  stroke: rgb(153 27 27 / 0.8);
}

.stroke-red-800\/90 {
  stroke: rgb(153 27 27 / 0.9);
}

.stroke-red-800\/95 {
  stroke: rgb(153 27 27 / 0.95);
}

.stroke-red-800\/100 {
  stroke: rgb(153 27 27 / 1);
}

.stroke-red-900\/0 {
  stroke: rgb(127 29 29 / 0);
}

.stroke-red-900\/5 {
  stroke: rgb(127 29 29 / 0.05);
}

.stroke-red-900\/10 {
  stroke: rgb(127 29 29 / 0.1);
}

.stroke-red-900\/20 {
  stroke: rgb(127 29 29 / 0.2);
}

.stroke-red-900\/25 {
  stroke: rgb(127 29 29 / 0.25);
}

.stroke-red-900\/30 {
  stroke: rgb(127 29 29 / 0.3);
}

.stroke-red-900\/40 {
  stroke: rgb(127 29 29 / 0.4);
}

.stroke-red-900\/50 {
  stroke: rgb(127 29 29 / 0.5);
}

.stroke-red-900\/60 {
  stroke: rgb(127 29 29 / 0.6);
}

.stroke-red-900\/70 {
  stroke: rgb(127 29 29 / 0.7);
}

.stroke-red-900\/75 {
  stroke: rgb(127 29 29 / 0.75);
}

.stroke-red-900\/80 {
  stroke: rgb(127 29 29 / 0.8);
}

.stroke-red-900\/90 {
  stroke: rgb(127 29 29 / 0.9);
}

.stroke-red-900\/95 {
  stroke: rgb(127 29 29 / 0.95);
}

.stroke-red-900\/100 {
  stroke: rgb(127 29 29 / 1);
}

.stroke-orange-50\/0 {
  stroke: rgb(255 247 237 / 0);
}

.stroke-orange-50\/5 {
  stroke: rgb(255 247 237 / 0.05);
}

.stroke-orange-50\/10 {
  stroke: rgb(255 247 237 / 0.1);
}

.stroke-orange-50\/20 {
  stroke: rgb(255 247 237 / 0.2);
}

.stroke-orange-50\/25 {
  stroke: rgb(255 247 237 / 0.25);
}

.stroke-orange-50\/30 {
  stroke: rgb(255 247 237 / 0.3);
}

.stroke-orange-50\/40 {
  stroke: rgb(255 247 237 / 0.4);
}

.stroke-orange-50\/50 {
  stroke: rgb(255 247 237 / 0.5);
}

.stroke-orange-50\/60 {
  stroke: rgb(255 247 237 / 0.6);
}

.stroke-orange-50\/70 {
  stroke: rgb(255 247 237 / 0.7);
}

.stroke-orange-50\/75 {
  stroke: rgb(255 247 237 / 0.75);
}

.stroke-orange-50\/80 {
  stroke: rgb(255 247 237 / 0.8);
}

.stroke-orange-50\/90 {
  stroke: rgb(255 247 237 / 0.9);
}

.stroke-orange-50\/95 {
  stroke: rgb(255 247 237 / 0.95);
}

.stroke-orange-50\/100 {
  stroke: rgb(255 247 237 / 1);
}

.stroke-orange-100\/0 {
  stroke: rgb(255 237 213 / 0);
}

.stroke-orange-100\/5 {
  stroke: rgb(255 237 213 / 0.05);
}

.stroke-orange-100\/10 {
  stroke: rgb(255 237 213 / 0.1);
}

.stroke-orange-100\/20 {
  stroke: rgb(255 237 213 / 0.2);
}

.stroke-orange-100\/25 {
  stroke: rgb(255 237 213 / 0.25);
}

.stroke-orange-100\/30 {
  stroke: rgb(255 237 213 / 0.3);
}

.stroke-orange-100\/40 {
  stroke: rgb(255 237 213 / 0.4);
}

.stroke-orange-100\/50 {
  stroke: rgb(255 237 213 / 0.5);
}

.stroke-orange-100\/60 {
  stroke: rgb(255 237 213 / 0.6);
}

.stroke-orange-100\/70 {
  stroke: rgb(255 237 213 / 0.7);
}

.stroke-orange-100\/75 {
  stroke: rgb(255 237 213 / 0.75);
}

.stroke-orange-100\/80 {
  stroke: rgb(255 237 213 / 0.8);
}

.stroke-orange-100\/90 {
  stroke: rgb(255 237 213 / 0.9);
}

.stroke-orange-100\/95 {
  stroke: rgb(255 237 213 / 0.95);
}

.stroke-orange-100\/100 {
  stroke: rgb(255 237 213 / 1);
}

.stroke-orange-200\/0 {
  stroke: rgb(254 215 170 / 0);
}

.stroke-orange-200\/5 {
  stroke: rgb(254 215 170 / 0.05);
}

.stroke-orange-200\/10 {
  stroke: rgb(254 215 170 / 0.1);
}

.stroke-orange-200\/20 {
  stroke: rgb(254 215 170 / 0.2);
}

.stroke-orange-200\/25 {
  stroke: rgb(254 215 170 / 0.25);
}

.stroke-orange-200\/30 {
  stroke: rgb(254 215 170 / 0.3);
}

.stroke-orange-200\/40 {
  stroke: rgb(254 215 170 / 0.4);
}

.stroke-orange-200\/50 {
  stroke: rgb(254 215 170 / 0.5);
}

.stroke-orange-200\/60 {
  stroke: rgb(254 215 170 / 0.6);
}

.stroke-orange-200\/70 {
  stroke: rgb(254 215 170 / 0.7);
}

.stroke-orange-200\/75 {
  stroke: rgb(254 215 170 / 0.75);
}

.stroke-orange-200\/80 {
  stroke: rgb(254 215 170 / 0.8);
}

.stroke-orange-200\/90 {
  stroke: rgb(254 215 170 / 0.9);
}

.stroke-orange-200\/95 {
  stroke: rgb(254 215 170 / 0.95);
}

.stroke-orange-200\/100 {
  stroke: rgb(254 215 170 / 1);
}

.stroke-orange-300\/0 {
  stroke: rgb(253 186 116 / 0);
}

.stroke-orange-300\/5 {
  stroke: rgb(253 186 116 / 0.05);
}

.stroke-orange-300\/10 {
  stroke: rgb(253 186 116 / 0.1);
}

.stroke-orange-300\/20 {
  stroke: rgb(253 186 116 / 0.2);
}

.stroke-orange-300\/25 {
  stroke: rgb(253 186 116 / 0.25);
}

.stroke-orange-300\/30 {
  stroke: rgb(253 186 116 / 0.3);
}

.stroke-orange-300\/40 {
  stroke: rgb(253 186 116 / 0.4);
}

.stroke-orange-300\/50 {
  stroke: rgb(253 186 116 / 0.5);
}

.stroke-orange-300\/60 {
  stroke: rgb(253 186 116 / 0.6);
}

.stroke-orange-300\/70 {
  stroke: rgb(253 186 116 / 0.7);
}

.stroke-orange-300\/75 {
  stroke: rgb(253 186 116 / 0.75);
}

.stroke-orange-300\/80 {
  stroke: rgb(253 186 116 / 0.8);
}

.stroke-orange-300\/90 {
  stroke: rgb(253 186 116 / 0.9);
}

.stroke-orange-300\/95 {
  stroke: rgb(253 186 116 / 0.95);
}

.stroke-orange-300\/100 {
  stroke: rgb(253 186 116 / 1);
}

.stroke-orange-400\/0 {
  stroke: rgb(251 146 60 / 0);
}

.stroke-orange-400\/5 {
  stroke: rgb(251 146 60 / 0.05);
}

.stroke-orange-400\/10 {
  stroke: rgb(251 146 60 / 0.1);
}

.stroke-orange-400\/20 {
  stroke: rgb(251 146 60 / 0.2);
}

.stroke-orange-400\/25 {
  stroke: rgb(251 146 60 / 0.25);
}

.stroke-orange-400\/30 {
  stroke: rgb(251 146 60 / 0.3);
}

.stroke-orange-400\/40 {
  stroke: rgb(251 146 60 / 0.4);
}

.stroke-orange-400\/50 {
  stroke: rgb(251 146 60 / 0.5);
}

.stroke-orange-400\/60 {
  stroke: rgb(251 146 60 / 0.6);
}

.stroke-orange-400\/70 {
  stroke: rgb(251 146 60 / 0.7);
}

.stroke-orange-400\/75 {
  stroke: rgb(251 146 60 / 0.75);
}

.stroke-orange-400\/80 {
  stroke: rgb(251 146 60 / 0.8);
}

.stroke-orange-400\/90 {
  stroke: rgb(251 146 60 / 0.9);
}

.stroke-orange-400\/95 {
  stroke: rgb(251 146 60 / 0.95);
}

.stroke-orange-400\/100 {
  stroke: rgb(251 146 60 / 1);
}

.stroke-orange-500\/0 {
  stroke: rgb(249 115 22 / 0);
}

.stroke-orange-500\/5 {
  stroke: rgb(249 115 22 / 0.05);
}

.stroke-orange-500\/10 {
  stroke: rgb(249 115 22 / 0.1);
}

.stroke-orange-500\/20 {
  stroke: rgb(249 115 22 / 0.2);
}

.stroke-orange-500\/25 {
  stroke: rgb(249 115 22 / 0.25);
}

.stroke-orange-500\/30 {
  stroke: rgb(249 115 22 / 0.3);
}

.stroke-orange-500\/40 {
  stroke: rgb(249 115 22 / 0.4);
}

.stroke-orange-500\/50 {
  stroke: rgb(249 115 22 / 0.5);
}

.stroke-orange-500\/60 {
  stroke: rgb(249 115 22 / 0.6);
}

.stroke-orange-500\/70 {
  stroke: rgb(249 115 22 / 0.7);
}

.stroke-orange-500\/75 {
  stroke: rgb(249 115 22 / 0.75);
}

.stroke-orange-500\/80 {
  stroke: rgb(249 115 22 / 0.8);
}

.stroke-orange-500\/90 {
  stroke: rgb(249 115 22 / 0.9);
}

.stroke-orange-500\/95 {
  stroke: rgb(249 115 22 / 0.95);
}

.stroke-orange-500\/100 {
  stroke: rgb(249 115 22 / 1);
}

.stroke-orange-600\/0 {
  stroke: rgb(234 88 12 / 0);
}

.stroke-orange-600\/5 {
  stroke: rgb(234 88 12 / 0.05);
}

.stroke-orange-600\/10 {
  stroke: rgb(234 88 12 / 0.1);
}

.stroke-orange-600\/20 {
  stroke: rgb(234 88 12 / 0.2);
}

.stroke-orange-600\/25 {
  stroke: rgb(234 88 12 / 0.25);
}

.stroke-orange-600\/30 {
  stroke: rgb(234 88 12 / 0.3);
}

.stroke-orange-600\/40 {
  stroke: rgb(234 88 12 / 0.4);
}

.stroke-orange-600\/50 {
  stroke: rgb(234 88 12 / 0.5);
}

.stroke-orange-600\/60 {
  stroke: rgb(234 88 12 / 0.6);
}

.stroke-orange-600\/70 {
  stroke: rgb(234 88 12 / 0.7);
}

.stroke-orange-600\/75 {
  stroke: rgb(234 88 12 / 0.75);
}

.stroke-orange-600\/80 {
  stroke: rgb(234 88 12 / 0.8);
}

.stroke-orange-600\/90 {
  stroke: rgb(234 88 12 / 0.9);
}

.stroke-orange-600\/95 {
  stroke: rgb(234 88 12 / 0.95);
}

.stroke-orange-600\/100 {
  stroke: rgb(234 88 12 / 1);
}

.stroke-orange-700\/0 {
  stroke: rgb(194 65 12 / 0);
}

.stroke-orange-700\/5 {
  stroke: rgb(194 65 12 / 0.05);
}

.stroke-orange-700\/10 {
  stroke: rgb(194 65 12 / 0.1);
}

.stroke-orange-700\/20 {
  stroke: rgb(194 65 12 / 0.2);
}

.stroke-orange-700\/25 {
  stroke: rgb(194 65 12 / 0.25);
}

.stroke-orange-700\/30 {
  stroke: rgb(194 65 12 / 0.3);
}

.stroke-orange-700\/40 {
  stroke: rgb(194 65 12 / 0.4);
}

.stroke-orange-700\/50 {
  stroke: rgb(194 65 12 / 0.5);
}

.stroke-orange-700\/60 {
  stroke: rgb(194 65 12 / 0.6);
}

.stroke-orange-700\/70 {
  stroke: rgb(194 65 12 / 0.7);
}

.stroke-orange-700\/75 {
  stroke: rgb(194 65 12 / 0.75);
}

.stroke-orange-700\/80 {
  stroke: rgb(194 65 12 / 0.8);
}

.stroke-orange-700\/90 {
  stroke: rgb(194 65 12 / 0.9);
}

.stroke-orange-700\/95 {
  stroke: rgb(194 65 12 / 0.95);
}

.stroke-orange-700\/100 {
  stroke: rgb(194 65 12 / 1);
}

.stroke-orange-800\/0 {
  stroke: rgb(154 52 18 / 0);
}

.stroke-orange-800\/5 {
  stroke: rgb(154 52 18 / 0.05);
}

.stroke-orange-800\/10 {
  stroke: rgb(154 52 18 / 0.1);
}

.stroke-orange-800\/20 {
  stroke: rgb(154 52 18 / 0.2);
}

.stroke-orange-800\/25 {
  stroke: rgb(154 52 18 / 0.25);
}

.stroke-orange-800\/30 {
  stroke: rgb(154 52 18 / 0.3);
}

.stroke-orange-800\/40 {
  stroke: rgb(154 52 18 / 0.4);
}

.stroke-orange-800\/50 {
  stroke: rgb(154 52 18 / 0.5);
}

.stroke-orange-800\/60 {
  stroke: rgb(154 52 18 / 0.6);
}

.stroke-orange-800\/70 {
  stroke: rgb(154 52 18 / 0.7);
}

.stroke-orange-800\/75 {
  stroke: rgb(154 52 18 / 0.75);
}

.stroke-orange-800\/80 {
  stroke: rgb(154 52 18 / 0.8);
}

.stroke-orange-800\/90 {
  stroke: rgb(154 52 18 / 0.9);
}

.stroke-orange-800\/95 {
  stroke: rgb(154 52 18 / 0.95);
}

.stroke-orange-800\/100 {
  stroke: rgb(154 52 18 / 1);
}

.stroke-orange-900\/0 {
  stroke: rgb(124 45 18 / 0);
}

.stroke-orange-900\/5 {
  stroke: rgb(124 45 18 / 0.05);
}

.stroke-orange-900\/10 {
  stroke: rgb(124 45 18 / 0.1);
}

.stroke-orange-900\/20 {
  stroke: rgb(124 45 18 / 0.2);
}

.stroke-orange-900\/25 {
  stroke: rgb(124 45 18 / 0.25);
}

.stroke-orange-900\/30 {
  stroke: rgb(124 45 18 / 0.3);
}

.stroke-orange-900\/40 {
  stroke: rgb(124 45 18 / 0.4);
}

.stroke-orange-900\/50 {
  stroke: rgb(124 45 18 / 0.5);
}

.stroke-orange-900\/60 {
  stroke: rgb(124 45 18 / 0.6);
}

.stroke-orange-900\/70 {
  stroke: rgb(124 45 18 / 0.7);
}

.stroke-orange-900\/75 {
  stroke: rgb(124 45 18 / 0.75);
}

.stroke-orange-900\/80 {
  stroke: rgb(124 45 18 / 0.8);
}

.stroke-orange-900\/90 {
  stroke: rgb(124 45 18 / 0.9);
}

.stroke-orange-900\/95 {
  stroke: rgb(124 45 18 / 0.95);
}

.stroke-orange-900\/100 {
  stroke: rgb(124 45 18 / 1);
}

.stroke-amber-50\/0 {
  stroke: rgb(255 251 235 / 0);
}

.stroke-amber-50\/5 {
  stroke: rgb(255 251 235 / 0.05);
}

.stroke-amber-50\/10 {
  stroke: rgb(255 251 235 / 0.1);
}

.stroke-amber-50\/20 {
  stroke: rgb(255 251 235 / 0.2);
}

.stroke-amber-50\/25 {
  stroke: rgb(255 251 235 / 0.25);
}

.stroke-amber-50\/30 {
  stroke: rgb(255 251 235 / 0.3);
}

.stroke-amber-50\/40 {
  stroke: rgb(255 251 235 / 0.4);
}

.stroke-amber-50\/50 {
  stroke: rgb(255 251 235 / 0.5);
}

.stroke-amber-50\/60 {
  stroke: rgb(255 251 235 / 0.6);
}

.stroke-amber-50\/70 {
  stroke: rgb(255 251 235 / 0.7);
}

.stroke-amber-50\/75 {
  stroke: rgb(255 251 235 / 0.75);
}

.stroke-amber-50\/80 {
  stroke: rgb(255 251 235 / 0.8);
}

.stroke-amber-50\/90 {
  stroke: rgb(255 251 235 / 0.9);
}

.stroke-amber-50\/95 {
  stroke: rgb(255 251 235 / 0.95);
}

.stroke-amber-50\/100 {
  stroke: rgb(255 251 235 / 1);
}

.stroke-amber-100\/0 {
  stroke: rgb(254 243 199 / 0);
}

.stroke-amber-100\/5 {
  stroke: rgb(254 243 199 / 0.05);
}

.stroke-amber-100\/10 {
  stroke: rgb(254 243 199 / 0.1);
}

.stroke-amber-100\/20 {
  stroke: rgb(254 243 199 / 0.2);
}

.stroke-amber-100\/25 {
  stroke: rgb(254 243 199 / 0.25);
}

.stroke-amber-100\/30 {
  stroke: rgb(254 243 199 / 0.3);
}

.stroke-amber-100\/40 {
  stroke: rgb(254 243 199 / 0.4);
}

.stroke-amber-100\/50 {
  stroke: rgb(254 243 199 / 0.5);
}

.stroke-amber-100\/60 {
  stroke: rgb(254 243 199 / 0.6);
}

.stroke-amber-100\/70 {
  stroke: rgb(254 243 199 / 0.7);
}

.stroke-amber-100\/75 {
  stroke: rgb(254 243 199 / 0.75);
}

.stroke-amber-100\/80 {
  stroke: rgb(254 243 199 / 0.8);
}

.stroke-amber-100\/90 {
  stroke: rgb(254 243 199 / 0.9);
}

.stroke-amber-100\/95 {
  stroke: rgb(254 243 199 / 0.95);
}

.stroke-amber-100\/100 {
  stroke: rgb(254 243 199 / 1);
}

.stroke-amber-200\/0 {
  stroke: rgb(253 230 138 / 0);
}

.stroke-amber-200\/5 {
  stroke: rgb(253 230 138 / 0.05);
}

.stroke-amber-200\/10 {
  stroke: rgb(253 230 138 / 0.1);
}

.stroke-amber-200\/20 {
  stroke: rgb(253 230 138 / 0.2);
}

.stroke-amber-200\/25 {
  stroke: rgb(253 230 138 / 0.25);
}

.stroke-amber-200\/30 {
  stroke: rgb(253 230 138 / 0.3);
}

.stroke-amber-200\/40 {
  stroke: rgb(253 230 138 / 0.4);
}

.stroke-amber-200\/50 {
  stroke: rgb(253 230 138 / 0.5);
}

.stroke-amber-200\/60 {
  stroke: rgb(253 230 138 / 0.6);
}

.stroke-amber-200\/70 {
  stroke: rgb(253 230 138 / 0.7);
}

.stroke-amber-200\/75 {
  stroke: rgb(253 230 138 / 0.75);
}

.stroke-amber-200\/80 {
  stroke: rgb(253 230 138 / 0.8);
}

.stroke-amber-200\/90 {
  stroke: rgb(253 230 138 / 0.9);
}

.stroke-amber-200\/95 {
  stroke: rgb(253 230 138 / 0.95);
}

.stroke-amber-200\/100 {
  stroke: rgb(253 230 138 / 1);
}

.stroke-amber-300\/0 {
  stroke: rgb(252 211 77 / 0);
}

.stroke-amber-300\/5 {
  stroke: rgb(252 211 77 / 0.05);
}

.stroke-amber-300\/10 {
  stroke: rgb(252 211 77 / 0.1);
}

.stroke-amber-300\/20 {
  stroke: rgb(252 211 77 / 0.2);
}

.stroke-amber-300\/25 {
  stroke: rgb(252 211 77 / 0.25);
}

.stroke-amber-300\/30 {
  stroke: rgb(252 211 77 / 0.3);
}

.stroke-amber-300\/40 {
  stroke: rgb(252 211 77 / 0.4);
}

.stroke-amber-300\/50 {
  stroke: rgb(252 211 77 / 0.5);
}

.stroke-amber-300\/60 {
  stroke: rgb(252 211 77 / 0.6);
}

.stroke-amber-300\/70 {
  stroke: rgb(252 211 77 / 0.7);
}

.stroke-amber-300\/75 {
  stroke: rgb(252 211 77 / 0.75);
}

.stroke-amber-300\/80 {
  stroke: rgb(252 211 77 / 0.8);
}

.stroke-amber-300\/90 {
  stroke: rgb(252 211 77 / 0.9);
}

.stroke-amber-300\/95 {
  stroke: rgb(252 211 77 / 0.95);
}

.stroke-amber-300\/100 {
  stroke: rgb(252 211 77 / 1);
}

.stroke-amber-400\/0 {
  stroke: rgb(251 191 36 / 0);
}

.stroke-amber-400\/5 {
  stroke: rgb(251 191 36 / 0.05);
}

.stroke-amber-400\/10 {
  stroke: rgb(251 191 36 / 0.1);
}

.stroke-amber-400\/20 {
  stroke: rgb(251 191 36 / 0.2);
}

.stroke-amber-400\/25 {
  stroke: rgb(251 191 36 / 0.25);
}

.stroke-amber-400\/30 {
  stroke: rgb(251 191 36 / 0.3);
}

.stroke-amber-400\/40 {
  stroke: rgb(251 191 36 / 0.4);
}

.stroke-amber-400\/50 {
  stroke: rgb(251 191 36 / 0.5);
}

.stroke-amber-400\/60 {
  stroke: rgb(251 191 36 / 0.6);
}

.stroke-amber-400\/70 {
  stroke: rgb(251 191 36 / 0.7);
}

.stroke-amber-400\/75 {
  stroke: rgb(251 191 36 / 0.75);
}

.stroke-amber-400\/80 {
  stroke: rgb(251 191 36 / 0.8);
}

.stroke-amber-400\/90 {
  stroke: rgb(251 191 36 / 0.9);
}

.stroke-amber-400\/95 {
  stroke: rgb(251 191 36 / 0.95);
}

.stroke-amber-400\/100 {
  stroke: rgb(251 191 36 / 1);
}

.stroke-amber-500\/0 {
  stroke: rgb(245 158 11 / 0);
}

.stroke-amber-500\/5 {
  stroke: rgb(245 158 11 / 0.05);
}

.stroke-amber-500\/10 {
  stroke: rgb(245 158 11 / 0.1);
}

.stroke-amber-500\/20 {
  stroke: rgb(245 158 11 / 0.2);
}

.stroke-amber-500\/25 {
  stroke: rgb(245 158 11 / 0.25);
}

.stroke-amber-500\/30 {
  stroke: rgb(245 158 11 / 0.3);
}

.stroke-amber-500\/40 {
  stroke: rgb(245 158 11 / 0.4);
}

.stroke-amber-500\/50 {
  stroke: rgb(245 158 11 / 0.5);
}

.stroke-amber-500\/60 {
  stroke: rgb(245 158 11 / 0.6);
}

.stroke-amber-500\/70 {
  stroke: rgb(245 158 11 / 0.7);
}

.stroke-amber-500\/75 {
  stroke: rgb(245 158 11 / 0.75);
}

.stroke-amber-500\/80 {
  stroke: rgb(245 158 11 / 0.8);
}

.stroke-amber-500\/90 {
  stroke: rgb(245 158 11 / 0.9);
}

.stroke-amber-500\/95 {
  stroke: rgb(245 158 11 / 0.95);
}

.stroke-amber-500\/100 {
  stroke: rgb(245 158 11 / 1);
}

.stroke-amber-600\/0 {
  stroke: rgb(217 119 6 / 0);
}

.stroke-amber-600\/5 {
  stroke: rgb(217 119 6 / 0.05);
}

.stroke-amber-600\/10 {
  stroke: rgb(217 119 6 / 0.1);
}

.stroke-amber-600\/20 {
  stroke: rgb(217 119 6 / 0.2);
}

.stroke-amber-600\/25 {
  stroke: rgb(217 119 6 / 0.25);
}

.stroke-amber-600\/30 {
  stroke: rgb(217 119 6 / 0.3);
}

.stroke-amber-600\/40 {
  stroke: rgb(217 119 6 / 0.4);
}

.stroke-amber-600\/50 {
  stroke: rgb(217 119 6 / 0.5);
}

.stroke-amber-600\/60 {
  stroke: rgb(217 119 6 / 0.6);
}

.stroke-amber-600\/70 {
  stroke: rgb(217 119 6 / 0.7);
}

.stroke-amber-600\/75 {
  stroke: rgb(217 119 6 / 0.75);
}

.stroke-amber-600\/80 {
  stroke: rgb(217 119 6 / 0.8);
}

.stroke-amber-600\/90 {
  stroke: rgb(217 119 6 / 0.9);
}

.stroke-amber-600\/95 {
  stroke: rgb(217 119 6 / 0.95);
}

.stroke-amber-600\/100 {
  stroke: rgb(217 119 6 / 1);
}

.stroke-amber-700\/0 {
  stroke: rgb(180 83 9 / 0);
}

.stroke-amber-700\/5 {
  stroke: rgb(180 83 9 / 0.05);
}

.stroke-amber-700\/10 {
  stroke: rgb(180 83 9 / 0.1);
}

.stroke-amber-700\/20 {
  stroke: rgb(180 83 9 / 0.2);
}

.stroke-amber-700\/25 {
  stroke: rgb(180 83 9 / 0.25);
}

.stroke-amber-700\/30 {
  stroke: rgb(180 83 9 / 0.3);
}

.stroke-amber-700\/40 {
  stroke: rgb(180 83 9 / 0.4);
}

.stroke-amber-700\/50 {
  stroke: rgb(180 83 9 / 0.5);
}

.stroke-amber-700\/60 {
  stroke: rgb(180 83 9 / 0.6);
}

.stroke-amber-700\/70 {
  stroke: rgb(180 83 9 / 0.7);
}

.stroke-amber-700\/75 {
  stroke: rgb(180 83 9 / 0.75);
}

.stroke-amber-700\/80 {
  stroke: rgb(180 83 9 / 0.8);
}

.stroke-amber-700\/90 {
  stroke: rgb(180 83 9 / 0.9);
}

.stroke-amber-700\/95 {
  stroke: rgb(180 83 9 / 0.95);
}

.stroke-amber-700\/100 {
  stroke: rgb(180 83 9 / 1);
}

.stroke-amber-800\/0 {
  stroke: rgb(146 64 14 / 0);
}

.stroke-amber-800\/5 {
  stroke: rgb(146 64 14 / 0.05);
}

.stroke-amber-800\/10 {
  stroke: rgb(146 64 14 / 0.1);
}

.stroke-amber-800\/20 {
  stroke: rgb(146 64 14 / 0.2);
}

.stroke-amber-800\/25 {
  stroke: rgb(146 64 14 / 0.25);
}

.stroke-amber-800\/30 {
  stroke: rgb(146 64 14 / 0.3);
}

.stroke-amber-800\/40 {
  stroke: rgb(146 64 14 / 0.4);
}

.stroke-amber-800\/50 {
  stroke: rgb(146 64 14 / 0.5);
}

.stroke-amber-800\/60 {
  stroke: rgb(146 64 14 / 0.6);
}

.stroke-amber-800\/70 {
  stroke: rgb(146 64 14 / 0.7);
}

.stroke-amber-800\/75 {
  stroke: rgb(146 64 14 / 0.75);
}

.stroke-amber-800\/80 {
  stroke: rgb(146 64 14 / 0.8);
}

.stroke-amber-800\/90 {
  stroke: rgb(146 64 14 / 0.9);
}

.stroke-amber-800\/95 {
  stroke: rgb(146 64 14 / 0.95);
}

.stroke-amber-800\/100 {
  stroke: rgb(146 64 14 / 1);
}

.stroke-amber-900\/0 {
  stroke: rgb(120 53 15 / 0);
}

.stroke-amber-900\/5 {
  stroke: rgb(120 53 15 / 0.05);
}

.stroke-amber-900\/10 {
  stroke: rgb(120 53 15 / 0.1);
}

.stroke-amber-900\/20 {
  stroke: rgb(120 53 15 / 0.2);
}

.stroke-amber-900\/25 {
  stroke: rgb(120 53 15 / 0.25);
}

.stroke-amber-900\/30 {
  stroke: rgb(120 53 15 / 0.3);
}

.stroke-amber-900\/40 {
  stroke: rgb(120 53 15 / 0.4);
}

.stroke-amber-900\/50 {
  stroke: rgb(120 53 15 / 0.5);
}

.stroke-amber-900\/60 {
  stroke: rgb(120 53 15 / 0.6);
}

.stroke-amber-900\/70 {
  stroke: rgb(120 53 15 / 0.7);
}

.stroke-amber-900\/75 {
  stroke: rgb(120 53 15 / 0.75);
}

.stroke-amber-900\/80 {
  stroke: rgb(120 53 15 / 0.8);
}

.stroke-amber-900\/90 {
  stroke: rgb(120 53 15 / 0.9);
}

.stroke-amber-900\/95 {
  stroke: rgb(120 53 15 / 0.95);
}

.stroke-amber-900\/100 {
  stroke: rgb(120 53 15 / 1);
}

.stroke-yellow-50\/0 {
  stroke: rgb(254 252 232 / 0);
}

.stroke-yellow-50\/5 {
  stroke: rgb(254 252 232 / 0.05);
}

.stroke-yellow-50\/10 {
  stroke: rgb(254 252 232 / 0.1);
}

.stroke-yellow-50\/20 {
  stroke: rgb(254 252 232 / 0.2);
}

.stroke-yellow-50\/25 {
  stroke: rgb(254 252 232 / 0.25);
}

.stroke-yellow-50\/30 {
  stroke: rgb(254 252 232 / 0.3);
}

.stroke-yellow-50\/40 {
  stroke: rgb(254 252 232 / 0.4);
}

.stroke-yellow-50\/50 {
  stroke: rgb(254 252 232 / 0.5);
}

.stroke-yellow-50\/60 {
  stroke: rgb(254 252 232 / 0.6);
}

.stroke-yellow-50\/70 {
  stroke: rgb(254 252 232 / 0.7);
}

.stroke-yellow-50\/75 {
  stroke: rgb(254 252 232 / 0.75);
}

.stroke-yellow-50\/80 {
  stroke: rgb(254 252 232 / 0.8);
}

.stroke-yellow-50\/90 {
  stroke: rgb(254 252 232 / 0.9);
}

.stroke-yellow-50\/95 {
  stroke: rgb(254 252 232 / 0.95);
}

.stroke-yellow-50\/100 {
  stroke: rgb(254 252 232 / 1);
}

.stroke-yellow-100\/0 {
  stroke: rgb(254 249 195 / 0);
}

.stroke-yellow-100\/5 {
  stroke: rgb(254 249 195 / 0.05);
}

.stroke-yellow-100\/10 {
  stroke: rgb(254 249 195 / 0.1);
}

.stroke-yellow-100\/20 {
  stroke: rgb(254 249 195 / 0.2);
}

.stroke-yellow-100\/25 {
  stroke: rgb(254 249 195 / 0.25);
}

.stroke-yellow-100\/30 {
  stroke: rgb(254 249 195 / 0.3);
}

.stroke-yellow-100\/40 {
  stroke: rgb(254 249 195 / 0.4);
}

.stroke-yellow-100\/50 {
  stroke: rgb(254 249 195 / 0.5);
}

.stroke-yellow-100\/60 {
  stroke: rgb(254 249 195 / 0.6);
}

.stroke-yellow-100\/70 {
  stroke: rgb(254 249 195 / 0.7);
}

.stroke-yellow-100\/75 {
  stroke: rgb(254 249 195 / 0.75);
}

.stroke-yellow-100\/80 {
  stroke: rgb(254 249 195 / 0.8);
}

.stroke-yellow-100\/90 {
  stroke: rgb(254 249 195 / 0.9);
}

.stroke-yellow-100\/95 {
  stroke: rgb(254 249 195 / 0.95);
}

.stroke-yellow-100\/100 {
  stroke: rgb(254 249 195 / 1);
}

.stroke-yellow-200\/0 {
  stroke: rgb(254 240 138 / 0);
}

.stroke-yellow-200\/5 {
  stroke: rgb(254 240 138 / 0.05);
}

.stroke-yellow-200\/10 {
  stroke: rgb(254 240 138 / 0.1);
}

.stroke-yellow-200\/20 {
  stroke: rgb(254 240 138 / 0.2);
}

.stroke-yellow-200\/25 {
  stroke: rgb(254 240 138 / 0.25);
}

.stroke-yellow-200\/30 {
  stroke: rgb(254 240 138 / 0.3);
}

.stroke-yellow-200\/40 {
  stroke: rgb(254 240 138 / 0.4);
}

.stroke-yellow-200\/50 {
  stroke: rgb(254 240 138 / 0.5);
}

.stroke-yellow-200\/60 {
  stroke: rgb(254 240 138 / 0.6);
}

.stroke-yellow-200\/70 {
  stroke: rgb(254 240 138 / 0.7);
}

.stroke-yellow-200\/75 {
  stroke: rgb(254 240 138 / 0.75);
}

.stroke-yellow-200\/80 {
  stroke: rgb(254 240 138 / 0.8);
}

.stroke-yellow-200\/90 {
  stroke: rgb(254 240 138 / 0.9);
}

.stroke-yellow-200\/95 {
  stroke: rgb(254 240 138 / 0.95);
}

.stroke-yellow-200\/100 {
  stroke: rgb(254 240 138 / 1);
}

.stroke-yellow-300\/0 {
  stroke: rgb(253 224 71 / 0);
}

.stroke-yellow-300\/5 {
  stroke: rgb(253 224 71 / 0.05);
}

.stroke-yellow-300\/10 {
  stroke: rgb(253 224 71 / 0.1);
}

.stroke-yellow-300\/20 {
  stroke: rgb(253 224 71 / 0.2);
}

.stroke-yellow-300\/25 {
  stroke: rgb(253 224 71 / 0.25);
}

.stroke-yellow-300\/30 {
  stroke: rgb(253 224 71 / 0.3);
}

.stroke-yellow-300\/40 {
  stroke: rgb(253 224 71 / 0.4);
}

.stroke-yellow-300\/50 {
  stroke: rgb(253 224 71 / 0.5);
}

.stroke-yellow-300\/60 {
  stroke: rgb(253 224 71 / 0.6);
}

.stroke-yellow-300\/70 {
  stroke: rgb(253 224 71 / 0.7);
}

.stroke-yellow-300\/75 {
  stroke: rgb(253 224 71 / 0.75);
}

.stroke-yellow-300\/80 {
  stroke: rgb(253 224 71 / 0.8);
}

.stroke-yellow-300\/90 {
  stroke: rgb(253 224 71 / 0.9);
}

.stroke-yellow-300\/95 {
  stroke: rgb(253 224 71 / 0.95);
}

.stroke-yellow-300\/100 {
  stroke: rgb(253 224 71 / 1);
}

.stroke-yellow-400\/0 {
  stroke: rgb(250 204 21 / 0);
}

.stroke-yellow-400\/5 {
  stroke: rgb(250 204 21 / 0.05);
}

.stroke-yellow-400\/10 {
  stroke: rgb(250 204 21 / 0.1);
}

.stroke-yellow-400\/20 {
  stroke: rgb(250 204 21 / 0.2);
}

.stroke-yellow-400\/25 {
  stroke: rgb(250 204 21 / 0.25);
}

.stroke-yellow-400\/30 {
  stroke: rgb(250 204 21 / 0.3);
}

.stroke-yellow-400\/40 {
  stroke: rgb(250 204 21 / 0.4);
}

.stroke-yellow-400\/50 {
  stroke: rgb(250 204 21 / 0.5);
}

.stroke-yellow-400\/60 {
  stroke: rgb(250 204 21 / 0.6);
}

.stroke-yellow-400\/70 {
  stroke: rgb(250 204 21 / 0.7);
}

.stroke-yellow-400\/75 {
  stroke: rgb(250 204 21 / 0.75);
}

.stroke-yellow-400\/80 {
  stroke: rgb(250 204 21 / 0.8);
}

.stroke-yellow-400\/90 {
  stroke: rgb(250 204 21 / 0.9);
}

.stroke-yellow-400\/95 {
  stroke: rgb(250 204 21 / 0.95);
}

.stroke-yellow-400\/100 {
  stroke: rgb(250 204 21 / 1);
}

.stroke-yellow-500\/0 {
  stroke: rgb(234 179 8 / 0);
}

.stroke-yellow-500\/5 {
  stroke: rgb(234 179 8 / 0.05);
}

.stroke-yellow-500\/10 {
  stroke: rgb(234 179 8 / 0.1);
}

.stroke-yellow-500\/20 {
  stroke: rgb(234 179 8 / 0.2);
}

.stroke-yellow-500\/25 {
  stroke: rgb(234 179 8 / 0.25);
}

.stroke-yellow-500\/30 {
  stroke: rgb(234 179 8 / 0.3);
}

.stroke-yellow-500\/40 {
  stroke: rgb(234 179 8 / 0.4);
}

.stroke-yellow-500\/50 {
  stroke: rgb(234 179 8 / 0.5);
}

.stroke-yellow-500\/60 {
  stroke: rgb(234 179 8 / 0.6);
}

.stroke-yellow-500\/70 {
  stroke: rgb(234 179 8 / 0.7);
}

.stroke-yellow-500\/75 {
  stroke: rgb(234 179 8 / 0.75);
}

.stroke-yellow-500\/80 {
  stroke: rgb(234 179 8 / 0.8);
}

.stroke-yellow-500\/90 {
  stroke: rgb(234 179 8 / 0.9);
}

.stroke-yellow-500\/95 {
  stroke: rgb(234 179 8 / 0.95);
}

.stroke-yellow-500\/100 {
  stroke: rgb(234 179 8 / 1);
}

.stroke-yellow-600\/0 {
  stroke: rgb(202 138 4 / 0);
}

.stroke-yellow-600\/5 {
  stroke: rgb(202 138 4 / 0.05);
}

.stroke-yellow-600\/10 {
  stroke: rgb(202 138 4 / 0.1);
}

.stroke-yellow-600\/20 {
  stroke: rgb(202 138 4 / 0.2);
}

.stroke-yellow-600\/25 {
  stroke: rgb(202 138 4 / 0.25);
}

.stroke-yellow-600\/30 {
  stroke: rgb(202 138 4 / 0.3);
}

.stroke-yellow-600\/40 {
  stroke: rgb(202 138 4 / 0.4);
}

.stroke-yellow-600\/50 {
  stroke: rgb(202 138 4 / 0.5);
}

.stroke-yellow-600\/60 {
  stroke: rgb(202 138 4 / 0.6);
}

.stroke-yellow-600\/70 {
  stroke: rgb(202 138 4 / 0.7);
}

.stroke-yellow-600\/75 {
  stroke: rgb(202 138 4 / 0.75);
}

.stroke-yellow-600\/80 {
  stroke: rgb(202 138 4 / 0.8);
}

.stroke-yellow-600\/90 {
  stroke: rgb(202 138 4 / 0.9);
}

.stroke-yellow-600\/95 {
  stroke: rgb(202 138 4 / 0.95);
}

.stroke-yellow-600\/100 {
  stroke: rgb(202 138 4 / 1);
}

.stroke-yellow-700\/0 {
  stroke: rgb(161 98 7 / 0);
}

.stroke-yellow-700\/5 {
  stroke: rgb(161 98 7 / 0.05);
}

.stroke-yellow-700\/10 {
  stroke: rgb(161 98 7 / 0.1);
}

.stroke-yellow-700\/20 {
  stroke: rgb(161 98 7 / 0.2);
}

.stroke-yellow-700\/25 {
  stroke: rgb(161 98 7 / 0.25);
}

.stroke-yellow-700\/30 {
  stroke: rgb(161 98 7 / 0.3);
}

.stroke-yellow-700\/40 {
  stroke: rgb(161 98 7 / 0.4);
}

.stroke-yellow-700\/50 {
  stroke: rgb(161 98 7 / 0.5);
}

.stroke-yellow-700\/60 {
  stroke: rgb(161 98 7 / 0.6);
}

.stroke-yellow-700\/70 {
  stroke: rgb(161 98 7 / 0.7);
}

.stroke-yellow-700\/75 {
  stroke: rgb(161 98 7 / 0.75);
}

.stroke-yellow-700\/80 {
  stroke: rgb(161 98 7 / 0.8);
}

.stroke-yellow-700\/90 {
  stroke: rgb(161 98 7 / 0.9);
}

.stroke-yellow-700\/95 {
  stroke: rgb(161 98 7 / 0.95);
}

.stroke-yellow-700\/100 {
  stroke: rgb(161 98 7 / 1);
}

.stroke-yellow-800\/0 {
  stroke: rgb(133 77 14 / 0);
}

.stroke-yellow-800\/5 {
  stroke: rgb(133 77 14 / 0.05);
}

.stroke-yellow-800\/10 {
  stroke: rgb(133 77 14 / 0.1);
}

.stroke-yellow-800\/20 {
  stroke: rgb(133 77 14 / 0.2);
}

.stroke-yellow-800\/25 {
  stroke: rgb(133 77 14 / 0.25);
}

.stroke-yellow-800\/30 {
  stroke: rgb(133 77 14 / 0.3);
}

.stroke-yellow-800\/40 {
  stroke: rgb(133 77 14 / 0.4);
}

.stroke-yellow-800\/50 {
  stroke: rgb(133 77 14 / 0.5);
}

.stroke-yellow-800\/60 {
  stroke: rgb(133 77 14 / 0.6);
}

.stroke-yellow-800\/70 {
  stroke: rgb(133 77 14 / 0.7);
}

.stroke-yellow-800\/75 {
  stroke: rgb(133 77 14 / 0.75);
}

.stroke-yellow-800\/80 {
  stroke: rgb(133 77 14 / 0.8);
}

.stroke-yellow-800\/90 {
  stroke: rgb(133 77 14 / 0.9);
}

.stroke-yellow-800\/95 {
  stroke: rgb(133 77 14 / 0.95);
}

.stroke-yellow-800\/100 {
  stroke: rgb(133 77 14 / 1);
}

.stroke-yellow-900\/0 {
  stroke: rgb(113 63 18 / 0);
}

.stroke-yellow-900\/5 {
  stroke: rgb(113 63 18 / 0.05);
}

.stroke-yellow-900\/10 {
  stroke: rgb(113 63 18 / 0.1);
}

.stroke-yellow-900\/20 {
  stroke: rgb(113 63 18 / 0.2);
}

.stroke-yellow-900\/25 {
  stroke: rgb(113 63 18 / 0.25);
}

.stroke-yellow-900\/30 {
  stroke: rgb(113 63 18 / 0.3);
}

.stroke-yellow-900\/40 {
  stroke: rgb(113 63 18 / 0.4);
}

.stroke-yellow-900\/50 {
  stroke: rgb(113 63 18 / 0.5);
}

.stroke-yellow-900\/60 {
  stroke: rgb(113 63 18 / 0.6);
}

.stroke-yellow-900\/70 {
  stroke: rgb(113 63 18 / 0.7);
}

.stroke-yellow-900\/75 {
  stroke: rgb(113 63 18 / 0.75);
}

.stroke-yellow-900\/80 {
  stroke: rgb(113 63 18 / 0.8);
}

.stroke-yellow-900\/90 {
  stroke: rgb(113 63 18 / 0.9);
}

.stroke-yellow-900\/95 {
  stroke: rgb(113 63 18 / 0.95);
}

.stroke-yellow-900\/100 {
  stroke: rgb(113 63 18 / 1);
}

.stroke-lime-50\/0 {
  stroke: rgb(247 254 231 / 0);
}

.stroke-lime-50\/5 {
  stroke: rgb(247 254 231 / 0.05);
}

.stroke-lime-50\/10 {
  stroke: rgb(247 254 231 / 0.1);
}

.stroke-lime-50\/20 {
  stroke: rgb(247 254 231 / 0.2);
}

.stroke-lime-50\/25 {
  stroke: rgb(247 254 231 / 0.25);
}

.stroke-lime-50\/30 {
  stroke: rgb(247 254 231 / 0.3);
}

.stroke-lime-50\/40 {
  stroke: rgb(247 254 231 / 0.4);
}

.stroke-lime-50\/50 {
  stroke: rgb(247 254 231 / 0.5);
}

.stroke-lime-50\/60 {
  stroke: rgb(247 254 231 / 0.6);
}

.stroke-lime-50\/70 {
  stroke: rgb(247 254 231 / 0.7);
}

.stroke-lime-50\/75 {
  stroke: rgb(247 254 231 / 0.75);
}

.stroke-lime-50\/80 {
  stroke: rgb(247 254 231 / 0.8);
}

.stroke-lime-50\/90 {
  stroke: rgb(247 254 231 / 0.9);
}

.stroke-lime-50\/95 {
  stroke: rgb(247 254 231 / 0.95);
}

.stroke-lime-50\/100 {
  stroke: rgb(247 254 231 / 1);
}

.stroke-lime-100\/0 {
  stroke: rgb(236 252 203 / 0);
}

.stroke-lime-100\/5 {
  stroke: rgb(236 252 203 / 0.05);
}

.stroke-lime-100\/10 {
  stroke: rgb(236 252 203 / 0.1);
}

.stroke-lime-100\/20 {
  stroke: rgb(236 252 203 / 0.2);
}

.stroke-lime-100\/25 {
  stroke: rgb(236 252 203 / 0.25);
}

.stroke-lime-100\/30 {
  stroke: rgb(236 252 203 / 0.3);
}

.stroke-lime-100\/40 {
  stroke: rgb(236 252 203 / 0.4);
}

.stroke-lime-100\/50 {
  stroke: rgb(236 252 203 / 0.5);
}

.stroke-lime-100\/60 {
  stroke: rgb(236 252 203 / 0.6);
}

.stroke-lime-100\/70 {
  stroke: rgb(236 252 203 / 0.7);
}

.stroke-lime-100\/75 {
  stroke: rgb(236 252 203 / 0.75);
}

.stroke-lime-100\/80 {
  stroke: rgb(236 252 203 / 0.8);
}

.stroke-lime-100\/90 {
  stroke: rgb(236 252 203 / 0.9);
}

.stroke-lime-100\/95 {
  stroke: rgb(236 252 203 / 0.95);
}

.stroke-lime-100\/100 {
  stroke: rgb(236 252 203 / 1);
}

.stroke-lime-200\/0 {
  stroke: rgb(217 249 157 / 0);
}

.stroke-lime-200\/5 {
  stroke: rgb(217 249 157 / 0.05);
}

.stroke-lime-200\/10 {
  stroke: rgb(217 249 157 / 0.1);
}

.stroke-lime-200\/20 {
  stroke: rgb(217 249 157 / 0.2);
}

.stroke-lime-200\/25 {
  stroke: rgb(217 249 157 / 0.25);
}

.stroke-lime-200\/30 {
  stroke: rgb(217 249 157 / 0.3);
}

.stroke-lime-200\/40 {
  stroke: rgb(217 249 157 / 0.4);
}

.stroke-lime-200\/50 {
  stroke: rgb(217 249 157 / 0.5);
}

.stroke-lime-200\/60 {
  stroke: rgb(217 249 157 / 0.6);
}

.stroke-lime-200\/70 {
  stroke: rgb(217 249 157 / 0.7);
}

.stroke-lime-200\/75 {
  stroke: rgb(217 249 157 / 0.75);
}

.stroke-lime-200\/80 {
  stroke: rgb(217 249 157 / 0.8);
}

.stroke-lime-200\/90 {
  stroke: rgb(217 249 157 / 0.9);
}

.stroke-lime-200\/95 {
  stroke: rgb(217 249 157 / 0.95);
}

.stroke-lime-200\/100 {
  stroke: rgb(217 249 157 / 1);
}

.stroke-lime-300\/0 {
  stroke: rgb(190 242 100 / 0);
}

.stroke-lime-300\/5 {
  stroke: rgb(190 242 100 / 0.05);
}

.stroke-lime-300\/10 {
  stroke: rgb(190 242 100 / 0.1);
}

.stroke-lime-300\/20 {
  stroke: rgb(190 242 100 / 0.2);
}

.stroke-lime-300\/25 {
  stroke: rgb(190 242 100 / 0.25);
}

.stroke-lime-300\/30 {
  stroke: rgb(190 242 100 / 0.3);
}

.stroke-lime-300\/40 {
  stroke: rgb(190 242 100 / 0.4);
}

.stroke-lime-300\/50 {
  stroke: rgb(190 242 100 / 0.5);
}

.stroke-lime-300\/60 {
  stroke: rgb(190 242 100 / 0.6);
}

.stroke-lime-300\/70 {
  stroke: rgb(190 242 100 / 0.7);
}

.stroke-lime-300\/75 {
  stroke: rgb(190 242 100 / 0.75);
}

.stroke-lime-300\/80 {
  stroke: rgb(190 242 100 / 0.8);
}

.stroke-lime-300\/90 {
  stroke: rgb(190 242 100 / 0.9);
}

.stroke-lime-300\/95 {
  stroke: rgb(190 242 100 / 0.95);
}

.stroke-lime-300\/100 {
  stroke: rgb(190 242 100 / 1);
}

.stroke-lime-400\/0 {
  stroke: rgb(163 230 53 / 0);
}

.stroke-lime-400\/5 {
  stroke: rgb(163 230 53 / 0.05);
}

.stroke-lime-400\/10 {
  stroke: rgb(163 230 53 / 0.1);
}

.stroke-lime-400\/20 {
  stroke: rgb(163 230 53 / 0.2);
}

.stroke-lime-400\/25 {
  stroke: rgb(163 230 53 / 0.25);
}

.stroke-lime-400\/30 {
  stroke: rgb(163 230 53 / 0.3);
}

.stroke-lime-400\/40 {
  stroke: rgb(163 230 53 / 0.4);
}

.stroke-lime-400\/50 {
  stroke: rgb(163 230 53 / 0.5);
}

.stroke-lime-400\/60 {
  stroke: rgb(163 230 53 / 0.6);
}

.stroke-lime-400\/70 {
  stroke: rgb(163 230 53 / 0.7);
}

.stroke-lime-400\/75 {
  stroke: rgb(163 230 53 / 0.75);
}

.stroke-lime-400\/80 {
  stroke: rgb(163 230 53 / 0.8);
}

.stroke-lime-400\/90 {
  stroke: rgb(163 230 53 / 0.9);
}

.stroke-lime-400\/95 {
  stroke: rgb(163 230 53 / 0.95);
}

.stroke-lime-400\/100 {
  stroke: rgb(163 230 53 / 1);
}

.stroke-lime-500\/0 {
  stroke: rgb(132 204 22 / 0);
}

.stroke-lime-500\/5 {
  stroke: rgb(132 204 22 / 0.05);
}

.stroke-lime-500\/10 {
  stroke: rgb(132 204 22 / 0.1);
}

.stroke-lime-500\/20 {
  stroke: rgb(132 204 22 / 0.2);
}

.stroke-lime-500\/25 {
  stroke: rgb(132 204 22 / 0.25);
}

.stroke-lime-500\/30 {
  stroke: rgb(132 204 22 / 0.3);
}

.stroke-lime-500\/40 {
  stroke: rgb(132 204 22 / 0.4);
}

.stroke-lime-500\/50 {
  stroke: rgb(132 204 22 / 0.5);
}

.stroke-lime-500\/60 {
  stroke: rgb(132 204 22 / 0.6);
}

.stroke-lime-500\/70 {
  stroke: rgb(132 204 22 / 0.7);
}

.stroke-lime-500\/75 {
  stroke: rgb(132 204 22 / 0.75);
}

.stroke-lime-500\/80 {
  stroke: rgb(132 204 22 / 0.8);
}

.stroke-lime-500\/90 {
  stroke: rgb(132 204 22 / 0.9);
}

.stroke-lime-500\/95 {
  stroke: rgb(132 204 22 / 0.95);
}

.stroke-lime-500\/100 {
  stroke: rgb(132 204 22 / 1);
}

.stroke-lime-600\/0 {
  stroke: rgb(101 163 13 / 0);
}

.stroke-lime-600\/5 {
  stroke: rgb(101 163 13 / 0.05);
}

.stroke-lime-600\/10 {
  stroke: rgb(101 163 13 / 0.1);
}

.stroke-lime-600\/20 {
  stroke: rgb(101 163 13 / 0.2);
}

.stroke-lime-600\/25 {
  stroke: rgb(101 163 13 / 0.25);
}

.stroke-lime-600\/30 {
  stroke: rgb(101 163 13 / 0.3);
}

.stroke-lime-600\/40 {
  stroke: rgb(101 163 13 / 0.4);
}

.stroke-lime-600\/50 {
  stroke: rgb(101 163 13 / 0.5);
}

.stroke-lime-600\/60 {
  stroke: rgb(101 163 13 / 0.6);
}

.stroke-lime-600\/70 {
  stroke: rgb(101 163 13 / 0.7);
}

.stroke-lime-600\/75 {
  stroke: rgb(101 163 13 / 0.75);
}

.stroke-lime-600\/80 {
  stroke: rgb(101 163 13 / 0.8);
}

.stroke-lime-600\/90 {
  stroke: rgb(101 163 13 / 0.9);
}

.stroke-lime-600\/95 {
  stroke: rgb(101 163 13 / 0.95);
}

.stroke-lime-600\/100 {
  stroke: rgb(101 163 13 / 1);
}

.stroke-lime-700\/0 {
  stroke: rgb(77 124 15 / 0);
}

.stroke-lime-700\/5 {
  stroke: rgb(77 124 15 / 0.05);
}

.stroke-lime-700\/10 {
  stroke: rgb(77 124 15 / 0.1);
}

.stroke-lime-700\/20 {
  stroke: rgb(77 124 15 / 0.2);
}

.stroke-lime-700\/25 {
  stroke: rgb(77 124 15 / 0.25);
}

.stroke-lime-700\/30 {
  stroke: rgb(77 124 15 / 0.3);
}

.stroke-lime-700\/40 {
  stroke: rgb(77 124 15 / 0.4);
}

.stroke-lime-700\/50 {
  stroke: rgb(77 124 15 / 0.5);
}

.stroke-lime-700\/60 {
  stroke: rgb(77 124 15 / 0.6);
}

.stroke-lime-700\/70 {
  stroke: rgb(77 124 15 / 0.7);
}

.stroke-lime-700\/75 {
  stroke: rgb(77 124 15 / 0.75);
}

.stroke-lime-700\/80 {
  stroke: rgb(77 124 15 / 0.8);
}

.stroke-lime-700\/90 {
  stroke: rgb(77 124 15 / 0.9);
}

.stroke-lime-700\/95 {
  stroke: rgb(77 124 15 / 0.95);
}

.stroke-lime-700\/100 {
  stroke: rgb(77 124 15 / 1);
}

.stroke-lime-800\/0 {
  stroke: rgb(63 98 18 / 0);
}

.stroke-lime-800\/5 {
  stroke: rgb(63 98 18 / 0.05);
}

.stroke-lime-800\/10 {
  stroke: rgb(63 98 18 / 0.1);
}

.stroke-lime-800\/20 {
  stroke: rgb(63 98 18 / 0.2);
}

.stroke-lime-800\/25 {
  stroke: rgb(63 98 18 / 0.25);
}

.stroke-lime-800\/30 {
  stroke: rgb(63 98 18 / 0.3);
}

.stroke-lime-800\/40 {
  stroke: rgb(63 98 18 / 0.4);
}

.stroke-lime-800\/50 {
  stroke: rgb(63 98 18 / 0.5);
}

.stroke-lime-800\/60 {
  stroke: rgb(63 98 18 / 0.6);
}

.stroke-lime-800\/70 {
  stroke: rgb(63 98 18 / 0.7);
}

.stroke-lime-800\/75 {
  stroke: rgb(63 98 18 / 0.75);
}

.stroke-lime-800\/80 {
  stroke: rgb(63 98 18 / 0.8);
}

.stroke-lime-800\/90 {
  stroke: rgb(63 98 18 / 0.9);
}

.stroke-lime-800\/95 {
  stroke: rgb(63 98 18 / 0.95);
}

.stroke-lime-800\/100 {
  stroke: rgb(63 98 18 / 1);
}

.stroke-lime-900\/0 {
  stroke: rgb(54 83 20 / 0);
}

.stroke-lime-900\/5 {
  stroke: rgb(54 83 20 / 0.05);
}

.stroke-lime-900\/10 {
  stroke: rgb(54 83 20 / 0.1);
}

.stroke-lime-900\/20 {
  stroke: rgb(54 83 20 / 0.2);
}

.stroke-lime-900\/25 {
  stroke: rgb(54 83 20 / 0.25);
}

.stroke-lime-900\/30 {
  stroke: rgb(54 83 20 / 0.3);
}

.stroke-lime-900\/40 {
  stroke: rgb(54 83 20 / 0.4);
}

.stroke-lime-900\/50 {
  stroke: rgb(54 83 20 / 0.5);
}

.stroke-lime-900\/60 {
  stroke: rgb(54 83 20 / 0.6);
}

.stroke-lime-900\/70 {
  stroke: rgb(54 83 20 / 0.7);
}

.stroke-lime-900\/75 {
  stroke: rgb(54 83 20 / 0.75);
}

.stroke-lime-900\/80 {
  stroke: rgb(54 83 20 / 0.8);
}

.stroke-lime-900\/90 {
  stroke: rgb(54 83 20 / 0.9);
}

.stroke-lime-900\/95 {
  stroke: rgb(54 83 20 / 0.95);
}

.stroke-lime-900\/100 {
  stroke: rgb(54 83 20 / 1);
}

.stroke-green-50\/0 {
  stroke: rgb(240 253 244 / 0);
}

.stroke-green-50\/5 {
  stroke: rgb(240 253 244 / 0.05);
}

.stroke-green-50\/10 {
  stroke: rgb(240 253 244 / 0.1);
}

.stroke-green-50\/20 {
  stroke: rgb(240 253 244 / 0.2);
}

.stroke-green-50\/25 {
  stroke: rgb(240 253 244 / 0.25);
}

.stroke-green-50\/30 {
  stroke: rgb(240 253 244 / 0.3);
}

.stroke-green-50\/40 {
  stroke: rgb(240 253 244 / 0.4);
}

.stroke-green-50\/50 {
  stroke: rgb(240 253 244 / 0.5);
}

.stroke-green-50\/60 {
  stroke: rgb(240 253 244 / 0.6);
}

.stroke-green-50\/70 {
  stroke: rgb(240 253 244 / 0.7);
}

.stroke-green-50\/75 {
  stroke: rgb(240 253 244 / 0.75);
}

.stroke-green-50\/80 {
  stroke: rgb(240 253 244 / 0.8);
}

.stroke-green-50\/90 {
  stroke: rgb(240 253 244 / 0.9);
}

.stroke-green-50\/95 {
  stroke: rgb(240 253 244 / 0.95);
}

.stroke-green-50\/100 {
  stroke: rgb(240 253 244 / 1);
}

.stroke-green-100\/0 {
  stroke: rgb(220 252 231 / 0);
}

.stroke-green-100\/5 {
  stroke: rgb(220 252 231 / 0.05);
}

.stroke-green-100\/10 {
  stroke: rgb(220 252 231 / 0.1);
}

.stroke-green-100\/20 {
  stroke: rgb(220 252 231 / 0.2);
}

.stroke-green-100\/25 {
  stroke: rgb(220 252 231 / 0.25);
}

.stroke-green-100\/30 {
  stroke: rgb(220 252 231 / 0.3);
}

.stroke-green-100\/40 {
  stroke: rgb(220 252 231 / 0.4);
}

.stroke-green-100\/50 {
  stroke: rgb(220 252 231 / 0.5);
}

.stroke-green-100\/60 {
  stroke: rgb(220 252 231 / 0.6);
}

.stroke-green-100\/70 {
  stroke: rgb(220 252 231 / 0.7);
}

.stroke-green-100\/75 {
  stroke: rgb(220 252 231 / 0.75);
}

.stroke-green-100\/80 {
  stroke: rgb(220 252 231 / 0.8);
}

.stroke-green-100\/90 {
  stroke: rgb(220 252 231 / 0.9);
}

.stroke-green-100\/95 {
  stroke: rgb(220 252 231 / 0.95);
}

.stroke-green-100\/100 {
  stroke: rgb(220 252 231 / 1);
}

.stroke-green-200\/0 {
  stroke: rgb(187 247 208 / 0);
}

.stroke-green-200\/5 {
  stroke: rgb(187 247 208 / 0.05);
}

.stroke-green-200\/10 {
  stroke: rgb(187 247 208 / 0.1);
}

.stroke-green-200\/20 {
  stroke: rgb(187 247 208 / 0.2);
}

.stroke-green-200\/25 {
  stroke: rgb(187 247 208 / 0.25);
}

.stroke-green-200\/30 {
  stroke: rgb(187 247 208 / 0.3);
}

.stroke-green-200\/40 {
  stroke: rgb(187 247 208 / 0.4);
}

.stroke-green-200\/50 {
  stroke: rgb(187 247 208 / 0.5);
}

.stroke-green-200\/60 {
  stroke: rgb(187 247 208 / 0.6);
}

.stroke-green-200\/70 {
  stroke: rgb(187 247 208 / 0.7);
}

.stroke-green-200\/75 {
  stroke: rgb(187 247 208 / 0.75);
}

.stroke-green-200\/80 {
  stroke: rgb(187 247 208 / 0.8);
}

.stroke-green-200\/90 {
  stroke: rgb(187 247 208 / 0.9);
}

.stroke-green-200\/95 {
  stroke: rgb(187 247 208 / 0.95);
}

.stroke-green-200\/100 {
  stroke: rgb(187 247 208 / 1);
}

.stroke-green-300\/0 {
  stroke: rgb(134 239 172 / 0);
}

.stroke-green-300\/5 {
  stroke: rgb(134 239 172 / 0.05);
}

.stroke-green-300\/10 {
  stroke: rgb(134 239 172 / 0.1);
}

.stroke-green-300\/20 {
  stroke: rgb(134 239 172 / 0.2);
}

.stroke-green-300\/25 {
  stroke: rgb(134 239 172 / 0.25);
}

.stroke-green-300\/30 {
  stroke: rgb(134 239 172 / 0.3);
}

.stroke-green-300\/40 {
  stroke: rgb(134 239 172 / 0.4);
}

.stroke-green-300\/50 {
  stroke: rgb(134 239 172 / 0.5);
}

.stroke-green-300\/60 {
  stroke: rgb(134 239 172 / 0.6);
}

.stroke-green-300\/70 {
  stroke: rgb(134 239 172 / 0.7);
}

.stroke-green-300\/75 {
  stroke: rgb(134 239 172 / 0.75);
}

.stroke-green-300\/80 {
  stroke: rgb(134 239 172 / 0.8);
}

.stroke-green-300\/90 {
  stroke: rgb(134 239 172 / 0.9);
}

.stroke-green-300\/95 {
  stroke: rgb(134 239 172 / 0.95);
}

.stroke-green-300\/100 {
  stroke: rgb(134 239 172 / 1);
}

.stroke-green-400\/0 {
  stroke: rgb(74 222 128 / 0);
}

.stroke-green-400\/5 {
  stroke: rgb(74 222 128 / 0.05);
}

.stroke-green-400\/10 {
  stroke: rgb(74 222 128 / 0.1);
}

.stroke-green-400\/20 {
  stroke: rgb(74 222 128 / 0.2);
}

.stroke-green-400\/25 {
  stroke: rgb(74 222 128 / 0.25);
}

.stroke-green-400\/30 {
  stroke: rgb(74 222 128 / 0.3);
}

.stroke-green-400\/40 {
  stroke: rgb(74 222 128 / 0.4);
}

.stroke-green-400\/50 {
  stroke: rgb(74 222 128 / 0.5);
}

.stroke-green-400\/60 {
  stroke: rgb(74 222 128 / 0.6);
}

.stroke-green-400\/70 {
  stroke: rgb(74 222 128 / 0.7);
}

.stroke-green-400\/75 {
  stroke: rgb(74 222 128 / 0.75);
}

.stroke-green-400\/80 {
  stroke: rgb(74 222 128 / 0.8);
}

.stroke-green-400\/90 {
  stroke: rgb(74 222 128 / 0.9);
}

.stroke-green-400\/95 {
  stroke: rgb(74 222 128 / 0.95);
}

.stroke-green-400\/100 {
  stroke: rgb(74 222 128 / 1);
}

.stroke-green-500\/0 {
  stroke: rgb(34 197 94 / 0);
}

.stroke-green-500\/5 {
  stroke: rgb(34 197 94 / 0.05);
}

.stroke-green-500\/10 {
  stroke: rgb(34 197 94 / 0.1);
}

.stroke-green-500\/20 {
  stroke: rgb(34 197 94 / 0.2);
}

.stroke-green-500\/25 {
  stroke: rgb(34 197 94 / 0.25);
}

.stroke-green-500\/30 {
  stroke: rgb(34 197 94 / 0.3);
}

.stroke-green-500\/40 {
  stroke: rgb(34 197 94 / 0.4);
}

.stroke-green-500\/50 {
  stroke: rgb(34 197 94 / 0.5);
}

.stroke-green-500\/60 {
  stroke: rgb(34 197 94 / 0.6);
}

.stroke-green-500\/70 {
  stroke: rgb(34 197 94 / 0.7);
}

.stroke-green-500\/75 {
  stroke: rgb(34 197 94 / 0.75);
}

.stroke-green-500\/80 {
  stroke: rgb(34 197 94 / 0.8);
}

.stroke-green-500\/90 {
  stroke: rgb(34 197 94 / 0.9);
}

.stroke-green-500\/95 {
  stroke: rgb(34 197 94 / 0.95);
}

.stroke-green-500\/100 {
  stroke: rgb(34 197 94 / 1);
}

.stroke-green-600\/0 {
  stroke: rgb(22 163 74 / 0);
}

.stroke-green-600\/5 {
  stroke: rgb(22 163 74 / 0.05);
}

.stroke-green-600\/10 {
  stroke: rgb(22 163 74 / 0.1);
}

.stroke-green-600\/20 {
  stroke: rgb(22 163 74 / 0.2);
}

.stroke-green-600\/25 {
  stroke: rgb(22 163 74 / 0.25);
}

.stroke-green-600\/30 {
  stroke: rgb(22 163 74 / 0.3);
}

.stroke-green-600\/40 {
  stroke: rgb(22 163 74 / 0.4);
}

.stroke-green-600\/50 {
  stroke: rgb(22 163 74 / 0.5);
}

.stroke-green-600\/60 {
  stroke: rgb(22 163 74 / 0.6);
}

.stroke-green-600\/70 {
  stroke: rgb(22 163 74 / 0.7);
}

.stroke-green-600\/75 {
  stroke: rgb(22 163 74 / 0.75);
}

.stroke-green-600\/80 {
  stroke: rgb(22 163 74 / 0.8);
}

.stroke-green-600\/90 {
  stroke: rgb(22 163 74 / 0.9);
}

.stroke-green-600\/95 {
  stroke: rgb(22 163 74 / 0.95);
}

.stroke-green-600\/100 {
  stroke: rgb(22 163 74 / 1);
}

.stroke-green-700\/0 {
  stroke: rgb(21 128 61 / 0);
}

.stroke-green-700\/5 {
  stroke: rgb(21 128 61 / 0.05);
}

.stroke-green-700\/10 {
  stroke: rgb(21 128 61 / 0.1);
}

.stroke-green-700\/20 {
  stroke: rgb(21 128 61 / 0.2);
}

.stroke-green-700\/25 {
  stroke: rgb(21 128 61 / 0.25);
}

.stroke-green-700\/30 {
  stroke: rgb(21 128 61 / 0.3);
}

.stroke-green-700\/40 {
  stroke: rgb(21 128 61 / 0.4);
}

.stroke-green-700\/50 {
  stroke: rgb(21 128 61 / 0.5);
}

.stroke-green-700\/60 {
  stroke: rgb(21 128 61 / 0.6);
}

.stroke-green-700\/70 {
  stroke: rgb(21 128 61 / 0.7);
}

.stroke-green-700\/75 {
  stroke: rgb(21 128 61 / 0.75);
}

.stroke-green-700\/80 {
  stroke: rgb(21 128 61 / 0.8);
}

.stroke-green-700\/90 {
  stroke: rgb(21 128 61 / 0.9);
}

.stroke-green-700\/95 {
  stroke: rgb(21 128 61 / 0.95);
}

.stroke-green-700\/100 {
  stroke: rgb(21 128 61 / 1);
}

.stroke-green-800\/0 {
  stroke: rgb(22 101 52 / 0);
}

.stroke-green-800\/5 {
  stroke: rgb(22 101 52 / 0.05);
}

.stroke-green-800\/10 {
  stroke: rgb(22 101 52 / 0.1);
}

.stroke-green-800\/20 {
  stroke: rgb(22 101 52 / 0.2);
}

.stroke-green-800\/25 {
  stroke: rgb(22 101 52 / 0.25);
}

.stroke-green-800\/30 {
  stroke: rgb(22 101 52 / 0.3);
}

.stroke-green-800\/40 {
  stroke: rgb(22 101 52 / 0.4);
}

.stroke-green-800\/50 {
  stroke: rgb(22 101 52 / 0.5);
}

.stroke-green-800\/60 {
  stroke: rgb(22 101 52 / 0.6);
}

.stroke-green-800\/70 {
  stroke: rgb(22 101 52 / 0.7);
}

.stroke-green-800\/75 {
  stroke: rgb(22 101 52 / 0.75);
}

.stroke-green-800\/80 {
  stroke: rgb(22 101 52 / 0.8);
}

.stroke-green-800\/90 {
  stroke: rgb(22 101 52 / 0.9);
}

.stroke-green-800\/95 {
  stroke: rgb(22 101 52 / 0.95);
}

.stroke-green-800\/100 {
  stroke: rgb(22 101 52 / 1);
}

.stroke-green-900\/0 {
  stroke: rgb(20 83 45 / 0);
}

.stroke-green-900\/5 {
  stroke: rgb(20 83 45 / 0.05);
}

.stroke-green-900\/10 {
  stroke: rgb(20 83 45 / 0.1);
}

.stroke-green-900\/20 {
  stroke: rgb(20 83 45 / 0.2);
}

.stroke-green-900\/25 {
  stroke: rgb(20 83 45 / 0.25);
}

.stroke-green-900\/30 {
  stroke: rgb(20 83 45 / 0.3);
}

.stroke-green-900\/40 {
  stroke: rgb(20 83 45 / 0.4);
}

.stroke-green-900\/50 {
  stroke: rgb(20 83 45 / 0.5);
}

.stroke-green-900\/60 {
  stroke: rgb(20 83 45 / 0.6);
}

.stroke-green-900\/70 {
  stroke: rgb(20 83 45 / 0.7);
}

.stroke-green-900\/75 {
  stroke: rgb(20 83 45 / 0.75);
}

.stroke-green-900\/80 {
  stroke: rgb(20 83 45 / 0.8);
}

.stroke-green-900\/90 {
  stroke: rgb(20 83 45 / 0.9);
}

.stroke-green-900\/95 {
  stroke: rgb(20 83 45 / 0.95);
}

.stroke-green-900\/100 {
  stroke: rgb(20 83 45 / 1);
}

.stroke-emerald-50\/0 {
  stroke: rgb(236 253 245 / 0);
}

.stroke-emerald-50\/5 {
  stroke: rgb(236 253 245 / 0.05);
}

.stroke-emerald-50\/10 {
  stroke: rgb(236 253 245 / 0.1);
}

.stroke-emerald-50\/20 {
  stroke: rgb(236 253 245 / 0.2);
}

.stroke-emerald-50\/25 {
  stroke: rgb(236 253 245 / 0.25);
}

.stroke-emerald-50\/30 {
  stroke: rgb(236 253 245 / 0.3);
}

.stroke-emerald-50\/40 {
  stroke: rgb(236 253 245 / 0.4);
}

.stroke-emerald-50\/50 {
  stroke: rgb(236 253 245 / 0.5);
}

.stroke-emerald-50\/60 {
  stroke: rgb(236 253 245 / 0.6);
}

.stroke-emerald-50\/70 {
  stroke: rgb(236 253 245 / 0.7);
}

.stroke-emerald-50\/75 {
  stroke: rgb(236 253 245 / 0.75);
}

.stroke-emerald-50\/80 {
  stroke: rgb(236 253 245 / 0.8);
}

.stroke-emerald-50\/90 {
  stroke: rgb(236 253 245 / 0.9);
}

.stroke-emerald-50\/95 {
  stroke: rgb(236 253 245 / 0.95);
}

.stroke-emerald-50\/100 {
  stroke: rgb(236 253 245 / 1);
}

.stroke-emerald-100\/0 {
  stroke: rgb(209 250 229 / 0);
}

.stroke-emerald-100\/5 {
  stroke: rgb(209 250 229 / 0.05);
}

.stroke-emerald-100\/10 {
  stroke: rgb(209 250 229 / 0.1);
}

.stroke-emerald-100\/20 {
  stroke: rgb(209 250 229 / 0.2);
}

.stroke-emerald-100\/25 {
  stroke: rgb(209 250 229 / 0.25);
}

.stroke-emerald-100\/30 {
  stroke: rgb(209 250 229 / 0.3);
}

.stroke-emerald-100\/40 {
  stroke: rgb(209 250 229 / 0.4);
}

.stroke-emerald-100\/50 {
  stroke: rgb(209 250 229 / 0.5);
}

.stroke-emerald-100\/60 {
  stroke: rgb(209 250 229 / 0.6);
}

.stroke-emerald-100\/70 {
  stroke: rgb(209 250 229 / 0.7);
}

.stroke-emerald-100\/75 {
  stroke: rgb(209 250 229 / 0.75);
}

.stroke-emerald-100\/80 {
  stroke: rgb(209 250 229 / 0.8);
}

.stroke-emerald-100\/90 {
  stroke: rgb(209 250 229 / 0.9);
}

.stroke-emerald-100\/95 {
  stroke: rgb(209 250 229 / 0.95);
}

.stroke-emerald-100\/100 {
  stroke: rgb(209 250 229 / 1);
}

.stroke-emerald-200\/0 {
  stroke: rgb(167 243 208 / 0);
}

.stroke-emerald-200\/5 {
  stroke: rgb(167 243 208 / 0.05);
}

.stroke-emerald-200\/10 {
  stroke: rgb(167 243 208 / 0.1);
}

.stroke-emerald-200\/20 {
  stroke: rgb(167 243 208 / 0.2);
}

.stroke-emerald-200\/25 {
  stroke: rgb(167 243 208 / 0.25);
}

.stroke-emerald-200\/30 {
  stroke: rgb(167 243 208 / 0.3);
}

.stroke-emerald-200\/40 {
  stroke: rgb(167 243 208 / 0.4);
}

.stroke-emerald-200\/50 {
  stroke: rgb(167 243 208 / 0.5);
}

.stroke-emerald-200\/60 {
  stroke: rgb(167 243 208 / 0.6);
}

.stroke-emerald-200\/70 {
  stroke: rgb(167 243 208 / 0.7);
}

.stroke-emerald-200\/75 {
  stroke: rgb(167 243 208 / 0.75);
}

.stroke-emerald-200\/80 {
  stroke: rgb(167 243 208 / 0.8);
}

.stroke-emerald-200\/90 {
  stroke: rgb(167 243 208 / 0.9);
}

.stroke-emerald-200\/95 {
  stroke: rgb(167 243 208 / 0.95);
}

.stroke-emerald-200\/100 {
  stroke: rgb(167 243 208 / 1);
}

.stroke-emerald-300\/0 {
  stroke: rgb(110 231 183 / 0);
}

.stroke-emerald-300\/5 {
  stroke: rgb(110 231 183 / 0.05);
}

.stroke-emerald-300\/10 {
  stroke: rgb(110 231 183 / 0.1);
}

.stroke-emerald-300\/20 {
  stroke: rgb(110 231 183 / 0.2);
}

.stroke-emerald-300\/25 {
  stroke: rgb(110 231 183 / 0.25);
}

.stroke-emerald-300\/30 {
  stroke: rgb(110 231 183 / 0.3);
}

.stroke-emerald-300\/40 {
  stroke: rgb(110 231 183 / 0.4);
}

.stroke-emerald-300\/50 {
  stroke: rgb(110 231 183 / 0.5);
}

.stroke-emerald-300\/60 {
  stroke: rgb(110 231 183 / 0.6);
}

.stroke-emerald-300\/70 {
  stroke: rgb(110 231 183 / 0.7);
}

.stroke-emerald-300\/75 {
  stroke: rgb(110 231 183 / 0.75);
}

.stroke-emerald-300\/80 {
  stroke: rgb(110 231 183 / 0.8);
}

.stroke-emerald-300\/90 {
  stroke: rgb(110 231 183 / 0.9);
}

.stroke-emerald-300\/95 {
  stroke: rgb(110 231 183 / 0.95);
}

.stroke-emerald-300\/100 {
  stroke: rgb(110 231 183 / 1);
}

.stroke-emerald-400\/0 {
  stroke: rgb(52 211 153 / 0);
}

.stroke-emerald-400\/5 {
  stroke: rgb(52 211 153 / 0.05);
}

.stroke-emerald-400\/10 {
  stroke: rgb(52 211 153 / 0.1);
}

.stroke-emerald-400\/20 {
  stroke: rgb(52 211 153 / 0.2);
}

.stroke-emerald-400\/25 {
  stroke: rgb(52 211 153 / 0.25);
}

.stroke-emerald-400\/30 {
  stroke: rgb(52 211 153 / 0.3);
}

.stroke-emerald-400\/40 {
  stroke: rgb(52 211 153 / 0.4);
}

.stroke-emerald-400\/50 {
  stroke: rgb(52 211 153 / 0.5);
}

.stroke-emerald-400\/60 {
  stroke: rgb(52 211 153 / 0.6);
}

.stroke-emerald-400\/70 {
  stroke: rgb(52 211 153 / 0.7);
}

.stroke-emerald-400\/75 {
  stroke: rgb(52 211 153 / 0.75);
}

.stroke-emerald-400\/80 {
  stroke: rgb(52 211 153 / 0.8);
}

.stroke-emerald-400\/90 {
  stroke: rgb(52 211 153 / 0.9);
}

.stroke-emerald-400\/95 {
  stroke: rgb(52 211 153 / 0.95);
}

.stroke-emerald-400\/100 {
  stroke: rgb(52 211 153 / 1);
}

.stroke-emerald-500\/0 {
  stroke: rgb(16 185 129 / 0);
}

.stroke-emerald-500\/5 {
  stroke: rgb(16 185 129 / 0.05);
}

.stroke-emerald-500\/10 {
  stroke: rgb(16 185 129 / 0.1);
}

.stroke-emerald-500\/20 {
  stroke: rgb(16 185 129 / 0.2);
}

.stroke-emerald-500\/25 {
  stroke: rgb(16 185 129 / 0.25);
}

.stroke-emerald-500\/30 {
  stroke: rgb(16 185 129 / 0.3);
}

.stroke-emerald-500\/40 {
  stroke: rgb(16 185 129 / 0.4);
}

.stroke-emerald-500\/50 {
  stroke: rgb(16 185 129 / 0.5);
}

.stroke-emerald-500\/60 {
  stroke: rgb(16 185 129 / 0.6);
}

.stroke-emerald-500\/70 {
  stroke: rgb(16 185 129 / 0.7);
}

.stroke-emerald-500\/75 {
  stroke: rgb(16 185 129 / 0.75);
}

.stroke-emerald-500\/80 {
  stroke: rgb(16 185 129 / 0.8);
}

.stroke-emerald-500\/90 {
  stroke: rgb(16 185 129 / 0.9);
}

.stroke-emerald-500\/95 {
  stroke: rgb(16 185 129 / 0.95);
}

.stroke-emerald-500\/100 {
  stroke: rgb(16 185 129 / 1);
}

.stroke-emerald-600\/0 {
  stroke: rgb(5 150 105 / 0);
}

.stroke-emerald-600\/5 {
  stroke: rgb(5 150 105 / 0.05);
}

.stroke-emerald-600\/10 {
  stroke: rgb(5 150 105 / 0.1);
}

.stroke-emerald-600\/20 {
  stroke: rgb(5 150 105 / 0.2);
}

.stroke-emerald-600\/25 {
  stroke: rgb(5 150 105 / 0.25);
}

.stroke-emerald-600\/30 {
  stroke: rgb(5 150 105 / 0.3);
}

.stroke-emerald-600\/40 {
  stroke: rgb(5 150 105 / 0.4);
}

.stroke-emerald-600\/50 {
  stroke: rgb(5 150 105 / 0.5);
}

.stroke-emerald-600\/60 {
  stroke: rgb(5 150 105 / 0.6);
}

.stroke-emerald-600\/70 {
  stroke: rgb(5 150 105 / 0.7);
}

.stroke-emerald-600\/75 {
  stroke: rgb(5 150 105 / 0.75);
}

.stroke-emerald-600\/80 {
  stroke: rgb(5 150 105 / 0.8);
}

.stroke-emerald-600\/90 {
  stroke: rgb(5 150 105 / 0.9);
}

.stroke-emerald-600\/95 {
  stroke: rgb(5 150 105 / 0.95);
}

.stroke-emerald-600\/100 {
  stroke: rgb(5 150 105 / 1);
}

.stroke-emerald-700\/0 {
  stroke: rgb(4 120 87 / 0);
}

.stroke-emerald-700\/5 {
  stroke: rgb(4 120 87 / 0.05);
}

.stroke-emerald-700\/10 {
  stroke: rgb(4 120 87 / 0.1);
}

.stroke-emerald-700\/20 {
  stroke: rgb(4 120 87 / 0.2);
}

.stroke-emerald-700\/25 {
  stroke: rgb(4 120 87 / 0.25);
}

.stroke-emerald-700\/30 {
  stroke: rgb(4 120 87 / 0.3);
}

.stroke-emerald-700\/40 {
  stroke: rgb(4 120 87 / 0.4);
}

.stroke-emerald-700\/50 {
  stroke: rgb(4 120 87 / 0.5);
}

.stroke-emerald-700\/60 {
  stroke: rgb(4 120 87 / 0.6);
}

.stroke-emerald-700\/70 {
  stroke: rgb(4 120 87 / 0.7);
}

.stroke-emerald-700\/75 {
  stroke: rgb(4 120 87 / 0.75);
}

.stroke-emerald-700\/80 {
  stroke: rgb(4 120 87 / 0.8);
}

.stroke-emerald-700\/90 {
  stroke: rgb(4 120 87 / 0.9);
}

.stroke-emerald-700\/95 {
  stroke: rgb(4 120 87 / 0.95);
}

.stroke-emerald-700\/100 {
  stroke: rgb(4 120 87 / 1);
}

.stroke-emerald-800\/0 {
  stroke: rgb(6 95 70 / 0);
}

.stroke-emerald-800\/5 {
  stroke: rgb(6 95 70 / 0.05);
}

.stroke-emerald-800\/10 {
  stroke: rgb(6 95 70 / 0.1);
}

.stroke-emerald-800\/20 {
  stroke: rgb(6 95 70 / 0.2);
}

.stroke-emerald-800\/25 {
  stroke: rgb(6 95 70 / 0.25);
}

.stroke-emerald-800\/30 {
  stroke: rgb(6 95 70 / 0.3);
}

.stroke-emerald-800\/40 {
  stroke: rgb(6 95 70 / 0.4);
}

.stroke-emerald-800\/50 {
  stroke: rgb(6 95 70 / 0.5);
}

.stroke-emerald-800\/60 {
  stroke: rgb(6 95 70 / 0.6);
}

.stroke-emerald-800\/70 {
  stroke: rgb(6 95 70 / 0.7);
}

.stroke-emerald-800\/75 {
  stroke: rgb(6 95 70 / 0.75);
}

.stroke-emerald-800\/80 {
  stroke: rgb(6 95 70 / 0.8);
}

.stroke-emerald-800\/90 {
  stroke: rgb(6 95 70 / 0.9);
}

.stroke-emerald-800\/95 {
  stroke: rgb(6 95 70 / 0.95);
}

.stroke-emerald-800\/100 {
  stroke: rgb(6 95 70 / 1);
}

.stroke-emerald-900\/0 {
  stroke: rgb(6 78 59 / 0);
}

.stroke-emerald-900\/5 {
  stroke: rgb(6 78 59 / 0.05);
}

.stroke-emerald-900\/10 {
  stroke: rgb(6 78 59 / 0.1);
}

.stroke-emerald-900\/20 {
  stroke: rgb(6 78 59 / 0.2);
}

.stroke-emerald-900\/25 {
  stroke: rgb(6 78 59 / 0.25);
}

.stroke-emerald-900\/30 {
  stroke: rgb(6 78 59 / 0.3);
}

.stroke-emerald-900\/40 {
  stroke: rgb(6 78 59 / 0.4);
}

.stroke-emerald-900\/50 {
  stroke: rgb(6 78 59 / 0.5);
}

.stroke-emerald-900\/60 {
  stroke: rgb(6 78 59 / 0.6);
}

.stroke-emerald-900\/70 {
  stroke: rgb(6 78 59 / 0.7);
}

.stroke-emerald-900\/75 {
  stroke: rgb(6 78 59 / 0.75);
}

.stroke-emerald-900\/80 {
  stroke: rgb(6 78 59 / 0.8);
}

.stroke-emerald-900\/90 {
  stroke: rgb(6 78 59 / 0.9);
}

.stroke-emerald-900\/95 {
  stroke: rgb(6 78 59 / 0.95);
}

.stroke-emerald-900\/100 {
  stroke: rgb(6 78 59 / 1);
}

.stroke-teal-50\/0 {
  stroke: rgb(240 253 250 / 0);
}

.stroke-teal-50\/5 {
  stroke: rgb(240 253 250 / 0.05);
}

.stroke-teal-50\/10 {
  stroke: rgb(240 253 250 / 0.1);
}

.stroke-teal-50\/20 {
  stroke: rgb(240 253 250 / 0.2);
}

.stroke-teal-50\/25 {
  stroke: rgb(240 253 250 / 0.25);
}

.stroke-teal-50\/30 {
  stroke: rgb(240 253 250 / 0.3);
}

.stroke-teal-50\/40 {
  stroke: rgb(240 253 250 / 0.4);
}

.stroke-teal-50\/50 {
  stroke: rgb(240 253 250 / 0.5);
}

.stroke-teal-50\/60 {
  stroke: rgb(240 253 250 / 0.6);
}

.stroke-teal-50\/70 {
  stroke: rgb(240 253 250 / 0.7);
}

.stroke-teal-50\/75 {
  stroke: rgb(240 253 250 / 0.75);
}

.stroke-teal-50\/80 {
  stroke: rgb(240 253 250 / 0.8);
}

.stroke-teal-50\/90 {
  stroke: rgb(240 253 250 / 0.9);
}

.stroke-teal-50\/95 {
  stroke: rgb(240 253 250 / 0.95);
}

.stroke-teal-50\/100 {
  stroke: rgb(240 253 250 / 1);
}

.stroke-teal-100\/0 {
  stroke: rgb(204 251 241 / 0);
}

.stroke-teal-100\/5 {
  stroke: rgb(204 251 241 / 0.05);
}

.stroke-teal-100\/10 {
  stroke: rgb(204 251 241 / 0.1);
}

.stroke-teal-100\/20 {
  stroke: rgb(204 251 241 / 0.2);
}

.stroke-teal-100\/25 {
  stroke: rgb(204 251 241 / 0.25);
}

.stroke-teal-100\/30 {
  stroke: rgb(204 251 241 / 0.3);
}

.stroke-teal-100\/40 {
  stroke: rgb(204 251 241 / 0.4);
}

.stroke-teal-100\/50 {
  stroke: rgb(204 251 241 / 0.5);
}

.stroke-teal-100\/60 {
  stroke: rgb(204 251 241 / 0.6);
}

.stroke-teal-100\/70 {
  stroke: rgb(204 251 241 / 0.7);
}

.stroke-teal-100\/75 {
  stroke: rgb(204 251 241 / 0.75);
}

.stroke-teal-100\/80 {
  stroke: rgb(204 251 241 / 0.8);
}

.stroke-teal-100\/90 {
  stroke: rgb(204 251 241 / 0.9);
}

.stroke-teal-100\/95 {
  stroke: rgb(204 251 241 / 0.95);
}

.stroke-teal-100\/100 {
  stroke: rgb(204 251 241 / 1);
}

.stroke-teal-200\/0 {
  stroke: rgb(153 246 228 / 0);
}

.stroke-teal-200\/5 {
  stroke: rgb(153 246 228 / 0.05);
}

.stroke-teal-200\/10 {
  stroke: rgb(153 246 228 / 0.1);
}

.stroke-teal-200\/20 {
  stroke: rgb(153 246 228 / 0.2);
}

.stroke-teal-200\/25 {
  stroke: rgb(153 246 228 / 0.25);
}

.stroke-teal-200\/30 {
  stroke: rgb(153 246 228 / 0.3);
}

.stroke-teal-200\/40 {
  stroke: rgb(153 246 228 / 0.4);
}

.stroke-teal-200\/50 {
  stroke: rgb(153 246 228 / 0.5);
}

.stroke-teal-200\/60 {
  stroke: rgb(153 246 228 / 0.6);
}

.stroke-teal-200\/70 {
  stroke: rgb(153 246 228 / 0.7);
}

.stroke-teal-200\/75 {
  stroke: rgb(153 246 228 / 0.75);
}

.stroke-teal-200\/80 {
  stroke: rgb(153 246 228 / 0.8);
}

.stroke-teal-200\/90 {
  stroke: rgb(153 246 228 / 0.9);
}

.stroke-teal-200\/95 {
  stroke: rgb(153 246 228 / 0.95);
}

.stroke-teal-200\/100 {
  stroke: rgb(153 246 228 / 1);
}

.stroke-teal-300\/0 {
  stroke: rgb(94 234 212 / 0);
}

.stroke-teal-300\/5 {
  stroke: rgb(94 234 212 / 0.05);
}

.stroke-teal-300\/10 {
  stroke: rgb(94 234 212 / 0.1);
}

.stroke-teal-300\/20 {
  stroke: rgb(94 234 212 / 0.2);
}

.stroke-teal-300\/25 {
  stroke: rgb(94 234 212 / 0.25);
}

.stroke-teal-300\/30 {
  stroke: rgb(94 234 212 / 0.3);
}

.stroke-teal-300\/40 {
  stroke: rgb(94 234 212 / 0.4);
}

.stroke-teal-300\/50 {
  stroke: rgb(94 234 212 / 0.5);
}

.stroke-teal-300\/60 {
  stroke: rgb(94 234 212 / 0.6);
}

.stroke-teal-300\/70 {
  stroke: rgb(94 234 212 / 0.7);
}

.stroke-teal-300\/75 {
  stroke: rgb(94 234 212 / 0.75);
}

.stroke-teal-300\/80 {
  stroke: rgb(94 234 212 / 0.8);
}

.stroke-teal-300\/90 {
  stroke: rgb(94 234 212 / 0.9);
}

.stroke-teal-300\/95 {
  stroke: rgb(94 234 212 / 0.95);
}

.stroke-teal-300\/100 {
  stroke: rgb(94 234 212 / 1);
}

.stroke-teal-400\/0 {
  stroke: rgb(45 212 191 / 0);
}

.stroke-teal-400\/5 {
  stroke: rgb(45 212 191 / 0.05);
}

.stroke-teal-400\/10 {
  stroke: rgb(45 212 191 / 0.1);
}

.stroke-teal-400\/20 {
  stroke: rgb(45 212 191 / 0.2);
}

.stroke-teal-400\/25 {
  stroke: rgb(45 212 191 / 0.25);
}

.stroke-teal-400\/30 {
  stroke: rgb(45 212 191 / 0.3);
}

.stroke-teal-400\/40 {
  stroke: rgb(45 212 191 / 0.4);
}

.stroke-teal-400\/50 {
  stroke: rgb(45 212 191 / 0.5);
}

.stroke-teal-400\/60 {
  stroke: rgb(45 212 191 / 0.6);
}

.stroke-teal-400\/70 {
  stroke: rgb(45 212 191 / 0.7);
}

.stroke-teal-400\/75 {
  stroke: rgb(45 212 191 / 0.75);
}

.stroke-teal-400\/80 {
  stroke: rgb(45 212 191 / 0.8);
}

.stroke-teal-400\/90 {
  stroke: rgb(45 212 191 / 0.9);
}

.stroke-teal-400\/95 {
  stroke: rgb(45 212 191 / 0.95);
}

.stroke-teal-400\/100 {
  stroke: rgb(45 212 191 / 1);
}

.stroke-teal-500\/0 {
  stroke: rgb(20 184 166 / 0);
}

.stroke-teal-500\/5 {
  stroke: rgb(20 184 166 / 0.05);
}

.stroke-teal-500\/10 {
  stroke: rgb(20 184 166 / 0.1);
}

.stroke-teal-500\/20 {
  stroke: rgb(20 184 166 / 0.2);
}

.stroke-teal-500\/25 {
  stroke: rgb(20 184 166 / 0.25);
}

.stroke-teal-500\/30 {
  stroke: rgb(20 184 166 / 0.3);
}

.stroke-teal-500\/40 {
  stroke: rgb(20 184 166 / 0.4);
}

.stroke-teal-500\/50 {
  stroke: rgb(20 184 166 / 0.5);
}

.stroke-teal-500\/60 {
  stroke: rgb(20 184 166 / 0.6);
}

.stroke-teal-500\/70 {
  stroke: rgb(20 184 166 / 0.7);
}

.stroke-teal-500\/75 {
  stroke: rgb(20 184 166 / 0.75);
}

.stroke-teal-500\/80 {
  stroke: rgb(20 184 166 / 0.8);
}

.stroke-teal-500\/90 {
  stroke: rgb(20 184 166 / 0.9);
}

.stroke-teal-500\/95 {
  stroke: rgb(20 184 166 / 0.95);
}

.stroke-teal-500\/100 {
  stroke: rgb(20 184 166 / 1);
}

.stroke-teal-600\/0 {
  stroke: rgb(13 148 136 / 0);
}

.stroke-teal-600\/5 {
  stroke: rgb(13 148 136 / 0.05);
}

.stroke-teal-600\/10 {
  stroke: rgb(13 148 136 / 0.1);
}

.stroke-teal-600\/20 {
  stroke: rgb(13 148 136 / 0.2);
}

.stroke-teal-600\/25 {
  stroke: rgb(13 148 136 / 0.25);
}

.stroke-teal-600\/30 {
  stroke: rgb(13 148 136 / 0.3);
}

.stroke-teal-600\/40 {
  stroke: rgb(13 148 136 / 0.4);
}

.stroke-teal-600\/50 {
  stroke: rgb(13 148 136 / 0.5);
}

.stroke-teal-600\/60 {
  stroke: rgb(13 148 136 / 0.6);
}

.stroke-teal-600\/70 {
  stroke: rgb(13 148 136 / 0.7);
}

.stroke-teal-600\/75 {
  stroke: rgb(13 148 136 / 0.75);
}

.stroke-teal-600\/80 {
  stroke: rgb(13 148 136 / 0.8);
}

.stroke-teal-600\/90 {
  stroke: rgb(13 148 136 / 0.9);
}

.stroke-teal-600\/95 {
  stroke: rgb(13 148 136 / 0.95);
}

.stroke-teal-600\/100 {
  stroke: rgb(13 148 136 / 1);
}

.stroke-teal-700\/0 {
  stroke: rgb(15 118 110 / 0);
}

.stroke-teal-700\/5 {
  stroke: rgb(15 118 110 / 0.05);
}

.stroke-teal-700\/10 {
  stroke: rgb(15 118 110 / 0.1);
}

.stroke-teal-700\/20 {
  stroke: rgb(15 118 110 / 0.2);
}

.stroke-teal-700\/25 {
  stroke: rgb(15 118 110 / 0.25);
}

.stroke-teal-700\/30 {
  stroke: rgb(15 118 110 / 0.3);
}

.stroke-teal-700\/40 {
  stroke: rgb(15 118 110 / 0.4);
}

.stroke-teal-700\/50 {
  stroke: rgb(15 118 110 / 0.5);
}

.stroke-teal-700\/60 {
  stroke: rgb(15 118 110 / 0.6);
}

.stroke-teal-700\/70 {
  stroke: rgb(15 118 110 / 0.7);
}

.stroke-teal-700\/75 {
  stroke: rgb(15 118 110 / 0.75);
}

.stroke-teal-700\/80 {
  stroke: rgb(15 118 110 / 0.8);
}

.stroke-teal-700\/90 {
  stroke: rgb(15 118 110 / 0.9);
}

.stroke-teal-700\/95 {
  stroke: rgb(15 118 110 / 0.95);
}

.stroke-teal-700\/100 {
  stroke: rgb(15 118 110 / 1);
}

.stroke-teal-800\/0 {
  stroke: rgb(17 94 89 / 0);
}

.stroke-teal-800\/5 {
  stroke: rgb(17 94 89 / 0.05);
}

.stroke-teal-800\/10 {
  stroke: rgb(17 94 89 / 0.1);
}

.stroke-teal-800\/20 {
  stroke: rgb(17 94 89 / 0.2);
}

.stroke-teal-800\/25 {
  stroke: rgb(17 94 89 / 0.25);
}

.stroke-teal-800\/30 {
  stroke: rgb(17 94 89 / 0.3);
}

.stroke-teal-800\/40 {
  stroke: rgb(17 94 89 / 0.4);
}

.stroke-teal-800\/50 {
  stroke: rgb(17 94 89 / 0.5);
}

.stroke-teal-800\/60 {
  stroke: rgb(17 94 89 / 0.6);
}

.stroke-teal-800\/70 {
  stroke: rgb(17 94 89 / 0.7);
}

.stroke-teal-800\/75 {
  stroke: rgb(17 94 89 / 0.75);
}

.stroke-teal-800\/80 {
  stroke: rgb(17 94 89 / 0.8);
}

.stroke-teal-800\/90 {
  stroke: rgb(17 94 89 / 0.9);
}

.stroke-teal-800\/95 {
  stroke: rgb(17 94 89 / 0.95);
}

.stroke-teal-800\/100 {
  stroke: rgb(17 94 89 / 1);
}

.stroke-teal-900\/0 {
  stroke: rgb(19 78 74 / 0);
}

.stroke-teal-900\/5 {
  stroke: rgb(19 78 74 / 0.05);
}

.stroke-teal-900\/10 {
  stroke: rgb(19 78 74 / 0.1);
}

.stroke-teal-900\/20 {
  stroke: rgb(19 78 74 / 0.2);
}

.stroke-teal-900\/25 {
  stroke: rgb(19 78 74 / 0.25);
}

.stroke-teal-900\/30 {
  stroke: rgb(19 78 74 / 0.3);
}

.stroke-teal-900\/40 {
  stroke: rgb(19 78 74 / 0.4);
}

.stroke-teal-900\/50 {
  stroke: rgb(19 78 74 / 0.5);
}

.stroke-teal-900\/60 {
  stroke: rgb(19 78 74 / 0.6);
}

.stroke-teal-900\/70 {
  stroke: rgb(19 78 74 / 0.7);
}

.stroke-teal-900\/75 {
  stroke: rgb(19 78 74 / 0.75);
}

.stroke-teal-900\/80 {
  stroke: rgb(19 78 74 / 0.8);
}

.stroke-teal-900\/90 {
  stroke: rgb(19 78 74 / 0.9);
}

.stroke-teal-900\/95 {
  stroke: rgb(19 78 74 / 0.95);
}

.stroke-teal-900\/100 {
  stroke: rgb(19 78 74 / 1);
}

.stroke-cyan-50\/0 {
  stroke: rgb(236 254 255 / 0);
}

.stroke-cyan-50\/5 {
  stroke: rgb(236 254 255 / 0.05);
}

.stroke-cyan-50\/10 {
  stroke: rgb(236 254 255 / 0.1);
}

.stroke-cyan-50\/20 {
  stroke: rgb(236 254 255 / 0.2);
}

.stroke-cyan-50\/25 {
  stroke: rgb(236 254 255 / 0.25);
}

.stroke-cyan-50\/30 {
  stroke: rgb(236 254 255 / 0.3);
}

.stroke-cyan-50\/40 {
  stroke: rgb(236 254 255 / 0.4);
}

.stroke-cyan-50\/50 {
  stroke: rgb(236 254 255 / 0.5);
}

.stroke-cyan-50\/60 {
  stroke: rgb(236 254 255 / 0.6);
}

.stroke-cyan-50\/70 {
  stroke: rgb(236 254 255 / 0.7);
}

.stroke-cyan-50\/75 {
  stroke: rgb(236 254 255 / 0.75);
}

.stroke-cyan-50\/80 {
  stroke: rgb(236 254 255 / 0.8);
}

.stroke-cyan-50\/90 {
  stroke: rgb(236 254 255 / 0.9);
}

.stroke-cyan-50\/95 {
  stroke: rgb(236 254 255 / 0.95);
}

.stroke-cyan-50\/100 {
  stroke: rgb(236 254 255 / 1);
}

.stroke-cyan-100\/0 {
  stroke: rgb(207 250 254 / 0);
}

.stroke-cyan-100\/5 {
  stroke: rgb(207 250 254 / 0.05);
}

.stroke-cyan-100\/10 {
  stroke: rgb(207 250 254 / 0.1);
}

.stroke-cyan-100\/20 {
  stroke: rgb(207 250 254 / 0.2);
}

.stroke-cyan-100\/25 {
  stroke: rgb(207 250 254 / 0.25);
}

.stroke-cyan-100\/30 {
  stroke: rgb(207 250 254 / 0.3);
}

.stroke-cyan-100\/40 {
  stroke: rgb(207 250 254 / 0.4);
}

.stroke-cyan-100\/50 {
  stroke: rgb(207 250 254 / 0.5);
}

.stroke-cyan-100\/60 {
  stroke: rgb(207 250 254 / 0.6);
}

.stroke-cyan-100\/70 {
  stroke: rgb(207 250 254 / 0.7);
}

.stroke-cyan-100\/75 {
  stroke: rgb(207 250 254 / 0.75);
}

.stroke-cyan-100\/80 {
  stroke: rgb(207 250 254 / 0.8);
}

.stroke-cyan-100\/90 {
  stroke: rgb(207 250 254 / 0.9);
}

.stroke-cyan-100\/95 {
  stroke: rgb(207 250 254 / 0.95);
}

.stroke-cyan-100\/100 {
  stroke: rgb(207 250 254 / 1);
}

.stroke-cyan-200\/0 {
  stroke: rgb(165 243 252 / 0);
}

.stroke-cyan-200\/5 {
  stroke: rgb(165 243 252 / 0.05);
}

.stroke-cyan-200\/10 {
  stroke: rgb(165 243 252 / 0.1);
}

.stroke-cyan-200\/20 {
  stroke: rgb(165 243 252 / 0.2);
}

.stroke-cyan-200\/25 {
  stroke: rgb(165 243 252 / 0.25);
}

.stroke-cyan-200\/30 {
  stroke: rgb(165 243 252 / 0.3);
}

.stroke-cyan-200\/40 {
  stroke: rgb(165 243 252 / 0.4);
}

.stroke-cyan-200\/50 {
  stroke: rgb(165 243 252 / 0.5);
}

.stroke-cyan-200\/60 {
  stroke: rgb(165 243 252 / 0.6);
}

.stroke-cyan-200\/70 {
  stroke: rgb(165 243 252 / 0.7);
}

.stroke-cyan-200\/75 {
  stroke: rgb(165 243 252 / 0.75);
}

.stroke-cyan-200\/80 {
  stroke: rgb(165 243 252 / 0.8);
}

.stroke-cyan-200\/90 {
  stroke: rgb(165 243 252 / 0.9);
}

.stroke-cyan-200\/95 {
  stroke: rgb(165 243 252 / 0.95);
}

.stroke-cyan-200\/100 {
  stroke: rgb(165 243 252 / 1);
}

.stroke-cyan-300\/0 {
  stroke: rgb(103 232 249 / 0);
}

.stroke-cyan-300\/5 {
  stroke: rgb(103 232 249 / 0.05);
}

.stroke-cyan-300\/10 {
  stroke: rgb(103 232 249 / 0.1);
}

.stroke-cyan-300\/20 {
  stroke: rgb(103 232 249 / 0.2);
}

.stroke-cyan-300\/25 {
  stroke: rgb(103 232 249 / 0.25);
}

.stroke-cyan-300\/30 {
  stroke: rgb(103 232 249 / 0.3);
}

.stroke-cyan-300\/40 {
  stroke: rgb(103 232 249 / 0.4);
}

.stroke-cyan-300\/50 {
  stroke: rgb(103 232 249 / 0.5);
}

.stroke-cyan-300\/60 {
  stroke: rgb(103 232 249 / 0.6);
}

.stroke-cyan-300\/70 {
  stroke: rgb(103 232 249 / 0.7);
}

.stroke-cyan-300\/75 {
  stroke: rgb(103 232 249 / 0.75);
}

.stroke-cyan-300\/80 {
  stroke: rgb(103 232 249 / 0.8);
}

.stroke-cyan-300\/90 {
  stroke: rgb(103 232 249 / 0.9);
}

.stroke-cyan-300\/95 {
  stroke: rgb(103 232 249 / 0.95);
}

.stroke-cyan-300\/100 {
  stroke: rgb(103 232 249 / 1);
}

.stroke-cyan-400\/0 {
  stroke: rgb(34 211 238 / 0);
}

.stroke-cyan-400\/5 {
  stroke: rgb(34 211 238 / 0.05);
}

.stroke-cyan-400\/10 {
  stroke: rgb(34 211 238 / 0.1);
}

.stroke-cyan-400\/20 {
  stroke: rgb(34 211 238 / 0.2);
}

.stroke-cyan-400\/25 {
  stroke: rgb(34 211 238 / 0.25);
}

.stroke-cyan-400\/30 {
  stroke: rgb(34 211 238 / 0.3);
}

.stroke-cyan-400\/40 {
  stroke: rgb(34 211 238 / 0.4);
}

.stroke-cyan-400\/50 {
  stroke: rgb(34 211 238 / 0.5);
}

.stroke-cyan-400\/60 {
  stroke: rgb(34 211 238 / 0.6);
}

.stroke-cyan-400\/70 {
  stroke: rgb(34 211 238 / 0.7);
}

.stroke-cyan-400\/75 {
  stroke: rgb(34 211 238 / 0.75);
}

.stroke-cyan-400\/80 {
  stroke: rgb(34 211 238 / 0.8);
}

.stroke-cyan-400\/90 {
  stroke: rgb(34 211 238 / 0.9);
}

.stroke-cyan-400\/95 {
  stroke: rgb(34 211 238 / 0.95);
}

.stroke-cyan-400\/100 {
  stroke: rgb(34 211 238 / 1);
}

.stroke-cyan-500\/0 {
  stroke: rgb(6 182 212 / 0);
}

.stroke-cyan-500\/5 {
  stroke: rgb(6 182 212 / 0.05);
}

.stroke-cyan-500\/10 {
  stroke: rgb(6 182 212 / 0.1);
}

.stroke-cyan-500\/20 {
  stroke: rgb(6 182 212 / 0.2);
}

.stroke-cyan-500\/25 {
  stroke: rgb(6 182 212 / 0.25);
}

.stroke-cyan-500\/30 {
  stroke: rgb(6 182 212 / 0.3);
}

.stroke-cyan-500\/40 {
  stroke: rgb(6 182 212 / 0.4);
}

.stroke-cyan-500\/50 {
  stroke: rgb(6 182 212 / 0.5);
}

.stroke-cyan-500\/60 {
  stroke: rgb(6 182 212 / 0.6);
}

.stroke-cyan-500\/70 {
  stroke: rgb(6 182 212 / 0.7);
}

.stroke-cyan-500\/75 {
  stroke: rgb(6 182 212 / 0.75);
}

.stroke-cyan-500\/80 {
  stroke: rgb(6 182 212 / 0.8);
}

.stroke-cyan-500\/90 {
  stroke: rgb(6 182 212 / 0.9);
}

.stroke-cyan-500\/95 {
  stroke: rgb(6 182 212 / 0.95);
}

.stroke-cyan-500\/100 {
  stroke: rgb(6 182 212 / 1);
}

.stroke-cyan-600\/0 {
  stroke: rgb(8 145 178 / 0);
}

.stroke-cyan-600\/5 {
  stroke: rgb(8 145 178 / 0.05);
}

.stroke-cyan-600\/10 {
  stroke: rgb(8 145 178 / 0.1);
}

.stroke-cyan-600\/20 {
  stroke: rgb(8 145 178 / 0.2);
}

.stroke-cyan-600\/25 {
  stroke: rgb(8 145 178 / 0.25);
}

.stroke-cyan-600\/30 {
  stroke: rgb(8 145 178 / 0.3);
}

.stroke-cyan-600\/40 {
  stroke: rgb(8 145 178 / 0.4);
}

.stroke-cyan-600\/50 {
  stroke: rgb(8 145 178 / 0.5);
}

.stroke-cyan-600\/60 {
  stroke: rgb(8 145 178 / 0.6);
}

.stroke-cyan-600\/70 {
  stroke: rgb(8 145 178 / 0.7);
}

.stroke-cyan-600\/75 {
  stroke: rgb(8 145 178 / 0.75);
}

.stroke-cyan-600\/80 {
  stroke: rgb(8 145 178 / 0.8);
}

.stroke-cyan-600\/90 {
  stroke: rgb(8 145 178 / 0.9);
}

.stroke-cyan-600\/95 {
  stroke: rgb(8 145 178 / 0.95);
}

.stroke-cyan-600\/100 {
  stroke: rgb(8 145 178 / 1);
}

.stroke-cyan-700\/0 {
  stroke: rgb(14 116 144 / 0);
}

.stroke-cyan-700\/5 {
  stroke: rgb(14 116 144 / 0.05);
}

.stroke-cyan-700\/10 {
  stroke: rgb(14 116 144 / 0.1);
}

.stroke-cyan-700\/20 {
  stroke: rgb(14 116 144 / 0.2);
}

.stroke-cyan-700\/25 {
  stroke: rgb(14 116 144 / 0.25);
}

.stroke-cyan-700\/30 {
  stroke: rgb(14 116 144 / 0.3);
}

.stroke-cyan-700\/40 {
  stroke: rgb(14 116 144 / 0.4);
}

.stroke-cyan-700\/50 {
  stroke: rgb(14 116 144 / 0.5);
}

.stroke-cyan-700\/60 {
  stroke: rgb(14 116 144 / 0.6);
}

.stroke-cyan-700\/70 {
  stroke: rgb(14 116 144 / 0.7);
}

.stroke-cyan-700\/75 {
  stroke: rgb(14 116 144 / 0.75);
}

.stroke-cyan-700\/80 {
  stroke: rgb(14 116 144 / 0.8);
}

.stroke-cyan-700\/90 {
  stroke: rgb(14 116 144 / 0.9);
}

.stroke-cyan-700\/95 {
  stroke: rgb(14 116 144 / 0.95);
}

.stroke-cyan-700\/100 {
  stroke: rgb(14 116 144 / 1);
}

.stroke-cyan-800\/0 {
  stroke: rgb(21 94 117 / 0);
}

.stroke-cyan-800\/5 {
  stroke: rgb(21 94 117 / 0.05);
}

.stroke-cyan-800\/10 {
  stroke: rgb(21 94 117 / 0.1);
}

.stroke-cyan-800\/20 {
  stroke: rgb(21 94 117 / 0.2);
}

.stroke-cyan-800\/25 {
  stroke: rgb(21 94 117 / 0.25);
}

.stroke-cyan-800\/30 {
  stroke: rgb(21 94 117 / 0.3);
}

.stroke-cyan-800\/40 {
  stroke: rgb(21 94 117 / 0.4);
}

.stroke-cyan-800\/50 {
  stroke: rgb(21 94 117 / 0.5);
}

.stroke-cyan-800\/60 {
  stroke: rgb(21 94 117 / 0.6);
}

.stroke-cyan-800\/70 {
  stroke: rgb(21 94 117 / 0.7);
}

.stroke-cyan-800\/75 {
  stroke: rgb(21 94 117 / 0.75);
}

.stroke-cyan-800\/80 {
  stroke: rgb(21 94 117 / 0.8);
}

.stroke-cyan-800\/90 {
  stroke: rgb(21 94 117 / 0.9);
}

.stroke-cyan-800\/95 {
  stroke: rgb(21 94 117 / 0.95);
}

.stroke-cyan-800\/100 {
  stroke: rgb(21 94 117 / 1);
}

.stroke-cyan-900\/0 {
  stroke: rgb(22 78 99 / 0);
}

.stroke-cyan-900\/5 {
  stroke: rgb(22 78 99 / 0.05);
}

.stroke-cyan-900\/10 {
  stroke: rgb(22 78 99 / 0.1);
}

.stroke-cyan-900\/20 {
  stroke: rgb(22 78 99 / 0.2);
}

.stroke-cyan-900\/25 {
  stroke: rgb(22 78 99 / 0.25);
}

.stroke-cyan-900\/30 {
  stroke: rgb(22 78 99 / 0.3);
}

.stroke-cyan-900\/40 {
  stroke: rgb(22 78 99 / 0.4);
}

.stroke-cyan-900\/50 {
  stroke: rgb(22 78 99 / 0.5);
}

.stroke-cyan-900\/60 {
  stroke: rgb(22 78 99 / 0.6);
}

.stroke-cyan-900\/70 {
  stroke: rgb(22 78 99 / 0.7);
}

.stroke-cyan-900\/75 {
  stroke: rgb(22 78 99 / 0.75);
}

.stroke-cyan-900\/80 {
  stroke: rgb(22 78 99 / 0.8);
}

.stroke-cyan-900\/90 {
  stroke: rgb(22 78 99 / 0.9);
}

.stroke-cyan-900\/95 {
  stroke: rgb(22 78 99 / 0.95);
}

.stroke-cyan-900\/100 {
  stroke: rgb(22 78 99 / 1);
}

.stroke-sky-50\/0 {
  stroke: rgb(240 249 255 / 0);
}

.stroke-sky-50\/5 {
  stroke: rgb(240 249 255 / 0.05);
}

.stroke-sky-50\/10 {
  stroke: rgb(240 249 255 / 0.1);
}

.stroke-sky-50\/20 {
  stroke: rgb(240 249 255 / 0.2);
}

.stroke-sky-50\/25 {
  stroke: rgb(240 249 255 / 0.25);
}

.stroke-sky-50\/30 {
  stroke: rgb(240 249 255 / 0.3);
}

.stroke-sky-50\/40 {
  stroke: rgb(240 249 255 / 0.4);
}

.stroke-sky-50\/50 {
  stroke: rgb(240 249 255 / 0.5);
}

.stroke-sky-50\/60 {
  stroke: rgb(240 249 255 / 0.6);
}

.stroke-sky-50\/70 {
  stroke: rgb(240 249 255 / 0.7);
}

.stroke-sky-50\/75 {
  stroke: rgb(240 249 255 / 0.75);
}

.stroke-sky-50\/80 {
  stroke: rgb(240 249 255 / 0.8);
}

.stroke-sky-50\/90 {
  stroke: rgb(240 249 255 / 0.9);
}

.stroke-sky-50\/95 {
  stroke: rgb(240 249 255 / 0.95);
}

.stroke-sky-50\/100 {
  stroke: rgb(240 249 255 / 1);
}

.stroke-sky-100\/0 {
  stroke: rgb(224 242 254 / 0);
}

.stroke-sky-100\/5 {
  stroke: rgb(224 242 254 / 0.05);
}

.stroke-sky-100\/10 {
  stroke: rgb(224 242 254 / 0.1);
}

.stroke-sky-100\/20 {
  stroke: rgb(224 242 254 / 0.2);
}

.stroke-sky-100\/25 {
  stroke: rgb(224 242 254 / 0.25);
}

.stroke-sky-100\/30 {
  stroke: rgb(224 242 254 / 0.3);
}

.stroke-sky-100\/40 {
  stroke: rgb(224 242 254 / 0.4);
}

.stroke-sky-100\/50 {
  stroke: rgb(224 242 254 / 0.5);
}

.stroke-sky-100\/60 {
  stroke: rgb(224 242 254 / 0.6);
}

.stroke-sky-100\/70 {
  stroke: rgb(224 242 254 / 0.7);
}

.stroke-sky-100\/75 {
  stroke: rgb(224 242 254 / 0.75);
}

.stroke-sky-100\/80 {
  stroke: rgb(224 242 254 / 0.8);
}

.stroke-sky-100\/90 {
  stroke: rgb(224 242 254 / 0.9);
}

.stroke-sky-100\/95 {
  stroke: rgb(224 242 254 / 0.95);
}

.stroke-sky-100\/100 {
  stroke: rgb(224 242 254 / 1);
}

.stroke-sky-200\/0 {
  stroke: rgb(186 230 253 / 0);
}

.stroke-sky-200\/5 {
  stroke: rgb(186 230 253 / 0.05);
}

.stroke-sky-200\/10 {
  stroke: rgb(186 230 253 / 0.1);
}

.stroke-sky-200\/20 {
  stroke: rgb(186 230 253 / 0.2);
}

.stroke-sky-200\/25 {
  stroke: rgb(186 230 253 / 0.25);
}

.stroke-sky-200\/30 {
  stroke: rgb(186 230 253 / 0.3);
}

.stroke-sky-200\/40 {
  stroke: rgb(186 230 253 / 0.4);
}

.stroke-sky-200\/50 {
  stroke: rgb(186 230 253 / 0.5);
}

.stroke-sky-200\/60 {
  stroke: rgb(186 230 253 / 0.6);
}

.stroke-sky-200\/70 {
  stroke: rgb(186 230 253 / 0.7);
}

.stroke-sky-200\/75 {
  stroke: rgb(186 230 253 / 0.75);
}

.stroke-sky-200\/80 {
  stroke: rgb(186 230 253 / 0.8);
}

.stroke-sky-200\/90 {
  stroke: rgb(186 230 253 / 0.9);
}

.stroke-sky-200\/95 {
  stroke: rgb(186 230 253 / 0.95);
}

.stroke-sky-200\/100 {
  stroke: rgb(186 230 253 / 1);
}

.stroke-sky-300\/0 {
  stroke: rgb(125 211 252 / 0);
}

.stroke-sky-300\/5 {
  stroke: rgb(125 211 252 / 0.05);
}

.stroke-sky-300\/10 {
  stroke: rgb(125 211 252 / 0.1);
}

.stroke-sky-300\/20 {
  stroke: rgb(125 211 252 / 0.2);
}

.stroke-sky-300\/25 {
  stroke: rgb(125 211 252 / 0.25);
}

.stroke-sky-300\/30 {
  stroke: rgb(125 211 252 / 0.3);
}

.stroke-sky-300\/40 {
  stroke: rgb(125 211 252 / 0.4);
}

.stroke-sky-300\/50 {
  stroke: rgb(125 211 252 / 0.5);
}

.stroke-sky-300\/60 {
  stroke: rgb(125 211 252 / 0.6);
}

.stroke-sky-300\/70 {
  stroke: rgb(125 211 252 / 0.7);
}

.stroke-sky-300\/75 {
  stroke: rgb(125 211 252 / 0.75);
}

.stroke-sky-300\/80 {
  stroke: rgb(125 211 252 / 0.8);
}

.stroke-sky-300\/90 {
  stroke: rgb(125 211 252 / 0.9);
}

.stroke-sky-300\/95 {
  stroke: rgb(125 211 252 / 0.95);
}

.stroke-sky-300\/100 {
  stroke: rgb(125 211 252 / 1);
}

.stroke-sky-400\/0 {
  stroke: rgb(56 189 248 / 0);
}

.stroke-sky-400\/5 {
  stroke: rgb(56 189 248 / 0.05);
}

.stroke-sky-400\/10 {
  stroke: rgb(56 189 248 / 0.1);
}

.stroke-sky-400\/20 {
  stroke: rgb(56 189 248 / 0.2);
}

.stroke-sky-400\/25 {
  stroke: rgb(56 189 248 / 0.25);
}

.stroke-sky-400\/30 {
  stroke: rgb(56 189 248 / 0.3);
}

.stroke-sky-400\/40 {
  stroke: rgb(56 189 248 / 0.4);
}

.stroke-sky-400\/50 {
  stroke: rgb(56 189 248 / 0.5);
}

.stroke-sky-400\/60 {
  stroke: rgb(56 189 248 / 0.6);
}

.stroke-sky-400\/70 {
  stroke: rgb(56 189 248 / 0.7);
}

.stroke-sky-400\/75 {
  stroke: rgb(56 189 248 / 0.75);
}

.stroke-sky-400\/80 {
  stroke: rgb(56 189 248 / 0.8);
}

.stroke-sky-400\/90 {
  stroke: rgb(56 189 248 / 0.9);
}

.stroke-sky-400\/95 {
  stroke: rgb(56 189 248 / 0.95);
}

.stroke-sky-400\/100 {
  stroke: rgb(56 189 248 / 1);
}

.stroke-sky-500\/0 {
  stroke: rgb(14 165 233 / 0);
}

.stroke-sky-500\/5 {
  stroke: rgb(14 165 233 / 0.05);
}

.stroke-sky-500\/10 {
  stroke: rgb(14 165 233 / 0.1);
}

.stroke-sky-500\/20 {
  stroke: rgb(14 165 233 / 0.2);
}

.stroke-sky-500\/25 {
  stroke: rgb(14 165 233 / 0.25);
}

.stroke-sky-500\/30 {
  stroke: rgb(14 165 233 / 0.3);
}

.stroke-sky-500\/40 {
  stroke: rgb(14 165 233 / 0.4);
}

.stroke-sky-500\/50 {
  stroke: rgb(14 165 233 / 0.5);
}

.stroke-sky-500\/60 {
  stroke: rgb(14 165 233 / 0.6);
}

.stroke-sky-500\/70 {
  stroke: rgb(14 165 233 / 0.7);
}

.stroke-sky-500\/75 {
  stroke: rgb(14 165 233 / 0.75);
}

.stroke-sky-500\/80 {
  stroke: rgb(14 165 233 / 0.8);
}

.stroke-sky-500\/90 {
  stroke: rgb(14 165 233 / 0.9);
}

.stroke-sky-500\/95 {
  stroke: rgb(14 165 233 / 0.95);
}

.stroke-sky-500\/100 {
  stroke: rgb(14 165 233 / 1);
}

.stroke-sky-600\/0 {
  stroke: rgb(2 132 199 / 0);
}

.stroke-sky-600\/5 {
  stroke: rgb(2 132 199 / 0.05);
}

.stroke-sky-600\/10 {
  stroke: rgb(2 132 199 / 0.1);
}

.stroke-sky-600\/20 {
  stroke: rgb(2 132 199 / 0.2);
}

.stroke-sky-600\/25 {
  stroke: rgb(2 132 199 / 0.25);
}

.stroke-sky-600\/30 {
  stroke: rgb(2 132 199 / 0.3);
}

.stroke-sky-600\/40 {
  stroke: rgb(2 132 199 / 0.4);
}

.stroke-sky-600\/50 {
  stroke: rgb(2 132 199 / 0.5);
}

.stroke-sky-600\/60 {
  stroke: rgb(2 132 199 / 0.6);
}

.stroke-sky-600\/70 {
  stroke: rgb(2 132 199 / 0.7);
}

.stroke-sky-600\/75 {
  stroke: rgb(2 132 199 / 0.75);
}

.stroke-sky-600\/80 {
  stroke: rgb(2 132 199 / 0.8);
}

.stroke-sky-600\/90 {
  stroke: rgb(2 132 199 / 0.9);
}

.stroke-sky-600\/95 {
  stroke: rgb(2 132 199 / 0.95);
}

.stroke-sky-600\/100 {
  stroke: rgb(2 132 199 / 1);
}

.stroke-sky-700\/0 {
  stroke: rgb(3 105 161 / 0);
}

.stroke-sky-700\/5 {
  stroke: rgb(3 105 161 / 0.05);
}

.stroke-sky-700\/10 {
  stroke: rgb(3 105 161 / 0.1);
}

.stroke-sky-700\/20 {
  stroke: rgb(3 105 161 / 0.2);
}

.stroke-sky-700\/25 {
  stroke: rgb(3 105 161 / 0.25);
}

.stroke-sky-700\/30 {
  stroke: rgb(3 105 161 / 0.3);
}

.stroke-sky-700\/40 {
  stroke: rgb(3 105 161 / 0.4);
}

.stroke-sky-700\/50 {
  stroke: rgb(3 105 161 / 0.5);
}

.stroke-sky-700\/60 {
  stroke: rgb(3 105 161 / 0.6);
}

.stroke-sky-700\/70 {
  stroke: rgb(3 105 161 / 0.7);
}

.stroke-sky-700\/75 {
  stroke: rgb(3 105 161 / 0.75);
}

.stroke-sky-700\/80 {
  stroke: rgb(3 105 161 / 0.8);
}

.stroke-sky-700\/90 {
  stroke: rgb(3 105 161 / 0.9);
}

.stroke-sky-700\/95 {
  stroke: rgb(3 105 161 / 0.95);
}

.stroke-sky-700\/100 {
  stroke: rgb(3 105 161 / 1);
}

.stroke-sky-800\/0 {
  stroke: rgb(7 89 133 / 0);
}

.stroke-sky-800\/5 {
  stroke: rgb(7 89 133 / 0.05);
}

.stroke-sky-800\/10 {
  stroke: rgb(7 89 133 / 0.1);
}

.stroke-sky-800\/20 {
  stroke: rgb(7 89 133 / 0.2);
}

.stroke-sky-800\/25 {
  stroke: rgb(7 89 133 / 0.25);
}

.stroke-sky-800\/30 {
  stroke: rgb(7 89 133 / 0.3);
}

.stroke-sky-800\/40 {
  stroke: rgb(7 89 133 / 0.4);
}

.stroke-sky-800\/50 {
  stroke: rgb(7 89 133 / 0.5);
}

.stroke-sky-800\/60 {
  stroke: rgb(7 89 133 / 0.6);
}

.stroke-sky-800\/70 {
  stroke: rgb(7 89 133 / 0.7);
}

.stroke-sky-800\/75 {
  stroke: rgb(7 89 133 / 0.75);
}

.stroke-sky-800\/80 {
  stroke: rgb(7 89 133 / 0.8);
}

.stroke-sky-800\/90 {
  stroke: rgb(7 89 133 / 0.9);
}

.stroke-sky-800\/95 {
  stroke: rgb(7 89 133 / 0.95);
}

.stroke-sky-800\/100 {
  stroke: rgb(7 89 133 / 1);
}

.stroke-sky-900\/0 {
  stroke: rgb(12 74 110 / 0);
}

.stroke-sky-900\/5 {
  stroke: rgb(12 74 110 / 0.05);
}

.stroke-sky-900\/10 {
  stroke: rgb(12 74 110 / 0.1);
}

.stroke-sky-900\/20 {
  stroke: rgb(12 74 110 / 0.2);
}

.stroke-sky-900\/25 {
  stroke: rgb(12 74 110 / 0.25);
}

.stroke-sky-900\/30 {
  stroke: rgb(12 74 110 / 0.3);
}

.stroke-sky-900\/40 {
  stroke: rgb(12 74 110 / 0.4);
}

.stroke-sky-900\/50 {
  stroke: rgb(12 74 110 / 0.5);
}

.stroke-sky-900\/60 {
  stroke: rgb(12 74 110 / 0.6);
}

.stroke-sky-900\/70 {
  stroke: rgb(12 74 110 / 0.7);
}

.stroke-sky-900\/75 {
  stroke: rgb(12 74 110 / 0.75);
}

.stroke-sky-900\/80 {
  stroke: rgb(12 74 110 / 0.8);
}

.stroke-sky-900\/90 {
  stroke: rgb(12 74 110 / 0.9);
}

.stroke-sky-900\/95 {
  stroke: rgb(12 74 110 / 0.95);
}

.stroke-sky-900\/100 {
  stroke: rgb(12 74 110 / 1);
}

.stroke-blue-50\/0 {
  stroke: rgb(239 246 255 / 0);
}

.stroke-blue-50\/5 {
  stroke: rgb(239 246 255 / 0.05);
}

.stroke-blue-50\/10 {
  stroke: rgb(239 246 255 / 0.1);
}

.stroke-blue-50\/20 {
  stroke: rgb(239 246 255 / 0.2);
}

.stroke-blue-50\/25 {
  stroke: rgb(239 246 255 / 0.25);
}

.stroke-blue-50\/30 {
  stroke: rgb(239 246 255 / 0.3);
}

.stroke-blue-50\/40 {
  stroke: rgb(239 246 255 / 0.4);
}

.stroke-blue-50\/50 {
  stroke: rgb(239 246 255 / 0.5);
}

.stroke-blue-50\/60 {
  stroke: rgb(239 246 255 / 0.6);
}

.stroke-blue-50\/70 {
  stroke: rgb(239 246 255 / 0.7);
}

.stroke-blue-50\/75 {
  stroke: rgb(239 246 255 / 0.75);
}

.stroke-blue-50\/80 {
  stroke: rgb(239 246 255 / 0.8);
}

.stroke-blue-50\/90 {
  stroke: rgb(239 246 255 / 0.9);
}

.stroke-blue-50\/95 {
  stroke: rgb(239 246 255 / 0.95);
}

.stroke-blue-50\/100 {
  stroke: rgb(239 246 255 / 1);
}

.stroke-blue-100\/0 {
  stroke: rgb(219 234 254 / 0);
}

.stroke-blue-100\/5 {
  stroke: rgb(219 234 254 / 0.05);
}

.stroke-blue-100\/10 {
  stroke: rgb(219 234 254 / 0.1);
}

.stroke-blue-100\/20 {
  stroke: rgb(219 234 254 / 0.2);
}

.stroke-blue-100\/25 {
  stroke: rgb(219 234 254 / 0.25);
}

.stroke-blue-100\/30 {
  stroke: rgb(219 234 254 / 0.3);
}

.stroke-blue-100\/40 {
  stroke: rgb(219 234 254 / 0.4);
}

.stroke-blue-100\/50 {
  stroke: rgb(219 234 254 / 0.5);
}

.stroke-blue-100\/60 {
  stroke: rgb(219 234 254 / 0.6);
}

.stroke-blue-100\/70 {
  stroke: rgb(219 234 254 / 0.7);
}

.stroke-blue-100\/75 {
  stroke: rgb(219 234 254 / 0.75);
}

.stroke-blue-100\/80 {
  stroke: rgb(219 234 254 / 0.8);
}

.stroke-blue-100\/90 {
  stroke: rgb(219 234 254 / 0.9);
}

.stroke-blue-100\/95 {
  stroke: rgb(219 234 254 / 0.95);
}

.stroke-blue-100\/100 {
  stroke: rgb(219 234 254 / 1);
}

.stroke-blue-200\/0 {
  stroke: rgb(191 219 254 / 0);
}

.stroke-blue-200\/5 {
  stroke: rgb(191 219 254 / 0.05);
}

.stroke-blue-200\/10 {
  stroke: rgb(191 219 254 / 0.1);
}

.stroke-blue-200\/20 {
  stroke: rgb(191 219 254 / 0.2);
}

.stroke-blue-200\/25 {
  stroke: rgb(191 219 254 / 0.25);
}

.stroke-blue-200\/30 {
  stroke: rgb(191 219 254 / 0.3);
}

.stroke-blue-200\/40 {
  stroke: rgb(191 219 254 / 0.4);
}

.stroke-blue-200\/50 {
  stroke: rgb(191 219 254 / 0.5);
}

.stroke-blue-200\/60 {
  stroke: rgb(191 219 254 / 0.6);
}

.stroke-blue-200\/70 {
  stroke: rgb(191 219 254 / 0.7);
}

.stroke-blue-200\/75 {
  stroke: rgb(191 219 254 / 0.75);
}

.stroke-blue-200\/80 {
  stroke: rgb(191 219 254 / 0.8);
}

.stroke-blue-200\/90 {
  stroke: rgb(191 219 254 / 0.9);
}

.stroke-blue-200\/95 {
  stroke: rgb(191 219 254 / 0.95);
}

.stroke-blue-200\/100 {
  stroke: rgb(191 219 254 / 1);
}

.stroke-blue-300\/0 {
  stroke: rgb(147 197 253 / 0);
}

.stroke-blue-300\/5 {
  stroke: rgb(147 197 253 / 0.05);
}

.stroke-blue-300\/10 {
  stroke: rgb(147 197 253 / 0.1);
}

.stroke-blue-300\/20 {
  stroke: rgb(147 197 253 / 0.2);
}

.stroke-blue-300\/25 {
  stroke: rgb(147 197 253 / 0.25);
}

.stroke-blue-300\/30 {
  stroke: rgb(147 197 253 / 0.3);
}

.stroke-blue-300\/40 {
  stroke: rgb(147 197 253 / 0.4);
}

.stroke-blue-300\/50 {
  stroke: rgb(147 197 253 / 0.5);
}

.stroke-blue-300\/60 {
  stroke: rgb(147 197 253 / 0.6);
}

.stroke-blue-300\/70 {
  stroke: rgb(147 197 253 / 0.7);
}

.stroke-blue-300\/75 {
  stroke: rgb(147 197 253 / 0.75);
}

.stroke-blue-300\/80 {
  stroke: rgb(147 197 253 / 0.8);
}

.stroke-blue-300\/90 {
  stroke: rgb(147 197 253 / 0.9);
}

.stroke-blue-300\/95 {
  stroke: rgb(147 197 253 / 0.95);
}

.stroke-blue-300\/100 {
  stroke: rgb(147 197 253 / 1);
}

.stroke-blue-400\/0 {
  stroke: rgb(96 165 250 / 0);
}

.stroke-blue-400\/5 {
  stroke: rgb(96 165 250 / 0.05);
}

.stroke-blue-400\/10 {
  stroke: rgb(96 165 250 / 0.1);
}

.stroke-blue-400\/20 {
  stroke: rgb(96 165 250 / 0.2);
}

.stroke-blue-400\/25 {
  stroke: rgb(96 165 250 / 0.25);
}

.stroke-blue-400\/30 {
  stroke: rgb(96 165 250 / 0.3);
}

.stroke-blue-400\/40 {
  stroke: rgb(96 165 250 / 0.4);
}

.stroke-blue-400\/50 {
  stroke: rgb(96 165 250 / 0.5);
}

.stroke-blue-400\/60 {
  stroke: rgb(96 165 250 / 0.6);
}

.stroke-blue-400\/70 {
  stroke: rgb(96 165 250 / 0.7);
}

.stroke-blue-400\/75 {
  stroke: rgb(96 165 250 / 0.75);
}

.stroke-blue-400\/80 {
  stroke: rgb(96 165 250 / 0.8);
}

.stroke-blue-400\/90 {
  stroke: rgb(96 165 250 / 0.9);
}

.stroke-blue-400\/95 {
  stroke: rgb(96 165 250 / 0.95);
}

.stroke-blue-400\/100 {
  stroke: rgb(96 165 250 / 1);
}

.stroke-blue-500\/0 {
  stroke: rgb(59 130 246 / 0);
}

.stroke-blue-500\/5 {
  stroke: rgb(59 130 246 / 0.05);
}

.stroke-blue-500\/10 {
  stroke: rgb(59 130 246 / 0.1);
}

.stroke-blue-500\/20 {
  stroke: rgb(59 130 246 / 0.2);
}

.stroke-blue-500\/25 {
  stroke: rgb(59 130 246 / 0.25);
}

.stroke-blue-500\/30 {
  stroke: rgb(59 130 246 / 0.3);
}

.stroke-blue-500\/40 {
  stroke: rgb(59 130 246 / 0.4);
}

.stroke-blue-500\/50 {
  stroke: rgb(59 130 246 / 0.5);
}

.stroke-blue-500\/60 {
  stroke: rgb(59 130 246 / 0.6);
}

.stroke-blue-500\/70 {
  stroke: rgb(59 130 246 / 0.7);
}

.stroke-blue-500\/75 {
  stroke: rgb(59 130 246 / 0.75);
}

.stroke-blue-500\/80 {
  stroke: rgb(59 130 246 / 0.8);
}

.stroke-blue-500\/90 {
  stroke: rgb(59 130 246 / 0.9);
}

.stroke-blue-500\/95 {
  stroke: rgb(59 130 246 / 0.95);
}

.stroke-blue-500\/100 {
  stroke: rgb(59 130 246 / 1);
}

.stroke-blue-600\/0 {
  stroke: rgb(37 99 235 / 0);
}

.stroke-blue-600\/5 {
  stroke: rgb(37 99 235 / 0.05);
}

.stroke-blue-600\/10 {
  stroke: rgb(37 99 235 / 0.1);
}

.stroke-blue-600\/20 {
  stroke: rgb(37 99 235 / 0.2);
}

.stroke-blue-600\/25 {
  stroke: rgb(37 99 235 / 0.25);
}

.stroke-blue-600\/30 {
  stroke: rgb(37 99 235 / 0.3);
}

.stroke-blue-600\/40 {
  stroke: rgb(37 99 235 / 0.4);
}

.stroke-blue-600\/50 {
  stroke: rgb(37 99 235 / 0.5);
}

.stroke-blue-600\/60 {
  stroke: rgb(37 99 235 / 0.6);
}

.stroke-blue-600\/70 {
  stroke: rgb(37 99 235 / 0.7);
}

.stroke-blue-600\/75 {
  stroke: rgb(37 99 235 / 0.75);
}

.stroke-blue-600\/80 {
  stroke: rgb(37 99 235 / 0.8);
}

.stroke-blue-600\/90 {
  stroke: rgb(37 99 235 / 0.9);
}

.stroke-blue-600\/95 {
  stroke: rgb(37 99 235 / 0.95);
}

.stroke-blue-600\/100 {
  stroke: rgb(37 99 235 / 1);
}

.stroke-blue-700\/0 {
  stroke: rgb(29 78 216 / 0);
}

.stroke-blue-700\/5 {
  stroke: rgb(29 78 216 / 0.05);
}

.stroke-blue-700\/10 {
  stroke: rgb(29 78 216 / 0.1);
}

.stroke-blue-700\/20 {
  stroke: rgb(29 78 216 / 0.2);
}

.stroke-blue-700\/25 {
  stroke: rgb(29 78 216 / 0.25);
}

.stroke-blue-700\/30 {
  stroke: rgb(29 78 216 / 0.3);
}

.stroke-blue-700\/40 {
  stroke: rgb(29 78 216 / 0.4);
}

.stroke-blue-700\/50 {
  stroke: rgb(29 78 216 / 0.5);
}

.stroke-blue-700\/60 {
  stroke: rgb(29 78 216 / 0.6);
}

.stroke-blue-700\/70 {
  stroke: rgb(29 78 216 / 0.7);
}

.stroke-blue-700\/75 {
  stroke: rgb(29 78 216 / 0.75);
}

.stroke-blue-700\/80 {
  stroke: rgb(29 78 216 / 0.8);
}

.stroke-blue-700\/90 {
  stroke: rgb(29 78 216 / 0.9);
}

.stroke-blue-700\/95 {
  stroke: rgb(29 78 216 / 0.95);
}

.stroke-blue-700\/100 {
  stroke: rgb(29 78 216 / 1);
}

.stroke-blue-800\/0 {
  stroke: rgb(30 64 175 / 0);
}

.stroke-blue-800\/5 {
  stroke: rgb(30 64 175 / 0.05);
}

.stroke-blue-800\/10 {
  stroke: rgb(30 64 175 / 0.1);
}

.stroke-blue-800\/20 {
  stroke: rgb(30 64 175 / 0.2);
}

.stroke-blue-800\/25 {
  stroke: rgb(30 64 175 / 0.25);
}

.stroke-blue-800\/30 {
  stroke: rgb(30 64 175 / 0.3);
}

.stroke-blue-800\/40 {
  stroke: rgb(30 64 175 / 0.4);
}

.stroke-blue-800\/50 {
  stroke: rgb(30 64 175 / 0.5);
}

.stroke-blue-800\/60 {
  stroke: rgb(30 64 175 / 0.6);
}

.stroke-blue-800\/70 {
  stroke: rgb(30 64 175 / 0.7);
}

.stroke-blue-800\/75 {
  stroke: rgb(30 64 175 / 0.75);
}

.stroke-blue-800\/80 {
  stroke: rgb(30 64 175 / 0.8);
}

.stroke-blue-800\/90 {
  stroke: rgb(30 64 175 / 0.9);
}

.stroke-blue-800\/95 {
  stroke: rgb(30 64 175 / 0.95);
}

.stroke-blue-800\/100 {
  stroke: rgb(30 64 175 / 1);
}

.stroke-blue-900\/0 {
  stroke: rgb(30 58 138 / 0);
}

.stroke-blue-900\/5 {
  stroke: rgb(30 58 138 / 0.05);
}

.stroke-blue-900\/10 {
  stroke: rgb(30 58 138 / 0.1);
}

.stroke-blue-900\/20 {
  stroke: rgb(30 58 138 / 0.2);
}

.stroke-blue-900\/25 {
  stroke: rgb(30 58 138 / 0.25);
}

.stroke-blue-900\/30 {
  stroke: rgb(30 58 138 / 0.3);
}

.stroke-blue-900\/40 {
  stroke: rgb(30 58 138 / 0.4);
}

.stroke-blue-900\/50 {
  stroke: rgb(30 58 138 / 0.5);
}

.stroke-blue-900\/60 {
  stroke: rgb(30 58 138 / 0.6);
}

.stroke-blue-900\/70 {
  stroke: rgb(30 58 138 / 0.7);
}

.stroke-blue-900\/75 {
  stroke: rgb(30 58 138 / 0.75);
}

.stroke-blue-900\/80 {
  stroke: rgb(30 58 138 / 0.8);
}

.stroke-blue-900\/90 {
  stroke: rgb(30 58 138 / 0.9);
}

.stroke-blue-900\/95 {
  stroke: rgb(30 58 138 / 0.95);
}

.stroke-blue-900\/100 {
  stroke: rgb(30 58 138 / 1);
}

.stroke-indigo-50\/0 {
  stroke: rgb(238 242 255 / 0);
}

.stroke-indigo-50\/5 {
  stroke: rgb(238 242 255 / 0.05);
}

.stroke-indigo-50\/10 {
  stroke: rgb(238 242 255 / 0.1);
}

.stroke-indigo-50\/20 {
  stroke: rgb(238 242 255 / 0.2);
}

.stroke-indigo-50\/25 {
  stroke: rgb(238 242 255 / 0.25);
}

.stroke-indigo-50\/30 {
  stroke: rgb(238 242 255 / 0.3);
}

.stroke-indigo-50\/40 {
  stroke: rgb(238 242 255 / 0.4);
}

.stroke-indigo-50\/50 {
  stroke: rgb(238 242 255 / 0.5);
}

.stroke-indigo-50\/60 {
  stroke: rgb(238 242 255 / 0.6);
}

.stroke-indigo-50\/70 {
  stroke: rgb(238 242 255 / 0.7);
}

.stroke-indigo-50\/75 {
  stroke: rgb(238 242 255 / 0.75);
}

.stroke-indigo-50\/80 {
  stroke: rgb(238 242 255 / 0.8);
}

.stroke-indigo-50\/90 {
  stroke: rgb(238 242 255 / 0.9);
}

.stroke-indigo-50\/95 {
  stroke: rgb(238 242 255 / 0.95);
}

.stroke-indigo-50\/100 {
  stroke: rgb(238 242 255 / 1);
}

.stroke-indigo-100\/0 {
  stroke: rgb(224 231 255 / 0);
}

.stroke-indigo-100\/5 {
  stroke: rgb(224 231 255 / 0.05);
}

.stroke-indigo-100\/10 {
  stroke: rgb(224 231 255 / 0.1);
}

.stroke-indigo-100\/20 {
  stroke: rgb(224 231 255 / 0.2);
}

.stroke-indigo-100\/25 {
  stroke: rgb(224 231 255 / 0.25);
}

.stroke-indigo-100\/30 {
  stroke: rgb(224 231 255 / 0.3);
}

.stroke-indigo-100\/40 {
  stroke: rgb(224 231 255 / 0.4);
}

.stroke-indigo-100\/50 {
  stroke: rgb(224 231 255 / 0.5);
}

.stroke-indigo-100\/60 {
  stroke: rgb(224 231 255 / 0.6);
}

.stroke-indigo-100\/70 {
  stroke: rgb(224 231 255 / 0.7);
}

.stroke-indigo-100\/75 {
  stroke: rgb(224 231 255 / 0.75);
}

.stroke-indigo-100\/80 {
  stroke: rgb(224 231 255 / 0.8);
}

.stroke-indigo-100\/90 {
  stroke: rgb(224 231 255 / 0.9);
}

.stroke-indigo-100\/95 {
  stroke: rgb(224 231 255 / 0.95);
}

.stroke-indigo-100\/100 {
  stroke: rgb(224 231 255 / 1);
}

.stroke-indigo-200\/0 {
  stroke: rgb(199 210 254 / 0);
}

.stroke-indigo-200\/5 {
  stroke: rgb(199 210 254 / 0.05);
}

.stroke-indigo-200\/10 {
  stroke: rgb(199 210 254 / 0.1);
}

.stroke-indigo-200\/20 {
  stroke: rgb(199 210 254 / 0.2);
}

.stroke-indigo-200\/25 {
  stroke: rgb(199 210 254 / 0.25);
}

.stroke-indigo-200\/30 {
  stroke: rgb(199 210 254 / 0.3);
}

.stroke-indigo-200\/40 {
  stroke: rgb(199 210 254 / 0.4);
}

.stroke-indigo-200\/50 {
  stroke: rgb(199 210 254 / 0.5);
}

.stroke-indigo-200\/60 {
  stroke: rgb(199 210 254 / 0.6);
}

.stroke-indigo-200\/70 {
  stroke: rgb(199 210 254 / 0.7);
}

.stroke-indigo-200\/75 {
  stroke: rgb(199 210 254 / 0.75);
}

.stroke-indigo-200\/80 {
  stroke: rgb(199 210 254 / 0.8);
}

.stroke-indigo-200\/90 {
  stroke: rgb(199 210 254 / 0.9);
}

.stroke-indigo-200\/95 {
  stroke: rgb(199 210 254 / 0.95);
}

.stroke-indigo-200\/100 {
  stroke: rgb(199 210 254 / 1);
}

.stroke-indigo-300\/0 {
  stroke: rgb(165 180 252 / 0);
}

.stroke-indigo-300\/5 {
  stroke: rgb(165 180 252 / 0.05);
}

.stroke-indigo-300\/10 {
  stroke: rgb(165 180 252 / 0.1);
}

.stroke-indigo-300\/20 {
  stroke: rgb(165 180 252 / 0.2);
}

.stroke-indigo-300\/25 {
  stroke: rgb(165 180 252 / 0.25);
}

.stroke-indigo-300\/30 {
  stroke: rgb(165 180 252 / 0.3);
}

.stroke-indigo-300\/40 {
  stroke: rgb(165 180 252 / 0.4);
}

.stroke-indigo-300\/50 {
  stroke: rgb(165 180 252 / 0.5);
}

.stroke-indigo-300\/60 {
  stroke: rgb(165 180 252 / 0.6);
}

.stroke-indigo-300\/70 {
  stroke: rgb(165 180 252 / 0.7);
}

.stroke-indigo-300\/75 {
  stroke: rgb(165 180 252 / 0.75);
}

.stroke-indigo-300\/80 {
  stroke: rgb(165 180 252 / 0.8);
}

.stroke-indigo-300\/90 {
  stroke: rgb(165 180 252 / 0.9);
}

.stroke-indigo-300\/95 {
  stroke: rgb(165 180 252 / 0.95);
}

.stroke-indigo-300\/100 {
  stroke: rgb(165 180 252 / 1);
}

.stroke-indigo-400\/0 {
  stroke: rgb(129 140 248 / 0);
}

.stroke-indigo-400\/5 {
  stroke: rgb(129 140 248 / 0.05);
}

.stroke-indigo-400\/10 {
  stroke: rgb(129 140 248 / 0.1);
}

.stroke-indigo-400\/20 {
  stroke: rgb(129 140 248 / 0.2);
}

.stroke-indigo-400\/25 {
  stroke: rgb(129 140 248 / 0.25);
}

.stroke-indigo-400\/30 {
  stroke: rgb(129 140 248 / 0.3);
}

.stroke-indigo-400\/40 {
  stroke: rgb(129 140 248 / 0.4);
}

.stroke-indigo-400\/50 {
  stroke: rgb(129 140 248 / 0.5);
}

.stroke-indigo-400\/60 {
  stroke: rgb(129 140 248 / 0.6);
}

.stroke-indigo-400\/70 {
  stroke: rgb(129 140 248 / 0.7);
}

.stroke-indigo-400\/75 {
  stroke: rgb(129 140 248 / 0.75);
}

.stroke-indigo-400\/80 {
  stroke: rgb(129 140 248 / 0.8);
}

.stroke-indigo-400\/90 {
  stroke: rgb(129 140 248 / 0.9);
}

.stroke-indigo-400\/95 {
  stroke: rgb(129 140 248 / 0.95);
}

.stroke-indigo-400\/100 {
  stroke: rgb(129 140 248 / 1);
}

.stroke-indigo-500\/0 {
  stroke: rgb(99 102 241 / 0);
}

.stroke-indigo-500\/5 {
  stroke: rgb(99 102 241 / 0.05);
}

.stroke-indigo-500\/10 {
  stroke: rgb(99 102 241 / 0.1);
}

.stroke-indigo-500\/20 {
  stroke: rgb(99 102 241 / 0.2);
}

.stroke-indigo-500\/25 {
  stroke: rgb(99 102 241 / 0.25);
}

.stroke-indigo-500\/30 {
  stroke: rgb(99 102 241 / 0.3);
}

.stroke-indigo-500\/40 {
  stroke: rgb(99 102 241 / 0.4);
}

.stroke-indigo-500\/50 {
  stroke: rgb(99 102 241 / 0.5);
}

.stroke-indigo-500\/60 {
  stroke: rgb(99 102 241 / 0.6);
}

.stroke-indigo-500\/70 {
  stroke: rgb(99 102 241 / 0.7);
}

.stroke-indigo-500\/75 {
  stroke: rgb(99 102 241 / 0.75);
}

.stroke-indigo-500\/80 {
  stroke: rgb(99 102 241 / 0.8);
}

.stroke-indigo-500\/90 {
  stroke: rgb(99 102 241 / 0.9);
}

.stroke-indigo-500\/95 {
  stroke: rgb(99 102 241 / 0.95);
}

.stroke-indigo-500\/100 {
  stroke: rgb(99 102 241 / 1);
}

.stroke-indigo-600\/0 {
  stroke: rgb(79 70 229 / 0);
}

.stroke-indigo-600\/5 {
  stroke: rgb(79 70 229 / 0.05);
}

.stroke-indigo-600\/10 {
  stroke: rgb(79 70 229 / 0.1);
}

.stroke-indigo-600\/20 {
  stroke: rgb(79 70 229 / 0.2);
}

.stroke-indigo-600\/25 {
  stroke: rgb(79 70 229 / 0.25);
}

.stroke-indigo-600\/30 {
  stroke: rgb(79 70 229 / 0.3);
}

.stroke-indigo-600\/40 {
  stroke: rgb(79 70 229 / 0.4);
}

.stroke-indigo-600\/50 {
  stroke: rgb(79 70 229 / 0.5);
}

.stroke-indigo-600\/60 {
  stroke: rgb(79 70 229 / 0.6);
}

.stroke-indigo-600\/70 {
  stroke: rgb(79 70 229 / 0.7);
}

.stroke-indigo-600\/75 {
  stroke: rgb(79 70 229 / 0.75);
}

.stroke-indigo-600\/80 {
  stroke: rgb(79 70 229 / 0.8);
}

.stroke-indigo-600\/90 {
  stroke: rgb(79 70 229 / 0.9);
}

.stroke-indigo-600\/95 {
  stroke: rgb(79 70 229 / 0.95);
}

.stroke-indigo-600\/100 {
  stroke: rgb(79 70 229 / 1);
}

.stroke-indigo-700\/0 {
  stroke: rgb(67 56 202 / 0);
}

.stroke-indigo-700\/5 {
  stroke: rgb(67 56 202 / 0.05);
}

.stroke-indigo-700\/10 {
  stroke: rgb(67 56 202 / 0.1);
}

.stroke-indigo-700\/20 {
  stroke: rgb(67 56 202 / 0.2);
}

.stroke-indigo-700\/25 {
  stroke: rgb(67 56 202 / 0.25);
}

.stroke-indigo-700\/30 {
  stroke: rgb(67 56 202 / 0.3);
}

.stroke-indigo-700\/40 {
  stroke: rgb(67 56 202 / 0.4);
}

.stroke-indigo-700\/50 {
  stroke: rgb(67 56 202 / 0.5);
}

.stroke-indigo-700\/60 {
  stroke: rgb(67 56 202 / 0.6);
}

.stroke-indigo-700\/70 {
  stroke: rgb(67 56 202 / 0.7);
}

.stroke-indigo-700\/75 {
  stroke: rgb(67 56 202 / 0.75);
}

.stroke-indigo-700\/80 {
  stroke: rgb(67 56 202 / 0.8);
}

.stroke-indigo-700\/90 {
  stroke: rgb(67 56 202 / 0.9);
}

.stroke-indigo-700\/95 {
  stroke: rgb(67 56 202 / 0.95);
}

.stroke-indigo-700\/100 {
  stroke: rgb(67 56 202 / 1);
}

.stroke-indigo-800\/0 {
  stroke: rgb(55 48 163 / 0);
}

.stroke-indigo-800\/5 {
  stroke: rgb(55 48 163 / 0.05);
}

.stroke-indigo-800\/10 {
  stroke: rgb(55 48 163 / 0.1);
}

.stroke-indigo-800\/20 {
  stroke: rgb(55 48 163 / 0.2);
}

.stroke-indigo-800\/25 {
  stroke: rgb(55 48 163 / 0.25);
}

.stroke-indigo-800\/30 {
  stroke: rgb(55 48 163 / 0.3);
}

.stroke-indigo-800\/40 {
  stroke: rgb(55 48 163 / 0.4);
}

.stroke-indigo-800\/50 {
  stroke: rgb(55 48 163 / 0.5);
}

.stroke-indigo-800\/60 {
  stroke: rgb(55 48 163 / 0.6);
}

.stroke-indigo-800\/70 {
  stroke: rgb(55 48 163 / 0.7);
}

.stroke-indigo-800\/75 {
  stroke: rgb(55 48 163 / 0.75);
}

.stroke-indigo-800\/80 {
  stroke: rgb(55 48 163 / 0.8);
}

.stroke-indigo-800\/90 {
  stroke: rgb(55 48 163 / 0.9);
}

.stroke-indigo-800\/95 {
  stroke: rgb(55 48 163 / 0.95);
}

.stroke-indigo-800\/100 {
  stroke: rgb(55 48 163 / 1);
}

.stroke-indigo-900\/0 {
  stroke: rgb(49 46 129 / 0);
}

.stroke-indigo-900\/5 {
  stroke: rgb(49 46 129 / 0.05);
}

.stroke-indigo-900\/10 {
  stroke: rgb(49 46 129 / 0.1);
}

.stroke-indigo-900\/20 {
  stroke: rgb(49 46 129 / 0.2);
}

.stroke-indigo-900\/25 {
  stroke: rgb(49 46 129 / 0.25);
}

.stroke-indigo-900\/30 {
  stroke: rgb(49 46 129 / 0.3);
}

.stroke-indigo-900\/40 {
  stroke: rgb(49 46 129 / 0.4);
}

.stroke-indigo-900\/50 {
  stroke: rgb(49 46 129 / 0.5);
}

.stroke-indigo-900\/60 {
  stroke: rgb(49 46 129 / 0.6);
}

.stroke-indigo-900\/70 {
  stroke: rgb(49 46 129 / 0.7);
}

.stroke-indigo-900\/75 {
  stroke: rgb(49 46 129 / 0.75);
}

.stroke-indigo-900\/80 {
  stroke: rgb(49 46 129 / 0.8);
}

.stroke-indigo-900\/90 {
  stroke: rgb(49 46 129 / 0.9);
}

.stroke-indigo-900\/95 {
  stroke: rgb(49 46 129 / 0.95);
}

.stroke-indigo-900\/100 {
  stroke: rgb(49 46 129 / 1);
}

.stroke-violet-50\/0 {
  stroke: rgb(245 243 255 / 0);
}

.stroke-violet-50\/5 {
  stroke: rgb(245 243 255 / 0.05);
}

.stroke-violet-50\/10 {
  stroke: rgb(245 243 255 / 0.1);
}

.stroke-violet-50\/20 {
  stroke: rgb(245 243 255 / 0.2);
}

.stroke-violet-50\/25 {
  stroke: rgb(245 243 255 / 0.25);
}

.stroke-violet-50\/30 {
  stroke: rgb(245 243 255 / 0.3);
}

.stroke-violet-50\/40 {
  stroke: rgb(245 243 255 / 0.4);
}

.stroke-violet-50\/50 {
  stroke: rgb(245 243 255 / 0.5);
}

.stroke-violet-50\/60 {
  stroke: rgb(245 243 255 / 0.6);
}

.stroke-violet-50\/70 {
  stroke: rgb(245 243 255 / 0.7);
}

.stroke-violet-50\/75 {
  stroke: rgb(245 243 255 / 0.75);
}

.stroke-violet-50\/80 {
  stroke: rgb(245 243 255 / 0.8);
}

.stroke-violet-50\/90 {
  stroke: rgb(245 243 255 / 0.9);
}

.stroke-violet-50\/95 {
  stroke: rgb(245 243 255 / 0.95);
}

.stroke-violet-50\/100 {
  stroke: rgb(245 243 255 / 1);
}

.stroke-violet-100\/0 {
  stroke: rgb(237 233 254 / 0);
}

.stroke-violet-100\/5 {
  stroke: rgb(237 233 254 / 0.05);
}

.stroke-violet-100\/10 {
  stroke: rgb(237 233 254 / 0.1);
}

.stroke-violet-100\/20 {
  stroke: rgb(237 233 254 / 0.2);
}

.stroke-violet-100\/25 {
  stroke: rgb(237 233 254 / 0.25);
}

.stroke-violet-100\/30 {
  stroke: rgb(237 233 254 / 0.3);
}

.stroke-violet-100\/40 {
  stroke: rgb(237 233 254 / 0.4);
}

.stroke-violet-100\/50 {
  stroke: rgb(237 233 254 / 0.5);
}

.stroke-violet-100\/60 {
  stroke: rgb(237 233 254 / 0.6);
}

.stroke-violet-100\/70 {
  stroke: rgb(237 233 254 / 0.7);
}

.stroke-violet-100\/75 {
  stroke: rgb(237 233 254 / 0.75);
}

.stroke-violet-100\/80 {
  stroke: rgb(237 233 254 / 0.8);
}

.stroke-violet-100\/90 {
  stroke: rgb(237 233 254 / 0.9);
}

.stroke-violet-100\/95 {
  stroke: rgb(237 233 254 / 0.95);
}

.stroke-violet-100\/100 {
  stroke: rgb(237 233 254 / 1);
}

.stroke-violet-200\/0 {
  stroke: rgb(221 214 254 / 0);
}

.stroke-violet-200\/5 {
  stroke: rgb(221 214 254 / 0.05);
}

.stroke-violet-200\/10 {
  stroke: rgb(221 214 254 / 0.1);
}

.stroke-violet-200\/20 {
  stroke: rgb(221 214 254 / 0.2);
}

.stroke-violet-200\/25 {
  stroke: rgb(221 214 254 / 0.25);
}

.stroke-violet-200\/30 {
  stroke: rgb(221 214 254 / 0.3);
}

.stroke-violet-200\/40 {
  stroke: rgb(221 214 254 / 0.4);
}

.stroke-violet-200\/50 {
  stroke: rgb(221 214 254 / 0.5);
}

.stroke-violet-200\/60 {
  stroke: rgb(221 214 254 / 0.6);
}

.stroke-violet-200\/70 {
  stroke: rgb(221 214 254 / 0.7);
}

.stroke-violet-200\/75 {
  stroke: rgb(221 214 254 / 0.75);
}

.stroke-violet-200\/80 {
  stroke: rgb(221 214 254 / 0.8);
}

.stroke-violet-200\/90 {
  stroke: rgb(221 214 254 / 0.9);
}

.stroke-violet-200\/95 {
  stroke: rgb(221 214 254 / 0.95);
}

.stroke-violet-200\/100 {
  stroke: rgb(221 214 254 / 1);
}

.stroke-violet-300\/0 {
  stroke: rgb(196 181 253 / 0);
}

.stroke-violet-300\/5 {
  stroke: rgb(196 181 253 / 0.05);
}

.stroke-violet-300\/10 {
  stroke: rgb(196 181 253 / 0.1);
}

.stroke-violet-300\/20 {
  stroke: rgb(196 181 253 / 0.2);
}

.stroke-violet-300\/25 {
  stroke: rgb(196 181 253 / 0.25);
}

.stroke-violet-300\/30 {
  stroke: rgb(196 181 253 / 0.3);
}

.stroke-violet-300\/40 {
  stroke: rgb(196 181 253 / 0.4);
}

.stroke-violet-300\/50 {
  stroke: rgb(196 181 253 / 0.5);
}

.stroke-violet-300\/60 {
  stroke: rgb(196 181 253 / 0.6);
}

.stroke-violet-300\/70 {
  stroke: rgb(196 181 253 / 0.7);
}

.stroke-violet-300\/75 {
  stroke: rgb(196 181 253 / 0.75);
}

.stroke-violet-300\/80 {
  stroke: rgb(196 181 253 / 0.8);
}

.stroke-violet-300\/90 {
  stroke: rgb(196 181 253 / 0.9);
}

.stroke-violet-300\/95 {
  stroke: rgb(196 181 253 / 0.95);
}

.stroke-violet-300\/100 {
  stroke: rgb(196 181 253 / 1);
}

.stroke-violet-400\/0 {
  stroke: rgb(167 139 250 / 0);
}

.stroke-violet-400\/5 {
  stroke: rgb(167 139 250 / 0.05);
}

.stroke-violet-400\/10 {
  stroke: rgb(167 139 250 / 0.1);
}

.stroke-violet-400\/20 {
  stroke: rgb(167 139 250 / 0.2);
}

.stroke-violet-400\/25 {
  stroke: rgb(167 139 250 / 0.25);
}

.stroke-violet-400\/30 {
  stroke: rgb(167 139 250 / 0.3);
}

.stroke-violet-400\/40 {
  stroke: rgb(167 139 250 / 0.4);
}

.stroke-violet-400\/50 {
  stroke: rgb(167 139 250 / 0.5);
}

.stroke-violet-400\/60 {
  stroke: rgb(167 139 250 / 0.6);
}

.stroke-violet-400\/70 {
  stroke: rgb(167 139 250 / 0.7);
}

.stroke-violet-400\/75 {
  stroke: rgb(167 139 250 / 0.75);
}

.stroke-violet-400\/80 {
  stroke: rgb(167 139 250 / 0.8);
}

.stroke-violet-400\/90 {
  stroke: rgb(167 139 250 / 0.9);
}

.stroke-violet-400\/95 {
  stroke: rgb(167 139 250 / 0.95);
}

.stroke-violet-400\/100 {
  stroke: rgb(167 139 250 / 1);
}

.stroke-violet-500\/0 {
  stroke: rgb(139 92 246 / 0);
}

.stroke-violet-500\/5 {
  stroke: rgb(139 92 246 / 0.05);
}

.stroke-violet-500\/10 {
  stroke: rgb(139 92 246 / 0.1);
}

.stroke-violet-500\/20 {
  stroke: rgb(139 92 246 / 0.2);
}

.stroke-violet-500\/25 {
  stroke: rgb(139 92 246 / 0.25);
}

.stroke-violet-500\/30 {
  stroke: rgb(139 92 246 / 0.3);
}

.stroke-violet-500\/40 {
  stroke: rgb(139 92 246 / 0.4);
}

.stroke-violet-500\/50 {
  stroke: rgb(139 92 246 / 0.5);
}

.stroke-violet-500\/60 {
  stroke: rgb(139 92 246 / 0.6);
}

.stroke-violet-500\/70 {
  stroke: rgb(139 92 246 / 0.7);
}

.stroke-violet-500\/75 {
  stroke: rgb(139 92 246 / 0.75);
}

.stroke-violet-500\/80 {
  stroke: rgb(139 92 246 / 0.8);
}

.stroke-violet-500\/90 {
  stroke: rgb(139 92 246 / 0.9);
}

.stroke-violet-500\/95 {
  stroke: rgb(139 92 246 / 0.95);
}

.stroke-violet-500\/100 {
  stroke: rgb(139 92 246 / 1);
}

.stroke-violet-600\/0 {
  stroke: rgb(124 58 237 / 0);
}

.stroke-violet-600\/5 {
  stroke: rgb(124 58 237 / 0.05);
}

.stroke-violet-600\/10 {
  stroke: rgb(124 58 237 / 0.1);
}

.stroke-violet-600\/20 {
  stroke: rgb(124 58 237 / 0.2);
}

.stroke-violet-600\/25 {
  stroke: rgb(124 58 237 / 0.25);
}

.stroke-violet-600\/30 {
  stroke: rgb(124 58 237 / 0.3);
}

.stroke-violet-600\/40 {
  stroke: rgb(124 58 237 / 0.4);
}

.stroke-violet-600\/50 {
  stroke: rgb(124 58 237 / 0.5);
}

.stroke-violet-600\/60 {
  stroke: rgb(124 58 237 / 0.6);
}

.stroke-violet-600\/70 {
  stroke: rgb(124 58 237 / 0.7);
}

.stroke-violet-600\/75 {
  stroke: rgb(124 58 237 / 0.75);
}

.stroke-violet-600\/80 {
  stroke: rgb(124 58 237 / 0.8);
}

.stroke-violet-600\/90 {
  stroke: rgb(124 58 237 / 0.9);
}

.stroke-violet-600\/95 {
  stroke: rgb(124 58 237 / 0.95);
}

.stroke-violet-600\/100 {
  stroke: rgb(124 58 237 / 1);
}

.stroke-violet-700\/0 {
  stroke: rgb(109 40 217 / 0);
}

.stroke-violet-700\/5 {
  stroke: rgb(109 40 217 / 0.05);
}

.stroke-violet-700\/10 {
  stroke: rgb(109 40 217 / 0.1);
}

.stroke-violet-700\/20 {
  stroke: rgb(109 40 217 / 0.2);
}

.stroke-violet-700\/25 {
  stroke: rgb(109 40 217 / 0.25);
}

.stroke-violet-700\/30 {
  stroke: rgb(109 40 217 / 0.3);
}

.stroke-violet-700\/40 {
  stroke: rgb(109 40 217 / 0.4);
}

.stroke-violet-700\/50 {
  stroke: rgb(109 40 217 / 0.5);
}

.stroke-violet-700\/60 {
  stroke: rgb(109 40 217 / 0.6);
}

.stroke-violet-700\/70 {
  stroke: rgb(109 40 217 / 0.7);
}

.stroke-violet-700\/75 {
  stroke: rgb(109 40 217 / 0.75);
}

.stroke-violet-700\/80 {
  stroke: rgb(109 40 217 / 0.8);
}

.stroke-violet-700\/90 {
  stroke: rgb(109 40 217 / 0.9);
}

.stroke-violet-700\/95 {
  stroke: rgb(109 40 217 / 0.95);
}

.stroke-violet-700\/100 {
  stroke: rgb(109 40 217 / 1);
}

.stroke-violet-800\/0 {
  stroke: rgb(91 33 182 / 0);
}

.stroke-violet-800\/5 {
  stroke: rgb(91 33 182 / 0.05);
}

.stroke-violet-800\/10 {
  stroke: rgb(91 33 182 / 0.1);
}

.stroke-violet-800\/20 {
  stroke: rgb(91 33 182 / 0.2);
}

.stroke-violet-800\/25 {
  stroke: rgb(91 33 182 / 0.25);
}

.stroke-violet-800\/30 {
  stroke: rgb(91 33 182 / 0.3);
}

.stroke-violet-800\/40 {
  stroke: rgb(91 33 182 / 0.4);
}

.stroke-violet-800\/50 {
  stroke: rgb(91 33 182 / 0.5);
}

.stroke-violet-800\/60 {
  stroke: rgb(91 33 182 / 0.6);
}

.stroke-violet-800\/70 {
  stroke: rgb(91 33 182 / 0.7);
}

.stroke-violet-800\/75 {
  stroke: rgb(91 33 182 / 0.75);
}

.stroke-violet-800\/80 {
  stroke: rgb(91 33 182 / 0.8);
}

.stroke-violet-800\/90 {
  stroke: rgb(91 33 182 / 0.9);
}

.stroke-violet-800\/95 {
  stroke: rgb(91 33 182 / 0.95);
}

.stroke-violet-800\/100 {
  stroke: rgb(91 33 182 / 1);
}

.stroke-violet-900\/0 {
  stroke: rgb(76 29 149 / 0);
}

.stroke-violet-900\/5 {
  stroke: rgb(76 29 149 / 0.05);
}

.stroke-violet-900\/10 {
  stroke: rgb(76 29 149 / 0.1);
}

.stroke-violet-900\/20 {
  stroke: rgb(76 29 149 / 0.2);
}

.stroke-violet-900\/25 {
  stroke: rgb(76 29 149 / 0.25);
}

.stroke-violet-900\/30 {
  stroke: rgb(76 29 149 / 0.3);
}

.stroke-violet-900\/40 {
  stroke: rgb(76 29 149 / 0.4);
}

.stroke-violet-900\/50 {
  stroke: rgb(76 29 149 / 0.5);
}

.stroke-violet-900\/60 {
  stroke: rgb(76 29 149 / 0.6);
}

.stroke-violet-900\/70 {
  stroke: rgb(76 29 149 / 0.7);
}

.stroke-violet-900\/75 {
  stroke: rgb(76 29 149 / 0.75);
}

.stroke-violet-900\/80 {
  stroke: rgb(76 29 149 / 0.8);
}

.stroke-violet-900\/90 {
  stroke: rgb(76 29 149 / 0.9);
}

.stroke-violet-900\/95 {
  stroke: rgb(76 29 149 / 0.95);
}

.stroke-violet-900\/100 {
  stroke: rgb(76 29 149 / 1);
}

.stroke-purple-50\/0 {
  stroke: rgb(250 245 255 / 0);
}

.stroke-purple-50\/5 {
  stroke: rgb(250 245 255 / 0.05);
}

.stroke-purple-50\/10 {
  stroke: rgb(250 245 255 / 0.1);
}

.stroke-purple-50\/20 {
  stroke: rgb(250 245 255 / 0.2);
}

.stroke-purple-50\/25 {
  stroke: rgb(250 245 255 / 0.25);
}

.stroke-purple-50\/30 {
  stroke: rgb(250 245 255 / 0.3);
}

.stroke-purple-50\/40 {
  stroke: rgb(250 245 255 / 0.4);
}

.stroke-purple-50\/50 {
  stroke: rgb(250 245 255 / 0.5);
}

.stroke-purple-50\/60 {
  stroke: rgb(250 245 255 / 0.6);
}

.stroke-purple-50\/70 {
  stroke: rgb(250 245 255 / 0.7);
}

.stroke-purple-50\/75 {
  stroke: rgb(250 245 255 / 0.75);
}

.stroke-purple-50\/80 {
  stroke: rgb(250 245 255 / 0.8);
}

.stroke-purple-50\/90 {
  stroke: rgb(250 245 255 / 0.9);
}

.stroke-purple-50\/95 {
  stroke: rgb(250 245 255 / 0.95);
}

.stroke-purple-50\/100 {
  stroke: rgb(250 245 255 / 1);
}

.stroke-purple-100\/0 {
  stroke: rgb(243 232 255 / 0);
}

.stroke-purple-100\/5 {
  stroke: rgb(243 232 255 / 0.05);
}

.stroke-purple-100\/10 {
  stroke: rgb(243 232 255 / 0.1);
}

.stroke-purple-100\/20 {
  stroke: rgb(243 232 255 / 0.2);
}

.stroke-purple-100\/25 {
  stroke: rgb(243 232 255 / 0.25);
}

.stroke-purple-100\/30 {
  stroke: rgb(243 232 255 / 0.3);
}

.stroke-purple-100\/40 {
  stroke: rgb(243 232 255 / 0.4);
}

.stroke-purple-100\/50 {
  stroke: rgb(243 232 255 / 0.5);
}

.stroke-purple-100\/60 {
  stroke: rgb(243 232 255 / 0.6);
}

.stroke-purple-100\/70 {
  stroke: rgb(243 232 255 / 0.7);
}

.stroke-purple-100\/75 {
  stroke: rgb(243 232 255 / 0.75);
}

.stroke-purple-100\/80 {
  stroke: rgb(243 232 255 / 0.8);
}

.stroke-purple-100\/90 {
  stroke: rgb(243 232 255 / 0.9);
}

.stroke-purple-100\/95 {
  stroke: rgb(243 232 255 / 0.95);
}

.stroke-purple-100\/100 {
  stroke: rgb(243 232 255 / 1);
}

.stroke-purple-200\/0 {
  stroke: rgb(233 213 255 / 0);
}

.stroke-purple-200\/5 {
  stroke: rgb(233 213 255 / 0.05);
}

.stroke-purple-200\/10 {
  stroke: rgb(233 213 255 / 0.1);
}

.stroke-purple-200\/20 {
  stroke: rgb(233 213 255 / 0.2);
}

.stroke-purple-200\/25 {
  stroke: rgb(233 213 255 / 0.25);
}

.stroke-purple-200\/30 {
  stroke: rgb(233 213 255 / 0.3);
}

.stroke-purple-200\/40 {
  stroke: rgb(233 213 255 / 0.4);
}

.stroke-purple-200\/50 {
  stroke: rgb(233 213 255 / 0.5);
}

.stroke-purple-200\/60 {
  stroke: rgb(233 213 255 / 0.6);
}

.stroke-purple-200\/70 {
  stroke: rgb(233 213 255 / 0.7);
}

.stroke-purple-200\/75 {
  stroke: rgb(233 213 255 / 0.75);
}

.stroke-purple-200\/80 {
  stroke: rgb(233 213 255 / 0.8);
}

.stroke-purple-200\/90 {
  stroke: rgb(233 213 255 / 0.9);
}

.stroke-purple-200\/95 {
  stroke: rgb(233 213 255 / 0.95);
}

.stroke-purple-200\/100 {
  stroke: rgb(233 213 255 / 1);
}

.stroke-purple-300\/0 {
  stroke: rgb(216 180 254 / 0);
}

.stroke-purple-300\/5 {
  stroke: rgb(216 180 254 / 0.05);
}

.stroke-purple-300\/10 {
  stroke: rgb(216 180 254 / 0.1);
}

.stroke-purple-300\/20 {
  stroke: rgb(216 180 254 / 0.2);
}

.stroke-purple-300\/25 {
  stroke: rgb(216 180 254 / 0.25);
}

.stroke-purple-300\/30 {
  stroke: rgb(216 180 254 / 0.3);
}

.stroke-purple-300\/40 {
  stroke: rgb(216 180 254 / 0.4);
}

.stroke-purple-300\/50 {
  stroke: rgb(216 180 254 / 0.5);
}

.stroke-purple-300\/60 {
  stroke: rgb(216 180 254 / 0.6);
}

.stroke-purple-300\/70 {
  stroke: rgb(216 180 254 / 0.7);
}

.stroke-purple-300\/75 {
  stroke: rgb(216 180 254 / 0.75);
}

.stroke-purple-300\/80 {
  stroke: rgb(216 180 254 / 0.8);
}

.stroke-purple-300\/90 {
  stroke: rgb(216 180 254 / 0.9);
}

.stroke-purple-300\/95 {
  stroke: rgb(216 180 254 / 0.95);
}

.stroke-purple-300\/100 {
  stroke: rgb(216 180 254 / 1);
}

.stroke-purple-400\/0 {
  stroke: rgb(192 132 252 / 0);
}

.stroke-purple-400\/5 {
  stroke: rgb(192 132 252 / 0.05);
}

.stroke-purple-400\/10 {
  stroke: rgb(192 132 252 / 0.1);
}

.stroke-purple-400\/20 {
  stroke: rgb(192 132 252 / 0.2);
}

.stroke-purple-400\/25 {
  stroke: rgb(192 132 252 / 0.25);
}

.stroke-purple-400\/30 {
  stroke: rgb(192 132 252 / 0.3);
}

.stroke-purple-400\/40 {
  stroke: rgb(192 132 252 / 0.4);
}

.stroke-purple-400\/50 {
  stroke: rgb(192 132 252 / 0.5);
}

.stroke-purple-400\/60 {
  stroke: rgb(192 132 252 / 0.6);
}

.stroke-purple-400\/70 {
  stroke: rgb(192 132 252 / 0.7);
}

.stroke-purple-400\/75 {
  stroke: rgb(192 132 252 / 0.75);
}

.stroke-purple-400\/80 {
  stroke: rgb(192 132 252 / 0.8);
}

.stroke-purple-400\/90 {
  stroke: rgb(192 132 252 / 0.9);
}

.stroke-purple-400\/95 {
  stroke: rgb(192 132 252 / 0.95);
}

.stroke-purple-400\/100 {
  stroke: rgb(192 132 252 / 1);
}

.stroke-purple-500\/0 {
  stroke: rgb(168 85 247 / 0);
}

.stroke-purple-500\/5 {
  stroke: rgb(168 85 247 / 0.05);
}

.stroke-purple-500\/10 {
  stroke: rgb(168 85 247 / 0.1);
}

.stroke-purple-500\/20 {
  stroke: rgb(168 85 247 / 0.2);
}

.stroke-purple-500\/25 {
  stroke: rgb(168 85 247 / 0.25);
}

.stroke-purple-500\/30 {
  stroke: rgb(168 85 247 / 0.3);
}

.stroke-purple-500\/40 {
  stroke: rgb(168 85 247 / 0.4);
}

.stroke-purple-500\/50 {
  stroke: rgb(168 85 247 / 0.5);
}

.stroke-purple-500\/60 {
  stroke: rgb(168 85 247 / 0.6);
}

.stroke-purple-500\/70 {
  stroke: rgb(168 85 247 / 0.7);
}

.stroke-purple-500\/75 {
  stroke: rgb(168 85 247 / 0.75);
}

.stroke-purple-500\/80 {
  stroke: rgb(168 85 247 / 0.8);
}

.stroke-purple-500\/90 {
  stroke: rgb(168 85 247 / 0.9);
}

.stroke-purple-500\/95 {
  stroke: rgb(168 85 247 / 0.95);
}

.stroke-purple-500\/100 {
  stroke: rgb(168 85 247 / 1);
}

.stroke-purple-600\/0 {
  stroke: rgb(147 51 234 / 0);
}

.stroke-purple-600\/5 {
  stroke: rgb(147 51 234 / 0.05);
}

.stroke-purple-600\/10 {
  stroke: rgb(147 51 234 / 0.1);
}

.stroke-purple-600\/20 {
  stroke: rgb(147 51 234 / 0.2);
}

.stroke-purple-600\/25 {
  stroke: rgb(147 51 234 / 0.25);
}

.stroke-purple-600\/30 {
  stroke: rgb(147 51 234 / 0.3);
}

.stroke-purple-600\/40 {
  stroke: rgb(147 51 234 / 0.4);
}

.stroke-purple-600\/50 {
  stroke: rgb(147 51 234 / 0.5);
}

.stroke-purple-600\/60 {
  stroke: rgb(147 51 234 / 0.6);
}

.stroke-purple-600\/70 {
  stroke: rgb(147 51 234 / 0.7);
}

.stroke-purple-600\/75 {
  stroke: rgb(147 51 234 / 0.75);
}

.stroke-purple-600\/80 {
  stroke: rgb(147 51 234 / 0.8);
}

.stroke-purple-600\/90 {
  stroke: rgb(147 51 234 / 0.9);
}

.stroke-purple-600\/95 {
  stroke: rgb(147 51 234 / 0.95);
}

.stroke-purple-600\/100 {
  stroke: rgb(147 51 234 / 1);
}

.stroke-purple-700\/0 {
  stroke: rgb(126 34 206 / 0);
}

.stroke-purple-700\/5 {
  stroke: rgb(126 34 206 / 0.05);
}

.stroke-purple-700\/10 {
  stroke: rgb(126 34 206 / 0.1);
}

.stroke-purple-700\/20 {
  stroke: rgb(126 34 206 / 0.2);
}

.stroke-purple-700\/25 {
  stroke: rgb(126 34 206 / 0.25);
}

.stroke-purple-700\/30 {
  stroke: rgb(126 34 206 / 0.3);
}

.stroke-purple-700\/40 {
  stroke: rgb(126 34 206 / 0.4);
}

.stroke-purple-700\/50 {
  stroke: rgb(126 34 206 / 0.5);
}

.stroke-purple-700\/60 {
  stroke: rgb(126 34 206 / 0.6);
}

.stroke-purple-700\/70 {
  stroke: rgb(126 34 206 / 0.7);
}

.stroke-purple-700\/75 {
  stroke: rgb(126 34 206 / 0.75);
}

.stroke-purple-700\/80 {
  stroke: rgb(126 34 206 / 0.8);
}

.stroke-purple-700\/90 {
  stroke: rgb(126 34 206 / 0.9);
}

.stroke-purple-700\/95 {
  stroke: rgb(126 34 206 / 0.95);
}

.stroke-purple-700\/100 {
  stroke: rgb(126 34 206 / 1);
}

.stroke-purple-800\/0 {
  stroke: rgb(107 33 168 / 0);
}

.stroke-purple-800\/5 {
  stroke: rgb(107 33 168 / 0.05);
}

.stroke-purple-800\/10 {
  stroke: rgb(107 33 168 / 0.1);
}

.stroke-purple-800\/20 {
  stroke: rgb(107 33 168 / 0.2);
}

.stroke-purple-800\/25 {
  stroke: rgb(107 33 168 / 0.25);
}

.stroke-purple-800\/30 {
  stroke: rgb(107 33 168 / 0.3);
}

.stroke-purple-800\/40 {
  stroke: rgb(107 33 168 / 0.4);
}

.stroke-purple-800\/50 {
  stroke: rgb(107 33 168 / 0.5);
}

.stroke-purple-800\/60 {
  stroke: rgb(107 33 168 / 0.6);
}

.stroke-purple-800\/70 {
  stroke: rgb(107 33 168 / 0.7);
}

.stroke-purple-800\/75 {
  stroke: rgb(107 33 168 / 0.75);
}

.stroke-purple-800\/80 {
  stroke: rgb(107 33 168 / 0.8);
}

.stroke-purple-800\/90 {
  stroke: rgb(107 33 168 / 0.9);
}

.stroke-purple-800\/95 {
  stroke: rgb(107 33 168 / 0.95);
}

.stroke-purple-800\/100 {
  stroke: rgb(107 33 168 / 1);
}

.stroke-purple-900\/0 {
  stroke: rgb(88 28 135 / 0);
}

.stroke-purple-900\/5 {
  stroke: rgb(88 28 135 / 0.05);
}

.stroke-purple-900\/10 {
  stroke: rgb(88 28 135 / 0.1);
}

.stroke-purple-900\/20 {
  stroke: rgb(88 28 135 / 0.2);
}

.stroke-purple-900\/25 {
  stroke: rgb(88 28 135 / 0.25);
}

.stroke-purple-900\/30 {
  stroke: rgb(88 28 135 / 0.3);
}

.stroke-purple-900\/40 {
  stroke: rgb(88 28 135 / 0.4);
}

.stroke-purple-900\/50 {
  stroke: rgb(88 28 135 / 0.5);
}

.stroke-purple-900\/60 {
  stroke: rgb(88 28 135 / 0.6);
}

.stroke-purple-900\/70 {
  stroke: rgb(88 28 135 / 0.7);
}

.stroke-purple-900\/75 {
  stroke: rgb(88 28 135 / 0.75);
}

.stroke-purple-900\/80 {
  stroke: rgb(88 28 135 / 0.8);
}

.stroke-purple-900\/90 {
  stroke: rgb(88 28 135 / 0.9);
}

.stroke-purple-900\/95 {
  stroke: rgb(88 28 135 / 0.95);
}

.stroke-purple-900\/100 {
  stroke: rgb(88 28 135 / 1);
}

.stroke-fuchsia-50\/0 {
  stroke: rgb(253 244 255 / 0);
}

.stroke-fuchsia-50\/5 {
  stroke: rgb(253 244 255 / 0.05);
}

.stroke-fuchsia-50\/10 {
  stroke: rgb(253 244 255 / 0.1);
}

.stroke-fuchsia-50\/20 {
  stroke: rgb(253 244 255 / 0.2);
}

.stroke-fuchsia-50\/25 {
  stroke: rgb(253 244 255 / 0.25);
}

.stroke-fuchsia-50\/30 {
  stroke: rgb(253 244 255 / 0.3);
}

.stroke-fuchsia-50\/40 {
  stroke: rgb(253 244 255 / 0.4);
}

.stroke-fuchsia-50\/50 {
  stroke: rgb(253 244 255 / 0.5);
}

.stroke-fuchsia-50\/60 {
  stroke: rgb(253 244 255 / 0.6);
}

.stroke-fuchsia-50\/70 {
  stroke: rgb(253 244 255 / 0.7);
}

.stroke-fuchsia-50\/75 {
  stroke: rgb(253 244 255 / 0.75);
}

.stroke-fuchsia-50\/80 {
  stroke: rgb(253 244 255 / 0.8);
}

.stroke-fuchsia-50\/90 {
  stroke: rgb(253 244 255 / 0.9);
}

.stroke-fuchsia-50\/95 {
  stroke: rgb(253 244 255 / 0.95);
}

.stroke-fuchsia-50\/100 {
  stroke: rgb(253 244 255 / 1);
}

.stroke-fuchsia-100\/0 {
  stroke: rgb(250 232 255 / 0);
}

.stroke-fuchsia-100\/5 {
  stroke: rgb(250 232 255 / 0.05);
}

.stroke-fuchsia-100\/10 {
  stroke: rgb(250 232 255 / 0.1);
}

.stroke-fuchsia-100\/20 {
  stroke: rgb(250 232 255 / 0.2);
}

.stroke-fuchsia-100\/25 {
  stroke: rgb(250 232 255 / 0.25);
}

.stroke-fuchsia-100\/30 {
  stroke: rgb(250 232 255 / 0.3);
}

.stroke-fuchsia-100\/40 {
  stroke: rgb(250 232 255 / 0.4);
}

.stroke-fuchsia-100\/50 {
  stroke: rgb(250 232 255 / 0.5);
}

.stroke-fuchsia-100\/60 {
  stroke: rgb(250 232 255 / 0.6);
}

.stroke-fuchsia-100\/70 {
  stroke: rgb(250 232 255 / 0.7);
}

.stroke-fuchsia-100\/75 {
  stroke: rgb(250 232 255 / 0.75);
}

.stroke-fuchsia-100\/80 {
  stroke: rgb(250 232 255 / 0.8);
}

.stroke-fuchsia-100\/90 {
  stroke: rgb(250 232 255 / 0.9);
}

.stroke-fuchsia-100\/95 {
  stroke: rgb(250 232 255 / 0.95);
}

.stroke-fuchsia-100\/100 {
  stroke: rgb(250 232 255 / 1);
}

.stroke-fuchsia-200\/0 {
  stroke: rgb(245 208 254 / 0);
}

.stroke-fuchsia-200\/5 {
  stroke: rgb(245 208 254 / 0.05);
}

.stroke-fuchsia-200\/10 {
  stroke: rgb(245 208 254 / 0.1);
}

.stroke-fuchsia-200\/20 {
  stroke: rgb(245 208 254 / 0.2);
}

.stroke-fuchsia-200\/25 {
  stroke: rgb(245 208 254 / 0.25);
}

.stroke-fuchsia-200\/30 {
  stroke: rgb(245 208 254 / 0.3);
}

.stroke-fuchsia-200\/40 {
  stroke: rgb(245 208 254 / 0.4);
}

.stroke-fuchsia-200\/50 {
  stroke: rgb(245 208 254 / 0.5);
}

.stroke-fuchsia-200\/60 {
  stroke: rgb(245 208 254 / 0.6);
}

.stroke-fuchsia-200\/70 {
  stroke: rgb(245 208 254 / 0.7);
}

.stroke-fuchsia-200\/75 {
  stroke: rgb(245 208 254 / 0.75);
}

.stroke-fuchsia-200\/80 {
  stroke: rgb(245 208 254 / 0.8);
}

.stroke-fuchsia-200\/90 {
  stroke: rgb(245 208 254 / 0.9);
}

.stroke-fuchsia-200\/95 {
  stroke: rgb(245 208 254 / 0.95);
}

.stroke-fuchsia-200\/100 {
  stroke: rgb(245 208 254 / 1);
}

.stroke-fuchsia-300\/0 {
  stroke: rgb(240 171 252 / 0);
}

.stroke-fuchsia-300\/5 {
  stroke: rgb(240 171 252 / 0.05);
}

.stroke-fuchsia-300\/10 {
  stroke: rgb(240 171 252 / 0.1);
}

.stroke-fuchsia-300\/20 {
  stroke: rgb(240 171 252 / 0.2);
}

.stroke-fuchsia-300\/25 {
  stroke: rgb(240 171 252 / 0.25);
}

.stroke-fuchsia-300\/30 {
  stroke: rgb(240 171 252 / 0.3);
}

.stroke-fuchsia-300\/40 {
  stroke: rgb(240 171 252 / 0.4);
}

.stroke-fuchsia-300\/50 {
  stroke: rgb(240 171 252 / 0.5);
}

.stroke-fuchsia-300\/60 {
  stroke: rgb(240 171 252 / 0.6);
}

.stroke-fuchsia-300\/70 {
  stroke: rgb(240 171 252 / 0.7);
}

.stroke-fuchsia-300\/75 {
  stroke: rgb(240 171 252 / 0.75);
}

.stroke-fuchsia-300\/80 {
  stroke: rgb(240 171 252 / 0.8);
}

.stroke-fuchsia-300\/90 {
  stroke: rgb(240 171 252 / 0.9);
}

.stroke-fuchsia-300\/95 {
  stroke: rgb(240 171 252 / 0.95);
}

.stroke-fuchsia-300\/100 {
  stroke: rgb(240 171 252 / 1);
}

.stroke-fuchsia-400\/0 {
  stroke: rgb(232 121 249 / 0);
}

.stroke-fuchsia-400\/5 {
  stroke: rgb(232 121 249 / 0.05);
}

.stroke-fuchsia-400\/10 {
  stroke: rgb(232 121 249 / 0.1);
}

.stroke-fuchsia-400\/20 {
  stroke: rgb(232 121 249 / 0.2);
}

.stroke-fuchsia-400\/25 {
  stroke: rgb(232 121 249 / 0.25);
}

.stroke-fuchsia-400\/30 {
  stroke: rgb(232 121 249 / 0.3);
}

.stroke-fuchsia-400\/40 {
  stroke: rgb(232 121 249 / 0.4);
}

.stroke-fuchsia-400\/50 {
  stroke: rgb(232 121 249 / 0.5);
}

.stroke-fuchsia-400\/60 {
  stroke: rgb(232 121 249 / 0.6);
}

.stroke-fuchsia-400\/70 {
  stroke: rgb(232 121 249 / 0.7);
}

.stroke-fuchsia-400\/75 {
  stroke: rgb(232 121 249 / 0.75);
}

.stroke-fuchsia-400\/80 {
  stroke: rgb(232 121 249 / 0.8);
}

.stroke-fuchsia-400\/90 {
  stroke: rgb(232 121 249 / 0.9);
}

.stroke-fuchsia-400\/95 {
  stroke: rgb(232 121 249 / 0.95);
}

.stroke-fuchsia-400\/100 {
  stroke: rgb(232 121 249 / 1);
}

.stroke-fuchsia-500\/0 {
  stroke: rgb(217 70 239 / 0);
}

.stroke-fuchsia-500\/5 {
  stroke: rgb(217 70 239 / 0.05);
}

.stroke-fuchsia-500\/10 {
  stroke: rgb(217 70 239 / 0.1);
}

.stroke-fuchsia-500\/20 {
  stroke: rgb(217 70 239 / 0.2);
}

.stroke-fuchsia-500\/25 {
  stroke: rgb(217 70 239 / 0.25);
}

.stroke-fuchsia-500\/30 {
  stroke: rgb(217 70 239 / 0.3);
}

.stroke-fuchsia-500\/40 {
  stroke: rgb(217 70 239 / 0.4);
}

.stroke-fuchsia-500\/50 {
  stroke: rgb(217 70 239 / 0.5);
}

.stroke-fuchsia-500\/60 {
  stroke: rgb(217 70 239 / 0.6);
}

.stroke-fuchsia-500\/70 {
  stroke: rgb(217 70 239 / 0.7);
}

.stroke-fuchsia-500\/75 {
  stroke: rgb(217 70 239 / 0.75);
}

.stroke-fuchsia-500\/80 {
  stroke: rgb(217 70 239 / 0.8);
}

.stroke-fuchsia-500\/90 {
  stroke: rgb(217 70 239 / 0.9);
}

.stroke-fuchsia-500\/95 {
  stroke: rgb(217 70 239 / 0.95);
}

.stroke-fuchsia-500\/100 {
  stroke: rgb(217 70 239 / 1);
}

.stroke-fuchsia-600\/0 {
  stroke: rgb(192 38 211 / 0);
}

.stroke-fuchsia-600\/5 {
  stroke: rgb(192 38 211 / 0.05);
}

.stroke-fuchsia-600\/10 {
  stroke: rgb(192 38 211 / 0.1);
}

.stroke-fuchsia-600\/20 {
  stroke: rgb(192 38 211 / 0.2);
}

.stroke-fuchsia-600\/25 {
  stroke: rgb(192 38 211 / 0.25);
}

.stroke-fuchsia-600\/30 {
  stroke: rgb(192 38 211 / 0.3);
}

.stroke-fuchsia-600\/40 {
  stroke: rgb(192 38 211 / 0.4);
}

.stroke-fuchsia-600\/50 {
  stroke: rgb(192 38 211 / 0.5);
}

.stroke-fuchsia-600\/60 {
  stroke: rgb(192 38 211 / 0.6);
}

.stroke-fuchsia-600\/70 {
  stroke: rgb(192 38 211 / 0.7);
}

.stroke-fuchsia-600\/75 {
  stroke: rgb(192 38 211 / 0.75);
}

.stroke-fuchsia-600\/80 {
  stroke: rgb(192 38 211 / 0.8);
}

.stroke-fuchsia-600\/90 {
  stroke: rgb(192 38 211 / 0.9);
}

.stroke-fuchsia-600\/95 {
  stroke: rgb(192 38 211 / 0.95);
}

.stroke-fuchsia-600\/100 {
  stroke: rgb(192 38 211 / 1);
}

.stroke-fuchsia-700\/0 {
  stroke: rgb(162 28 175 / 0);
}

.stroke-fuchsia-700\/5 {
  stroke: rgb(162 28 175 / 0.05);
}

.stroke-fuchsia-700\/10 {
  stroke: rgb(162 28 175 / 0.1);
}

.stroke-fuchsia-700\/20 {
  stroke: rgb(162 28 175 / 0.2);
}

.stroke-fuchsia-700\/25 {
  stroke: rgb(162 28 175 / 0.25);
}

.stroke-fuchsia-700\/30 {
  stroke: rgb(162 28 175 / 0.3);
}

.stroke-fuchsia-700\/40 {
  stroke: rgb(162 28 175 / 0.4);
}

.stroke-fuchsia-700\/50 {
  stroke: rgb(162 28 175 / 0.5);
}

.stroke-fuchsia-700\/60 {
  stroke: rgb(162 28 175 / 0.6);
}

.stroke-fuchsia-700\/70 {
  stroke: rgb(162 28 175 / 0.7);
}

.stroke-fuchsia-700\/75 {
  stroke: rgb(162 28 175 / 0.75);
}

.stroke-fuchsia-700\/80 {
  stroke: rgb(162 28 175 / 0.8);
}

.stroke-fuchsia-700\/90 {
  stroke: rgb(162 28 175 / 0.9);
}

.stroke-fuchsia-700\/95 {
  stroke: rgb(162 28 175 / 0.95);
}

.stroke-fuchsia-700\/100 {
  stroke: rgb(162 28 175 / 1);
}

.stroke-fuchsia-800\/0 {
  stroke: rgb(134 25 143 / 0);
}

.stroke-fuchsia-800\/5 {
  stroke: rgb(134 25 143 / 0.05);
}

.stroke-fuchsia-800\/10 {
  stroke: rgb(134 25 143 / 0.1);
}

.stroke-fuchsia-800\/20 {
  stroke: rgb(134 25 143 / 0.2);
}

.stroke-fuchsia-800\/25 {
  stroke: rgb(134 25 143 / 0.25);
}

.stroke-fuchsia-800\/30 {
  stroke: rgb(134 25 143 / 0.3);
}

.stroke-fuchsia-800\/40 {
  stroke: rgb(134 25 143 / 0.4);
}

.stroke-fuchsia-800\/50 {
  stroke: rgb(134 25 143 / 0.5);
}

.stroke-fuchsia-800\/60 {
  stroke: rgb(134 25 143 / 0.6);
}

.stroke-fuchsia-800\/70 {
  stroke: rgb(134 25 143 / 0.7);
}

.stroke-fuchsia-800\/75 {
  stroke: rgb(134 25 143 / 0.75);
}

.stroke-fuchsia-800\/80 {
  stroke: rgb(134 25 143 / 0.8);
}

.stroke-fuchsia-800\/90 {
  stroke: rgb(134 25 143 / 0.9);
}

.stroke-fuchsia-800\/95 {
  stroke: rgb(134 25 143 / 0.95);
}

.stroke-fuchsia-800\/100 {
  stroke: rgb(134 25 143 / 1);
}

.stroke-fuchsia-900\/0 {
  stroke: rgb(112 26 117 / 0);
}

.stroke-fuchsia-900\/5 {
  stroke: rgb(112 26 117 / 0.05);
}

.stroke-fuchsia-900\/10 {
  stroke: rgb(112 26 117 / 0.1);
}

.stroke-fuchsia-900\/20 {
  stroke: rgb(112 26 117 / 0.2);
}

.stroke-fuchsia-900\/25 {
  stroke: rgb(112 26 117 / 0.25);
}

.stroke-fuchsia-900\/30 {
  stroke: rgb(112 26 117 / 0.3);
}

.stroke-fuchsia-900\/40 {
  stroke: rgb(112 26 117 / 0.4);
}

.stroke-fuchsia-900\/50 {
  stroke: rgb(112 26 117 / 0.5);
}

.stroke-fuchsia-900\/60 {
  stroke: rgb(112 26 117 / 0.6);
}

.stroke-fuchsia-900\/70 {
  stroke: rgb(112 26 117 / 0.7);
}

.stroke-fuchsia-900\/75 {
  stroke: rgb(112 26 117 / 0.75);
}

.stroke-fuchsia-900\/80 {
  stroke: rgb(112 26 117 / 0.8);
}

.stroke-fuchsia-900\/90 {
  stroke: rgb(112 26 117 / 0.9);
}

.stroke-fuchsia-900\/95 {
  stroke: rgb(112 26 117 / 0.95);
}

.stroke-fuchsia-900\/100 {
  stroke: rgb(112 26 117 / 1);
}

.stroke-pink-50\/0 {
  stroke: rgb(253 242 248 / 0);
}

.stroke-pink-50\/5 {
  stroke: rgb(253 242 248 / 0.05);
}

.stroke-pink-50\/10 {
  stroke: rgb(253 242 248 / 0.1);
}

.stroke-pink-50\/20 {
  stroke: rgb(253 242 248 / 0.2);
}

.stroke-pink-50\/25 {
  stroke: rgb(253 242 248 / 0.25);
}

.stroke-pink-50\/30 {
  stroke: rgb(253 242 248 / 0.3);
}

.stroke-pink-50\/40 {
  stroke: rgb(253 242 248 / 0.4);
}

.stroke-pink-50\/50 {
  stroke: rgb(253 242 248 / 0.5);
}

.stroke-pink-50\/60 {
  stroke: rgb(253 242 248 / 0.6);
}

.stroke-pink-50\/70 {
  stroke: rgb(253 242 248 / 0.7);
}

.stroke-pink-50\/75 {
  stroke: rgb(253 242 248 / 0.75);
}

.stroke-pink-50\/80 {
  stroke: rgb(253 242 248 / 0.8);
}

.stroke-pink-50\/90 {
  stroke: rgb(253 242 248 / 0.9);
}

.stroke-pink-50\/95 {
  stroke: rgb(253 242 248 / 0.95);
}

.stroke-pink-50\/100 {
  stroke: rgb(253 242 248 / 1);
}

.stroke-pink-100\/0 {
  stroke: rgb(252 231 243 / 0);
}

.stroke-pink-100\/5 {
  stroke: rgb(252 231 243 / 0.05);
}

.stroke-pink-100\/10 {
  stroke: rgb(252 231 243 / 0.1);
}

.stroke-pink-100\/20 {
  stroke: rgb(252 231 243 / 0.2);
}

.stroke-pink-100\/25 {
  stroke: rgb(252 231 243 / 0.25);
}

.stroke-pink-100\/30 {
  stroke: rgb(252 231 243 / 0.3);
}

.stroke-pink-100\/40 {
  stroke: rgb(252 231 243 / 0.4);
}

.stroke-pink-100\/50 {
  stroke: rgb(252 231 243 / 0.5);
}

.stroke-pink-100\/60 {
  stroke: rgb(252 231 243 / 0.6);
}

.stroke-pink-100\/70 {
  stroke: rgb(252 231 243 / 0.7);
}

.stroke-pink-100\/75 {
  stroke: rgb(252 231 243 / 0.75);
}

.stroke-pink-100\/80 {
  stroke: rgb(252 231 243 / 0.8);
}

.stroke-pink-100\/90 {
  stroke: rgb(252 231 243 / 0.9);
}

.stroke-pink-100\/95 {
  stroke: rgb(252 231 243 / 0.95);
}

.stroke-pink-100\/100 {
  stroke: rgb(252 231 243 / 1);
}

.stroke-pink-200\/0 {
  stroke: rgb(251 207 232 / 0);
}

.stroke-pink-200\/5 {
  stroke: rgb(251 207 232 / 0.05);
}

.stroke-pink-200\/10 {
  stroke: rgb(251 207 232 / 0.1);
}

.stroke-pink-200\/20 {
  stroke: rgb(251 207 232 / 0.2);
}

.stroke-pink-200\/25 {
  stroke: rgb(251 207 232 / 0.25);
}

.stroke-pink-200\/30 {
  stroke: rgb(251 207 232 / 0.3);
}

.stroke-pink-200\/40 {
  stroke: rgb(251 207 232 / 0.4);
}

.stroke-pink-200\/50 {
  stroke: rgb(251 207 232 / 0.5);
}

.stroke-pink-200\/60 {
  stroke: rgb(251 207 232 / 0.6);
}

.stroke-pink-200\/70 {
  stroke: rgb(251 207 232 / 0.7);
}

.stroke-pink-200\/75 {
  stroke: rgb(251 207 232 / 0.75);
}

.stroke-pink-200\/80 {
  stroke: rgb(251 207 232 / 0.8);
}

.stroke-pink-200\/90 {
  stroke: rgb(251 207 232 / 0.9);
}

.stroke-pink-200\/95 {
  stroke: rgb(251 207 232 / 0.95);
}

.stroke-pink-200\/100 {
  stroke: rgb(251 207 232 / 1);
}

.stroke-pink-300\/0 {
  stroke: rgb(249 168 212 / 0);
}

.stroke-pink-300\/5 {
  stroke: rgb(249 168 212 / 0.05);
}

.stroke-pink-300\/10 {
  stroke: rgb(249 168 212 / 0.1);
}

.stroke-pink-300\/20 {
  stroke: rgb(249 168 212 / 0.2);
}

.stroke-pink-300\/25 {
  stroke: rgb(249 168 212 / 0.25);
}

.stroke-pink-300\/30 {
  stroke: rgb(249 168 212 / 0.3);
}

.stroke-pink-300\/40 {
  stroke: rgb(249 168 212 / 0.4);
}

.stroke-pink-300\/50 {
  stroke: rgb(249 168 212 / 0.5);
}

.stroke-pink-300\/60 {
  stroke: rgb(249 168 212 / 0.6);
}

.stroke-pink-300\/70 {
  stroke: rgb(249 168 212 / 0.7);
}

.stroke-pink-300\/75 {
  stroke: rgb(249 168 212 / 0.75);
}

.stroke-pink-300\/80 {
  stroke: rgb(249 168 212 / 0.8);
}

.stroke-pink-300\/90 {
  stroke: rgb(249 168 212 / 0.9);
}

.stroke-pink-300\/95 {
  stroke: rgb(249 168 212 / 0.95);
}

.stroke-pink-300\/100 {
  stroke: rgb(249 168 212 / 1);
}

.stroke-pink-400\/0 {
  stroke: rgb(244 114 182 / 0);
}

.stroke-pink-400\/5 {
  stroke: rgb(244 114 182 / 0.05);
}

.stroke-pink-400\/10 {
  stroke: rgb(244 114 182 / 0.1);
}

.stroke-pink-400\/20 {
  stroke: rgb(244 114 182 / 0.2);
}

.stroke-pink-400\/25 {
  stroke: rgb(244 114 182 / 0.25);
}

.stroke-pink-400\/30 {
  stroke: rgb(244 114 182 / 0.3);
}

.stroke-pink-400\/40 {
  stroke: rgb(244 114 182 / 0.4);
}

.stroke-pink-400\/50 {
  stroke: rgb(244 114 182 / 0.5);
}

.stroke-pink-400\/60 {
  stroke: rgb(244 114 182 / 0.6);
}

.stroke-pink-400\/70 {
  stroke: rgb(244 114 182 / 0.7);
}

.stroke-pink-400\/75 {
  stroke: rgb(244 114 182 / 0.75);
}

.stroke-pink-400\/80 {
  stroke: rgb(244 114 182 / 0.8);
}

.stroke-pink-400\/90 {
  stroke: rgb(244 114 182 / 0.9);
}

.stroke-pink-400\/95 {
  stroke: rgb(244 114 182 / 0.95);
}

.stroke-pink-400\/100 {
  stroke: rgb(244 114 182 / 1);
}

.stroke-pink-500\/0 {
  stroke: rgb(236 72 153 / 0);
}

.stroke-pink-500\/5 {
  stroke: rgb(236 72 153 / 0.05);
}

.stroke-pink-500\/10 {
  stroke: rgb(236 72 153 / 0.1);
}

.stroke-pink-500\/20 {
  stroke: rgb(236 72 153 / 0.2);
}

.stroke-pink-500\/25 {
  stroke: rgb(236 72 153 / 0.25);
}

.stroke-pink-500\/30 {
  stroke: rgb(236 72 153 / 0.3);
}

.stroke-pink-500\/40 {
  stroke: rgb(236 72 153 / 0.4);
}

.stroke-pink-500\/50 {
  stroke: rgb(236 72 153 / 0.5);
}

.stroke-pink-500\/60 {
  stroke: rgb(236 72 153 / 0.6);
}

.stroke-pink-500\/70 {
  stroke: rgb(236 72 153 / 0.7);
}

.stroke-pink-500\/75 {
  stroke: rgb(236 72 153 / 0.75);
}

.stroke-pink-500\/80 {
  stroke: rgb(236 72 153 / 0.8);
}

.stroke-pink-500\/90 {
  stroke: rgb(236 72 153 / 0.9);
}

.stroke-pink-500\/95 {
  stroke: rgb(236 72 153 / 0.95);
}

.stroke-pink-500\/100 {
  stroke: rgb(236 72 153 / 1);
}

.stroke-pink-600\/0 {
  stroke: rgb(219 39 119 / 0);
}

.stroke-pink-600\/5 {
  stroke: rgb(219 39 119 / 0.05);
}

.stroke-pink-600\/10 {
  stroke: rgb(219 39 119 / 0.1);
}

.stroke-pink-600\/20 {
  stroke: rgb(219 39 119 / 0.2);
}

.stroke-pink-600\/25 {
  stroke: rgb(219 39 119 / 0.25);
}

.stroke-pink-600\/30 {
  stroke: rgb(219 39 119 / 0.3);
}

.stroke-pink-600\/40 {
  stroke: rgb(219 39 119 / 0.4);
}

.stroke-pink-600\/50 {
  stroke: rgb(219 39 119 / 0.5);
}

.stroke-pink-600\/60 {
  stroke: rgb(219 39 119 / 0.6);
}

.stroke-pink-600\/70 {
  stroke: rgb(219 39 119 / 0.7);
}

.stroke-pink-600\/75 {
  stroke: rgb(219 39 119 / 0.75);
}

.stroke-pink-600\/80 {
  stroke: rgb(219 39 119 / 0.8);
}

.stroke-pink-600\/90 {
  stroke: rgb(219 39 119 / 0.9);
}

.stroke-pink-600\/95 {
  stroke: rgb(219 39 119 / 0.95);
}

.stroke-pink-600\/100 {
  stroke: rgb(219 39 119 / 1);
}

.stroke-pink-700\/0 {
  stroke: rgb(190 24 93 / 0);
}

.stroke-pink-700\/5 {
  stroke: rgb(190 24 93 / 0.05);
}

.stroke-pink-700\/10 {
  stroke: rgb(190 24 93 / 0.1);
}

.stroke-pink-700\/20 {
  stroke: rgb(190 24 93 / 0.2);
}

.stroke-pink-700\/25 {
  stroke: rgb(190 24 93 / 0.25);
}

.stroke-pink-700\/30 {
  stroke: rgb(190 24 93 / 0.3);
}

.stroke-pink-700\/40 {
  stroke: rgb(190 24 93 / 0.4);
}

.stroke-pink-700\/50 {
  stroke: rgb(190 24 93 / 0.5);
}

.stroke-pink-700\/60 {
  stroke: rgb(190 24 93 / 0.6);
}

.stroke-pink-700\/70 {
  stroke: rgb(190 24 93 / 0.7);
}

.stroke-pink-700\/75 {
  stroke: rgb(190 24 93 / 0.75);
}

.stroke-pink-700\/80 {
  stroke: rgb(190 24 93 / 0.8);
}

.stroke-pink-700\/90 {
  stroke: rgb(190 24 93 / 0.9);
}

.stroke-pink-700\/95 {
  stroke: rgb(190 24 93 / 0.95);
}

.stroke-pink-700\/100 {
  stroke: rgb(190 24 93 / 1);
}

.stroke-pink-800\/0 {
  stroke: rgb(157 23 77 / 0);
}

.stroke-pink-800\/5 {
  stroke: rgb(157 23 77 / 0.05);
}

.stroke-pink-800\/10 {
  stroke: rgb(157 23 77 / 0.1);
}

.stroke-pink-800\/20 {
  stroke: rgb(157 23 77 / 0.2);
}

.stroke-pink-800\/25 {
  stroke: rgb(157 23 77 / 0.25);
}

.stroke-pink-800\/30 {
  stroke: rgb(157 23 77 / 0.3);
}

.stroke-pink-800\/40 {
  stroke: rgb(157 23 77 / 0.4);
}

.stroke-pink-800\/50 {
  stroke: rgb(157 23 77 / 0.5);
}

.stroke-pink-800\/60 {
  stroke: rgb(157 23 77 / 0.6);
}

.stroke-pink-800\/70 {
  stroke: rgb(157 23 77 / 0.7);
}

.stroke-pink-800\/75 {
  stroke: rgb(157 23 77 / 0.75);
}

.stroke-pink-800\/80 {
  stroke: rgb(157 23 77 / 0.8);
}

.stroke-pink-800\/90 {
  stroke: rgb(157 23 77 / 0.9);
}

.stroke-pink-800\/95 {
  stroke: rgb(157 23 77 / 0.95);
}

.stroke-pink-800\/100 {
  stroke: rgb(157 23 77 / 1);
}

.stroke-pink-900\/0 {
  stroke: rgb(131 24 67 / 0);
}

.stroke-pink-900\/5 {
  stroke: rgb(131 24 67 / 0.05);
}

.stroke-pink-900\/10 {
  stroke: rgb(131 24 67 / 0.1);
}

.stroke-pink-900\/20 {
  stroke: rgb(131 24 67 / 0.2);
}

.stroke-pink-900\/25 {
  stroke: rgb(131 24 67 / 0.25);
}

.stroke-pink-900\/30 {
  stroke: rgb(131 24 67 / 0.3);
}

.stroke-pink-900\/40 {
  stroke: rgb(131 24 67 / 0.4);
}

.stroke-pink-900\/50 {
  stroke: rgb(131 24 67 / 0.5);
}

.stroke-pink-900\/60 {
  stroke: rgb(131 24 67 / 0.6);
}

.stroke-pink-900\/70 {
  stroke: rgb(131 24 67 / 0.7);
}

.stroke-pink-900\/75 {
  stroke: rgb(131 24 67 / 0.75);
}

.stroke-pink-900\/80 {
  stroke: rgb(131 24 67 / 0.8);
}

.stroke-pink-900\/90 {
  stroke: rgb(131 24 67 / 0.9);
}

.stroke-pink-900\/95 {
  stroke: rgb(131 24 67 / 0.95);
}

.stroke-pink-900\/100 {
  stroke: rgb(131 24 67 / 1);
}

.stroke-rose-50\/0 {
  stroke: rgb(255 241 242 / 0);
}

.stroke-rose-50\/5 {
  stroke: rgb(255 241 242 / 0.05);
}

.stroke-rose-50\/10 {
  stroke: rgb(255 241 242 / 0.1);
}

.stroke-rose-50\/20 {
  stroke: rgb(255 241 242 / 0.2);
}

.stroke-rose-50\/25 {
  stroke: rgb(255 241 242 / 0.25);
}

.stroke-rose-50\/30 {
  stroke: rgb(255 241 242 / 0.3);
}

.stroke-rose-50\/40 {
  stroke: rgb(255 241 242 / 0.4);
}

.stroke-rose-50\/50 {
  stroke: rgb(255 241 242 / 0.5);
}

.stroke-rose-50\/60 {
  stroke: rgb(255 241 242 / 0.6);
}

.stroke-rose-50\/70 {
  stroke: rgb(255 241 242 / 0.7);
}

.stroke-rose-50\/75 {
  stroke: rgb(255 241 242 / 0.75);
}

.stroke-rose-50\/80 {
  stroke: rgb(255 241 242 / 0.8);
}

.stroke-rose-50\/90 {
  stroke: rgb(255 241 242 / 0.9);
}

.stroke-rose-50\/95 {
  stroke: rgb(255 241 242 / 0.95);
}

.stroke-rose-50\/100 {
  stroke: rgb(255 241 242 / 1);
}

.stroke-rose-100\/0 {
  stroke: rgb(255 228 230 / 0);
}

.stroke-rose-100\/5 {
  stroke: rgb(255 228 230 / 0.05);
}

.stroke-rose-100\/10 {
  stroke: rgb(255 228 230 / 0.1);
}

.stroke-rose-100\/20 {
  stroke: rgb(255 228 230 / 0.2);
}

.stroke-rose-100\/25 {
  stroke: rgb(255 228 230 / 0.25);
}

.stroke-rose-100\/30 {
  stroke: rgb(255 228 230 / 0.3);
}

.stroke-rose-100\/40 {
  stroke: rgb(255 228 230 / 0.4);
}

.stroke-rose-100\/50 {
  stroke: rgb(255 228 230 / 0.5);
}

.stroke-rose-100\/60 {
  stroke: rgb(255 228 230 / 0.6);
}

.stroke-rose-100\/70 {
  stroke: rgb(255 228 230 / 0.7);
}

.stroke-rose-100\/75 {
  stroke: rgb(255 228 230 / 0.75);
}

.stroke-rose-100\/80 {
  stroke: rgb(255 228 230 / 0.8);
}

.stroke-rose-100\/90 {
  stroke: rgb(255 228 230 / 0.9);
}

.stroke-rose-100\/95 {
  stroke: rgb(255 228 230 / 0.95);
}

.stroke-rose-100\/100 {
  stroke: rgb(255 228 230 / 1);
}

.stroke-rose-200\/0 {
  stroke: rgb(254 205 211 / 0);
}

.stroke-rose-200\/5 {
  stroke: rgb(254 205 211 / 0.05);
}

.stroke-rose-200\/10 {
  stroke: rgb(254 205 211 / 0.1);
}

.stroke-rose-200\/20 {
  stroke: rgb(254 205 211 / 0.2);
}

.stroke-rose-200\/25 {
  stroke: rgb(254 205 211 / 0.25);
}

.stroke-rose-200\/30 {
  stroke: rgb(254 205 211 / 0.3);
}

.stroke-rose-200\/40 {
  stroke: rgb(254 205 211 / 0.4);
}

.stroke-rose-200\/50 {
  stroke: rgb(254 205 211 / 0.5);
}

.stroke-rose-200\/60 {
  stroke: rgb(254 205 211 / 0.6);
}

.stroke-rose-200\/70 {
  stroke: rgb(254 205 211 / 0.7);
}

.stroke-rose-200\/75 {
  stroke: rgb(254 205 211 / 0.75);
}

.stroke-rose-200\/80 {
  stroke: rgb(254 205 211 / 0.8);
}

.stroke-rose-200\/90 {
  stroke: rgb(254 205 211 / 0.9);
}

.stroke-rose-200\/95 {
  stroke: rgb(254 205 211 / 0.95);
}

.stroke-rose-200\/100 {
  stroke: rgb(254 205 211 / 1);
}

.stroke-rose-300\/0 {
  stroke: rgb(253 164 175 / 0);
}

.stroke-rose-300\/5 {
  stroke: rgb(253 164 175 / 0.05);
}

.stroke-rose-300\/10 {
  stroke: rgb(253 164 175 / 0.1);
}

.stroke-rose-300\/20 {
  stroke: rgb(253 164 175 / 0.2);
}

.stroke-rose-300\/25 {
  stroke: rgb(253 164 175 / 0.25);
}

.stroke-rose-300\/30 {
  stroke: rgb(253 164 175 / 0.3);
}

.stroke-rose-300\/40 {
  stroke: rgb(253 164 175 / 0.4);
}

.stroke-rose-300\/50 {
  stroke: rgb(253 164 175 / 0.5);
}

.stroke-rose-300\/60 {
  stroke: rgb(253 164 175 / 0.6);
}

.stroke-rose-300\/70 {
  stroke: rgb(253 164 175 / 0.7);
}

.stroke-rose-300\/75 {
  stroke: rgb(253 164 175 / 0.75);
}

.stroke-rose-300\/80 {
  stroke: rgb(253 164 175 / 0.8);
}

.stroke-rose-300\/90 {
  stroke: rgb(253 164 175 / 0.9);
}

.stroke-rose-300\/95 {
  stroke: rgb(253 164 175 / 0.95);
}

.stroke-rose-300\/100 {
  stroke: rgb(253 164 175 / 1);
}

.stroke-rose-400\/0 {
  stroke: rgb(251 113 133 / 0);
}

.stroke-rose-400\/5 {
  stroke: rgb(251 113 133 / 0.05);
}

.stroke-rose-400\/10 {
  stroke: rgb(251 113 133 / 0.1);
}

.stroke-rose-400\/20 {
  stroke: rgb(251 113 133 / 0.2);
}

.stroke-rose-400\/25 {
  stroke: rgb(251 113 133 / 0.25);
}

.stroke-rose-400\/30 {
  stroke: rgb(251 113 133 / 0.3);
}

.stroke-rose-400\/40 {
  stroke: rgb(251 113 133 / 0.4);
}

.stroke-rose-400\/50 {
  stroke: rgb(251 113 133 / 0.5);
}

.stroke-rose-400\/60 {
  stroke: rgb(251 113 133 / 0.6);
}

.stroke-rose-400\/70 {
  stroke: rgb(251 113 133 / 0.7);
}

.stroke-rose-400\/75 {
  stroke: rgb(251 113 133 / 0.75);
}

.stroke-rose-400\/80 {
  stroke: rgb(251 113 133 / 0.8);
}

.stroke-rose-400\/90 {
  stroke: rgb(251 113 133 / 0.9);
}

.stroke-rose-400\/95 {
  stroke: rgb(251 113 133 / 0.95);
}

.stroke-rose-400\/100 {
  stroke: rgb(251 113 133 / 1);
}

.stroke-rose-500\/0 {
  stroke: rgb(244 63 94 / 0);
}

.stroke-rose-500\/5 {
  stroke: rgb(244 63 94 / 0.05);
}

.stroke-rose-500\/10 {
  stroke: rgb(244 63 94 / 0.1);
}

.stroke-rose-500\/20 {
  stroke: rgb(244 63 94 / 0.2);
}

.stroke-rose-500\/25 {
  stroke: rgb(244 63 94 / 0.25);
}

.stroke-rose-500\/30 {
  stroke: rgb(244 63 94 / 0.3);
}

.stroke-rose-500\/40 {
  stroke: rgb(244 63 94 / 0.4);
}

.stroke-rose-500\/50 {
  stroke: rgb(244 63 94 / 0.5);
}

.stroke-rose-500\/60 {
  stroke: rgb(244 63 94 / 0.6);
}

.stroke-rose-500\/70 {
  stroke: rgb(244 63 94 / 0.7);
}

.stroke-rose-500\/75 {
  stroke: rgb(244 63 94 / 0.75);
}

.stroke-rose-500\/80 {
  stroke: rgb(244 63 94 / 0.8);
}

.stroke-rose-500\/90 {
  stroke: rgb(244 63 94 / 0.9);
}

.stroke-rose-500\/95 {
  stroke: rgb(244 63 94 / 0.95);
}

.stroke-rose-500\/100 {
  stroke: rgb(244 63 94 / 1);
}

.stroke-rose-600\/0 {
  stroke: rgb(225 29 72 / 0);
}

.stroke-rose-600\/5 {
  stroke: rgb(225 29 72 / 0.05);
}

.stroke-rose-600\/10 {
  stroke: rgb(225 29 72 / 0.1);
}

.stroke-rose-600\/20 {
  stroke: rgb(225 29 72 / 0.2);
}

.stroke-rose-600\/25 {
  stroke: rgb(225 29 72 / 0.25);
}

.stroke-rose-600\/30 {
  stroke: rgb(225 29 72 / 0.3);
}

.stroke-rose-600\/40 {
  stroke: rgb(225 29 72 / 0.4);
}

.stroke-rose-600\/50 {
  stroke: rgb(225 29 72 / 0.5);
}

.stroke-rose-600\/60 {
  stroke: rgb(225 29 72 / 0.6);
}

.stroke-rose-600\/70 {
  stroke: rgb(225 29 72 / 0.7);
}

.stroke-rose-600\/75 {
  stroke: rgb(225 29 72 / 0.75);
}

.stroke-rose-600\/80 {
  stroke: rgb(225 29 72 / 0.8);
}

.stroke-rose-600\/90 {
  stroke: rgb(225 29 72 / 0.9);
}

.stroke-rose-600\/95 {
  stroke: rgb(225 29 72 / 0.95);
}

.stroke-rose-600\/100 {
  stroke: rgb(225 29 72 / 1);
}

.stroke-rose-700\/0 {
  stroke: rgb(190 18 60 / 0);
}

.stroke-rose-700\/5 {
  stroke: rgb(190 18 60 / 0.05);
}

.stroke-rose-700\/10 {
  stroke: rgb(190 18 60 / 0.1);
}

.stroke-rose-700\/20 {
  stroke: rgb(190 18 60 / 0.2);
}

.stroke-rose-700\/25 {
  stroke: rgb(190 18 60 / 0.25);
}

.stroke-rose-700\/30 {
  stroke: rgb(190 18 60 / 0.3);
}

.stroke-rose-700\/40 {
  stroke: rgb(190 18 60 / 0.4);
}

.stroke-rose-700\/50 {
  stroke: rgb(190 18 60 / 0.5);
}

.stroke-rose-700\/60 {
  stroke: rgb(190 18 60 / 0.6);
}

.stroke-rose-700\/70 {
  stroke: rgb(190 18 60 / 0.7);
}

.stroke-rose-700\/75 {
  stroke: rgb(190 18 60 / 0.75);
}

.stroke-rose-700\/80 {
  stroke: rgb(190 18 60 / 0.8);
}

.stroke-rose-700\/90 {
  stroke: rgb(190 18 60 / 0.9);
}

.stroke-rose-700\/95 {
  stroke: rgb(190 18 60 / 0.95);
}

.stroke-rose-700\/100 {
  stroke: rgb(190 18 60 / 1);
}

.stroke-rose-800\/0 {
  stroke: rgb(159 18 57 / 0);
}

.stroke-rose-800\/5 {
  stroke: rgb(159 18 57 / 0.05);
}

.stroke-rose-800\/10 {
  stroke: rgb(159 18 57 / 0.1);
}

.stroke-rose-800\/20 {
  stroke: rgb(159 18 57 / 0.2);
}

.stroke-rose-800\/25 {
  stroke: rgb(159 18 57 / 0.25);
}

.stroke-rose-800\/30 {
  stroke: rgb(159 18 57 / 0.3);
}

.stroke-rose-800\/40 {
  stroke: rgb(159 18 57 / 0.4);
}

.stroke-rose-800\/50 {
  stroke: rgb(159 18 57 / 0.5);
}

.stroke-rose-800\/60 {
  stroke: rgb(159 18 57 / 0.6);
}

.stroke-rose-800\/70 {
  stroke: rgb(159 18 57 / 0.7);
}

.stroke-rose-800\/75 {
  stroke: rgb(159 18 57 / 0.75);
}

.stroke-rose-800\/80 {
  stroke: rgb(159 18 57 / 0.8);
}

.stroke-rose-800\/90 {
  stroke: rgb(159 18 57 / 0.9);
}

.stroke-rose-800\/95 {
  stroke: rgb(159 18 57 / 0.95);
}

.stroke-rose-800\/100 {
  stroke: rgb(159 18 57 / 1);
}

.stroke-rose-900\/0 {
  stroke: rgb(136 19 55 / 0);
}

.stroke-rose-900\/5 {
  stroke: rgb(136 19 55 / 0.05);
}

.stroke-rose-900\/10 {
  stroke: rgb(136 19 55 / 0.1);
}

.stroke-rose-900\/20 {
  stroke: rgb(136 19 55 / 0.2);
}

.stroke-rose-900\/25 {
  stroke: rgb(136 19 55 / 0.25);
}

.stroke-rose-900\/30 {
  stroke: rgb(136 19 55 / 0.3);
}

.stroke-rose-900\/40 {
  stroke: rgb(136 19 55 / 0.4);
}

.stroke-rose-900\/50 {
  stroke: rgb(136 19 55 / 0.5);
}

.stroke-rose-900\/60 {
  stroke: rgb(136 19 55 / 0.6);
}

.stroke-rose-900\/70 {
  stroke: rgb(136 19 55 / 0.7);
}

.stroke-rose-900\/75 {
  stroke: rgb(136 19 55 / 0.75);
}

.stroke-rose-900\/80 {
  stroke: rgb(136 19 55 / 0.8);
}

.stroke-rose-900\/90 {
  stroke: rgb(136 19 55 / 0.9);
}

.stroke-rose-900\/95 {
  stroke: rgb(136 19 55 / 0.95);
}

.stroke-rose-900\/100 {
  stroke: rgb(136 19 55 / 1);
}

.stroke-button-primary\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-button-primary\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-button-primary\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-button-primary\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-button-primary\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-button-primary\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-button-primary\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-button-primary\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-button-primary\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-button-primary\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-button-primary\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-button-primary\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-button-primary\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-button-primary\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-button-primary\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-button-secondary\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-button-secondary\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-button-secondary\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-button-secondary\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-button-secondary\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-button-secondary\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-button-secondary\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-button-secondary\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-button-secondary\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-button-secondary\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-button-secondary\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-button-secondary\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-button-secondary\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-button-secondary\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-button-secondary\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-button-success\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-button-success\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-button-success\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-button-success\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-button-success\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-button-success\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-button-success\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-button-success\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-button-success\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-button-success\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-button-success\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-button-success\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-button-success\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-button-success\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-button-success\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-button-error\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-button-error\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-button-error\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-button-error\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-button-error\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-button-error\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-button-error\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-button-error\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-button-error\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-button-error\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-button-error\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-button-error\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-button-error\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-button-error\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-button-error\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-button-hover-primary\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-button-hover-primary\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-button-hover-primary\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-button-hover-primary\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-button-hover-primary\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-button-hover-primary\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-button-hover-primary\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-button-hover-primary\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-button-hover-primary\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-button-hover-primary\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-button-hover-primary\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-button-hover-primary\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-button-hover-primary\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-button-hover-primary\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-button-hover-primary\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-button-hover-secondary\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-button-hover-secondary\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-button-hover-secondary\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-button-hover-secondary\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-button-hover-secondary\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-button-hover-secondary\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-button-hover-secondary\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-button-hover-secondary\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-button-hover-secondary\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-button-hover-secondary\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-button-hover-secondary\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-button-hover-secondary\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-button-hover-secondary\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-button-hover-secondary\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-button-hover-secondary\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-primary-100\/0 {
  stroke: rgb(250 200 176 / 0);
}

.stroke-primary-100\/5 {
  stroke: rgb(250 200 176 / 0.05);
}

.stroke-primary-100\/10 {
  stroke: rgb(250 200 176 / 0.1);
}

.stroke-primary-100\/20 {
  stroke: rgb(250 200 176 / 0.2);
}

.stroke-primary-100\/25 {
  stroke: rgb(250 200 176 / 0.25);
}

.stroke-primary-100\/30 {
  stroke: rgb(250 200 176 / 0.3);
}

.stroke-primary-100\/40 {
  stroke: rgb(250 200 176 / 0.4);
}

.stroke-primary-100\/50 {
  stroke: rgb(250 200 176 / 0.5);
}

.stroke-primary-100\/60 {
  stroke: rgb(250 200 176 / 0.6);
}

.stroke-primary-100\/70 {
  stroke: rgb(250 200 176 / 0.7);
}

.stroke-primary-100\/75 {
  stroke: rgb(250 200 176 / 0.75);
}

.stroke-primary-100\/80 {
  stroke: rgb(250 200 176 / 0.8);
}

.stroke-primary-100\/90 {
  stroke: rgb(250 200 176 / 0.9);
}

.stroke-primary-100\/95 {
  stroke: rgb(250 200 176 / 0.95);
}

.stroke-primary-100\/100 {
  stroke: rgb(250 200 176 / 1);
}

.stroke-primary-200\/0 {
  stroke: rgb(242 130 98 / 0);
}

.stroke-primary-200\/5 {
  stroke: rgb(242 130 98 / 0.05);
}

.stroke-primary-200\/10 {
  stroke: rgb(242 130 98 / 0.1);
}

.stroke-primary-200\/20 {
  stroke: rgb(242 130 98 / 0.2);
}

.stroke-primary-200\/25 {
  stroke: rgb(242 130 98 / 0.25);
}

.stroke-primary-200\/30 {
  stroke: rgb(242 130 98 / 0.3);
}

.stroke-primary-200\/40 {
  stroke: rgb(242 130 98 / 0.4);
}

.stroke-primary-200\/50 {
  stroke: rgb(242 130 98 / 0.5);
}

.stroke-primary-200\/60 {
  stroke: rgb(242 130 98 / 0.6);
}

.stroke-primary-200\/70 {
  stroke: rgb(242 130 98 / 0.7);
}

.stroke-primary-200\/75 {
  stroke: rgb(242 130 98 / 0.75);
}

.stroke-primary-200\/80 {
  stroke: rgb(242 130 98 / 0.8);
}

.stroke-primary-200\/90 {
  stroke: rgb(242 130 98 / 0.9);
}

.stroke-primary-200\/95 {
  stroke: rgb(242 130 98 / 0.95);
}

.stroke-primary-200\/100 {
  stroke: rgb(242 130 98 / 1);
}

.stroke-primary\/0 {
  stroke: rgb(255 41 0 / 0);
}

.stroke-primary\/5 {
  stroke: rgb(255 41 0 / 0.05);
}

.stroke-primary\/10 {
  stroke: rgb(255 41 0 / 0.1);
}

.stroke-primary\/20 {
  stroke: rgb(255 41 0 / 0.2);
}

.stroke-primary\/25 {
  stroke: rgb(255 41 0 / 0.25);
}

.stroke-primary\/30 {
  stroke: rgb(255 41 0 / 0.3);
}

.stroke-primary\/40 {
  stroke: rgb(255 41 0 / 0.4);
}

.stroke-primary\/50 {
  stroke: rgb(255 41 0 / 0.5);
}

.stroke-primary\/60 {
  stroke: rgb(255 41 0 / 0.6);
}

.stroke-primary\/70 {
  stroke: rgb(255 41 0 / 0.7);
}

.stroke-primary\/75 {
  stroke: rgb(255 41 0 / 0.75);
}

.stroke-primary\/80 {
  stroke: rgb(255 41 0 / 0.8);
}

.stroke-primary\/90 {
  stroke: rgb(255 41 0 / 0.9);
}

.stroke-primary\/95 {
  stroke: rgb(255 41 0 / 0.95);
}

.stroke-primary\/100 {
  stroke: rgb(255 41 0 / 1);
}

.stroke-primary-hover\/0 {
  stroke: rgb(76 78 83 / 0);
}

.stroke-primary-hover\/5 {
  stroke: rgb(76 78 83 / 0.05);
}

.stroke-primary-hover\/10 {
  stroke: rgb(76 78 83 / 0.1);
}

.stroke-primary-hover\/20 {
  stroke: rgb(76 78 83 / 0.2);
}

.stroke-primary-hover\/25 {
  stroke: rgb(76 78 83 / 0.25);
}

.stroke-primary-hover\/30 {
  stroke: rgb(76 78 83 / 0.3);
}

.stroke-primary-hover\/40 {
  stroke: rgb(76 78 83 / 0.4);
}

.stroke-primary-hover\/50 {
  stroke: rgb(76 78 83 / 0.5);
}

.stroke-primary-hover\/60 {
  stroke: rgb(76 78 83 / 0.6);
}

.stroke-primary-hover\/70 {
  stroke: rgb(76 78 83 / 0.7);
}

.stroke-primary-hover\/75 {
  stroke: rgb(76 78 83 / 0.75);
}

.stroke-primary-hover\/80 {
  stroke: rgb(76 78 83 / 0.8);
}

.stroke-primary-hover\/90 {
  stroke: rgb(76 78 83 / 0.9);
}

.stroke-primary-hover\/95 {
  stroke: rgb(76 78 83 / 0.95);
}

.stroke-primary-hover\/100 {
  stroke: rgb(76 78 83 / 1);
}

.stroke-secondary\/0 {
  stroke: rgb(255 170 141 / 0);
}

.stroke-secondary\/5 {
  stroke: rgb(255 170 141 / 0.05);
}

.stroke-secondary\/10 {
  stroke: rgb(255 170 141 / 0.1);
}

.stroke-secondary\/20 {
  stroke: rgb(255 170 141 / 0.2);
}

.stroke-secondary\/25 {
  stroke: rgb(255 170 141 / 0.25);
}

.stroke-secondary\/30 {
  stroke: rgb(255 170 141 / 0.3);
}

.stroke-secondary\/40 {
  stroke: rgb(255 170 141 / 0.4);
}

.stroke-secondary\/50 {
  stroke: rgb(255 170 141 / 0.5);
}

.stroke-secondary\/60 {
  stroke: rgb(255 170 141 / 0.6);
}

.stroke-secondary\/70 {
  stroke: rgb(255 170 141 / 0.7);
}

.stroke-secondary\/75 {
  stroke: rgb(255 170 141 / 0.75);
}

.stroke-secondary\/80 {
  stroke: rgb(255 170 141 / 0.8);
}

.stroke-secondary\/90 {
  stroke: rgb(255 170 141 / 0.9);
}

.stroke-secondary\/95 {
  stroke: rgb(255 170 141 / 0.95);
}

.stroke-secondary\/100 {
  stroke: rgb(255 170 141 / 1);
}

.stroke-secondary-hover\/0 {
  stroke: rgb(237 115 41 / 0);
}

.stroke-secondary-hover\/5 {
  stroke: rgb(237 115 41 / 0.05);
}

.stroke-secondary-hover\/10 {
  stroke: rgb(237 115 41 / 0.1);
}

.stroke-secondary-hover\/20 {
  stroke: rgb(237 115 41 / 0.2);
}

.stroke-secondary-hover\/25 {
  stroke: rgb(237 115 41 / 0.25);
}

.stroke-secondary-hover\/30 {
  stroke: rgb(237 115 41 / 0.3);
}

.stroke-secondary-hover\/40 {
  stroke: rgb(237 115 41 / 0.4);
}

.stroke-secondary-hover\/50 {
  stroke: rgb(237 115 41 / 0.5);
}

.stroke-secondary-hover\/60 {
  stroke: rgb(237 115 41 / 0.6);
}

.stroke-secondary-hover\/70 {
  stroke: rgb(237 115 41 / 0.7);
}

.stroke-secondary-hover\/75 {
  stroke: rgb(237 115 41 / 0.75);
}

.stroke-secondary-hover\/80 {
  stroke: rgb(237 115 41 / 0.8);
}

.stroke-secondary-hover\/90 {
  stroke: rgb(237 115 41 / 0.9);
}

.stroke-secondary-hover\/95 {
  stroke: rgb(237 115 41 / 0.95);
}

.stroke-secondary-hover\/100 {
  stroke: rgb(237 115 41 / 1);
}

.stroke-tertiary-200\/0 {
  stroke: rgb(210 210 212 / 0);
}

.stroke-tertiary-200\/5 {
  stroke: rgb(210 210 212 / 0.05);
}

.stroke-tertiary-200\/10 {
  stroke: rgb(210 210 212 / 0.1);
}

.stroke-tertiary-200\/20 {
  stroke: rgb(210 210 212 / 0.2);
}

.stroke-tertiary-200\/25 {
  stroke: rgb(210 210 212 / 0.25);
}

.stroke-tertiary-200\/30 {
  stroke: rgb(210 210 212 / 0.3);
}

.stroke-tertiary-200\/40 {
  stroke: rgb(210 210 212 / 0.4);
}

.stroke-tertiary-200\/50 {
  stroke: rgb(210 210 212 / 0.5);
}

.stroke-tertiary-200\/60 {
  stroke: rgb(210 210 212 / 0.6);
}

.stroke-tertiary-200\/70 {
  stroke: rgb(210 210 212 / 0.7);
}

.stroke-tertiary-200\/75 {
  stroke: rgb(210 210 212 / 0.75);
}

.stroke-tertiary-200\/80 {
  stroke: rgb(210 210 212 / 0.8);
}

.stroke-tertiary-200\/90 {
  stroke: rgb(210 210 212 / 0.9);
}

.stroke-tertiary-200\/95 {
  stroke: rgb(210 210 212 / 0.95);
}

.stroke-tertiary-200\/100 {
  stroke: rgb(210 210 212 / 1);
}

.stroke-tertiary\/0 {
  stroke: rgb(255 193 94 / 0);
}

.stroke-tertiary\/5 {
  stroke: rgb(255 193 94 / 0.05);
}

.stroke-tertiary\/10 {
  stroke: rgb(255 193 94 / 0.1);
}

.stroke-tertiary\/20 {
  stroke: rgb(255 193 94 / 0.2);
}

.stroke-tertiary\/25 {
  stroke: rgb(255 193 94 / 0.25);
}

.stroke-tertiary\/30 {
  stroke: rgb(255 193 94 / 0.3);
}

.stroke-tertiary\/40 {
  stroke: rgb(255 193 94 / 0.4);
}

.stroke-tertiary\/50 {
  stroke: rgb(255 193 94 / 0.5);
}

.stroke-tertiary\/60 {
  stroke: rgb(255 193 94 / 0.6);
}

.stroke-tertiary\/70 {
  stroke: rgb(255 193 94 / 0.7);
}

.stroke-tertiary\/75 {
  stroke: rgb(255 193 94 / 0.75);
}

.stroke-tertiary\/80 {
  stroke: rgb(255 193 94 / 0.8);
}

.stroke-tertiary\/90 {
  stroke: rgb(255 193 94 / 0.9);
}

.stroke-tertiary\/95 {
  stroke: rgb(255 193 94 / 0.95);
}

.stroke-tertiary\/100 {
  stroke: rgb(255 193 94 / 1);
}

.stroke-error\/0 {
  stroke: rgb(222 55 48 / 0);
}

.stroke-error\/5 {
  stroke: rgb(222 55 48 / 0.05);
}

.stroke-error\/10 {
  stroke: rgb(222 55 48 / 0.1);
}

.stroke-error\/20 {
  stroke: rgb(222 55 48 / 0.2);
}

.stroke-error\/25 {
  stroke: rgb(222 55 48 / 0.25);
}

.stroke-error\/30 {
  stroke: rgb(222 55 48 / 0.3);
}

.stroke-error\/40 {
  stroke: rgb(222 55 48 / 0.4);
}

.stroke-error\/50 {
  stroke: rgb(222 55 48 / 0.5);
}

.stroke-error\/60 {
  stroke: rgb(222 55 48 / 0.6);
}

.stroke-error\/70 {
  stroke: rgb(222 55 48 / 0.7);
}

.stroke-error\/75 {
  stroke: rgb(222 55 48 / 0.75);
}

.stroke-error\/80 {
  stroke: rgb(222 55 48 / 0.8);
}

.stroke-error\/90 {
  stroke: rgb(222 55 48 / 0.9);
}

.stroke-error\/95 {
  stroke: rgb(222 55 48 / 0.95);
}

.stroke-error\/100 {
  stroke: rgb(222 55 48 / 1);
}

.stroke-success\/0 {
  stroke: rgb(54 184 90 / 0);
}

.stroke-success\/5 {
  stroke: rgb(54 184 90 / 0.05);
}

.stroke-success\/10 {
  stroke: rgb(54 184 90 / 0.1);
}

.stroke-success\/20 {
  stroke: rgb(54 184 90 / 0.2);
}

.stroke-success\/25 {
  stroke: rgb(54 184 90 / 0.25);
}

.stroke-success\/30 {
  stroke: rgb(54 184 90 / 0.3);
}

.stroke-success\/40 {
  stroke: rgb(54 184 90 / 0.4);
}

.stroke-success\/50 {
  stroke: rgb(54 184 90 / 0.5);
}

.stroke-success\/60 {
  stroke: rgb(54 184 90 / 0.6);
}

.stroke-success\/70 {
  stroke: rgb(54 184 90 / 0.7);
}

.stroke-success\/75 {
  stroke: rgb(54 184 90 / 0.75);
}

.stroke-success\/80 {
  stroke: rgb(54 184 90 / 0.8);
}

.stroke-success\/90 {
  stroke: rgb(54 184 90 / 0.9);
}

.stroke-success\/95 {
  stroke: rgb(54 184 90 / 0.95);
}

.stroke-success\/100 {
  stroke: rgb(54 184 90 / 1);
}

.stroke-warning\/0 {
  stroke: rgb(250 200 176 / 0);
}

.stroke-warning\/5 {
  stroke: rgb(250 200 176 / 0.05);
}

.stroke-warning\/10 {
  stroke: rgb(250 200 176 / 0.1);
}

.stroke-warning\/20 {
  stroke: rgb(250 200 176 / 0.2);
}

.stroke-warning\/25 {
  stroke: rgb(250 200 176 / 0.25);
}

.stroke-warning\/30 {
  stroke: rgb(250 200 176 / 0.3);
}

.stroke-warning\/40 {
  stroke: rgb(250 200 176 / 0.4);
}

.stroke-warning\/50 {
  stroke: rgb(250 200 176 / 0.5);
}

.stroke-warning\/60 {
  stroke: rgb(250 200 176 / 0.6);
}

.stroke-warning\/70 {
  stroke: rgb(250 200 176 / 0.7);
}

.stroke-warning\/75 {
  stroke: rgb(250 200 176 / 0.75);
}

.stroke-warning\/80 {
  stroke: rgb(250 200 176 / 0.8);
}

.stroke-warning\/90 {
  stroke: rgb(250 200 176 / 0.9);
}

.stroke-warning\/95 {
  stroke: rgb(250 200 176 / 0.95);
}

.stroke-warning\/100 {
  stroke: rgb(250 200 176 / 1);
}

.stroke-scrollBar\/0 {
  stroke: rgb(255 90 31 / 0);
}

.stroke-scrollBar\/5 {
  stroke: rgb(255 90 31 / 0.05);
}

.stroke-scrollBar\/10 {
  stroke: rgb(255 90 31 / 0.1);
}

.stroke-scrollBar\/20 {
  stroke: rgb(255 90 31 / 0.2);
}

.stroke-scrollBar\/25 {
  stroke: rgb(255 90 31 / 0.25);
}

.stroke-scrollBar\/30 {
  stroke: rgb(255 90 31 / 0.3);
}

.stroke-scrollBar\/40 {
  stroke: rgb(255 90 31 / 0.4);
}

.stroke-scrollBar\/50 {
  stroke: rgb(255 90 31 / 0.5);
}

.stroke-scrollBar\/60 {
  stroke: rgb(255 90 31 / 0.6);
}

.stroke-scrollBar\/70 {
  stroke: rgb(255 90 31 / 0.7);
}

.stroke-scrollBar\/75 {
  stroke: rgb(255 90 31 / 0.75);
}

.stroke-scrollBar\/80 {
  stroke: rgb(255 90 31 / 0.8);
}

.stroke-scrollBar\/90 {
  stroke: rgb(255 90 31 / 0.9);
}

.stroke-scrollBar\/95 {
  stroke: rgb(255 90 31 / 0.95);
}

.stroke-scrollBar\/100 {
  stroke: rgb(255 90 31 / 1);
}

.stroke-border\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-border\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-border\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-border\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-border\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-border\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-border\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-border\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-border\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-border\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-border\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-border\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-border\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-border\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-border\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-text\/0 {
  stroke: rgb(210 210 212 / 0);
}

.stroke-text\/5 {
  stroke: rgb(210 210 212 / 0.05);
}

.stroke-text\/10 {
  stroke: rgb(210 210 212 / 0.1);
}

.stroke-text\/20 {
  stroke: rgb(210 210 212 / 0.2);
}

.stroke-text\/25 {
  stroke: rgb(210 210 212 / 0.25);
}

.stroke-text\/30 {
  stroke: rgb(210 210 212 / 0.3);
}

.stroke-text\/40 {
  stroke: rgb(210 210 212 / 0.4);
}

.stroke-text\/50 {
  stroke: rgb(210 210 212 / 0.5);
}

.stroke-text\/60 {
  stroke: rgb(210 210 212 / 0.6);
}

.stroke-text\/70 {
  stroke: rgb(210 210 212 / 0.7);
}

.stroke-text\/75 {
  stroke: rgb(210 210 212 / 0.75);
}

.stroke-text\/80 {
  stroke: rgb(210 210 212 / 0.8);
}

.stroke-text\/90 {
  stroke: rgb(210 210 212 / 0.9);
}

.stroke-text\/95 {
  stroke: rgb(210 210 212 / 0.95);
}

.stroke-text\/100 {
  stroke: rgb(210 210 212 / 1);
}

.stroke-text-tertiary\/0 {
  stroke: rgb(174 177 194 / 0);
}

.stroke-text-tertiary\/5 {
  stroke: rgb(174 177 194 / 0.05);
}

.stroke-text-tertiary\/10 {
  stroke: rgb(174 177 194 / 0.1);
}

.stroke-text-tertiary\/20 {
  stroke: rgb(174 177 194 / 0.2);
}

.stroke-text-tertiary\/25 {
  stroke: rgb(174 177 194 / 0.25);
}

.stroke-text-tertiary\/30 {
  stroke: rgb(174 177 194 / 0.3);
}

.stroke-text-tertiary\/40 {
  stroke: rgb(174 177 194 / 0.4);
}

.stroke-text-tertiary\/50 {
  stroke: rgb(174 177 194 / 0.5);
}

.stroke-text-tertiary\/60 {
  stroke: rgb(174 177 194 / 0.6);
}

.stroke-text-tertiary\/70 {
  stroke: rgb(174 177 194 / 0.7);
}

.stroke-text-tertiary\/75 {
  stroke: rgb(174 177 194 / 0.75);
}

.stroke-text-tertiary\/80 {
  stroke: rgb(174 177 194 / 0.8);
}

.stroke-text-tertiary\/90 {
  stroke: rgb(174 177 194 / 0.9);
}

.stroke-text-tertiary\/95 {
  stroke: rgb(174 177 194 / 0.95);
}

.stroke-text-tertiary\/100 {
  stroke: rgb(174 177 194 / 1);
}

.stroke-text-secondary\/0 {
  stroke: rgb(130 130 142 / 0);
}

.stroke-text-secondary\/5 {
  stroke: rgb(130 130 142 / 0.05);
}

.stroke-text-secondary\/10 {
  stroke: rgb(130 130 142 / 0.1);
}

.stroke-text-secondary\/20 {
  stroke: rgb(130 130 142 / 0.2);
}

.stroke-text-secondary\/25 {
  stroke: rgb(130 130 142 / 0.25);
}

.stroke-text-secondary\/30 {
  stroke: rgb(130 130 142 / 0.3);
}

.stroke-text-secondary\/40 {
  stroke: rgb(130 130 142 / 0.4);
}

.stroke-text-secondary\/50 {
  stroke: rgb(130 130 142 / 0.5);
}

.stroke-text-secondary\/60 {
  stroke: rgb(130 130 142 / 0.6);
}

.stroke-text-secondary\/70 {
  stroke: rgb(130 130 142 / 0.7);
}

.stroke-text-secondary\/75 {
  stroke: rgb(130 130 142 / 0.75);
}

.stroke-text-secondary\/80 {
  stroke: rgb(130 130 142 / 0.8);
}

.stroke-text-secondary\/90 {
  stroke: rgb(130 130 142 / 0.9);
}

.stroke-text-secondary\/95 {
  stroke: rgb(130 130 142 / 0.95);
}

.stroke-text-secondary\/100 {
  stroke: rgb(130 130 142 / 1);
}

.stroke-text-fourtiary\/0 {
  stroke: rgb(82 85 96 / 0);
}

.stroke-text-fourtiary\/5 {
  stroke: rgb(82 85 96 / 0.05);
}

.stroke-text-fourtiary\/10 {
  stroke: rgb(82 85 96 / 0.1);
}

.stroke-text-fourtiary\/20 {
  stroke: rgb(82 85 96 / 0.2);
}

.stroke-text-fourtiary\/25 {
  stroke: rgb(82 85 96 / 0.25);
}

.stroke-text-fourtiary\/30 {
  stroke: rgb(82 85 96 / 0.3);
}

.stroke-text-fourtiary\/40 {
  stroke: rgb(82 85 96 / 0.4);
}

.stroke-text-fourtiary\/50 {
  stroke: rgb(82 85 96 / 0.5);
}

.stroke-text-fourtiary\/60 {
  stroke: rgb(82 85 96 / 0.6);
}

.stroke-text-fourtiary\/70 {
  stroke: rgb(82 85 96 / 0.7);
}

.stroke-text-fourtiary\/75 {
  stroke: rgb(82 85 96 / 0.75);
}

.stroke-text-fourtiary\/80 {
  stroke: rgb(82 85 96 / 0.8);
}

.stroke-text-fourtiary\/90 {
  stroke: rgb(82 85 96 / 0.9);
}

.stroke-text-fourtiary\/95 {
  stroke: rgb(82 85 96 / 0.95);
}

.stroke-text-fourtiary\/100 {
  stroke: rgb(82 85 96 / 1);
}

.stroke-text-grey\/0 {
  stroke: rgb(118 121 139 / 0);
}

.stroke-text-grey\/5 {
  stroke: rgb(118 121 139 / 0.05);
}

.stroke-text-grey\/10 {
  stroke: rgb(118 121 139 / 0.1);
}

.stroke-text-grey\/20 {
  stroke: rgb(118 121 139 / 0.2);
}

.stroke-text-grey\/25 {
  stroke: rgb(118 121 139 / 0.25);
}

.stroke-text-grey\/30 {
  stroke: rgb(118 121 139 / 0.3);
}

.stroke-text-grey\/40 {
  stroke: rgb(118 121 139 / 0.4);
}

.stroke-text-grey\/50 {
  stroke: rgb(118 121 139 / 0.5);
}

.stroke-text-grey\/60 {
  stroke: rgb(118 121 139 / 0.6);
}

.stroke-text-grey\/70 {
  stroke: rgb(118 121 139 / 0.7);
}

.stroke-text-grey\/75 {
  stroke: rgb(118 121 139 / 0.75);
}

.stroke-text-grey\/80 {
  stroke: rgb(118 121 139 / 0.8);
}

.stroke-text-grey\/90 {
  stroke: rgb(118 121 139 / 0.9);
}

.stroke-text-grey\/95 {
  stroke: rgb(118 121 139 / 0.95);
}

.stroke-text-grey\/100 {
  stroke: rgb(118 121 139 / 1);
}

.stroke-text-lightgrey\/0 {
  stroke: rgb(210 210 212 / 0);
}

.stroke-text-lightgrey\/5 {
  stroke: rgb(210 210 212 / 0.05);
}

.stroke-text-lightgrey\/10 {
  stroke: rgb(210 210 212 / 0.1);
}

.stroke-text-lightgrey\/20 {
  stroke: rgb(210 210 212 / 0.2);
}

.stroke-text-lightgrey\/25 {
  stroke: rgb(210 210 212 / 0.25);
}

.stroke-text-lightgrey\/30 {
  stroke: rgb(210 210 212 / 0.3);
}

.stroke-text-lightgrey\/40 {
  stroke: rgb(210 210 212 / 0.4);
}

.stroke-text-lightgrey\/50 {
  stroke: rgb(210 210 212 / 0.5);
}

.stroke-text-lightgrey\/60 {
  stroke: rgb(210 210 212 / 0.6);
}

.stroke-text-lightgrey\/70 {
  stroke: rgb(210 210 212 / 0.7);
}

.stroke-text-lightgrey\/75 {
  stroke: rgb(210 210 212 / 0.75);
}

.stroke-text-lightgrey\/80 {
  stroke: rgb(210 210 212 / 0.8);
}

.stroke-text-lightgrey\/90 {
  stroke: rgb(210 210 212 / 0.9);
}

.stroke-text-lightgrey\/95 {
  stroke: rgb(210 210 212 / 0.95);
}

.stroke-text-lightgrey\/100 {
  stroke: rgb(210 210 212 / 1);
}

.stroke-text-total-balance\/0 {
  stroke: rgb(210 210 212 / 0);
}

.stroke-text-total-balance\/5 {
  stroke: rgb(210 210 212 / 0.05);
}

.stroke-text-total-balance\/10 {
  stroke: rgb(210 210 212 / 0.1);
}

.stroke-text-total-balance\/20 {
  stroke: rgb(210 210 212 / 0.2);
}

.stroke-text-total-balance\/25 {
  stroke: rgb(210 210 212 / 0.25);
}

.stroke-text-total-balance\/30 {
  stroke: rgb(210 210 212 / 0.3);
}

.stroke-text-total-balance\/40 {
  stroke: rgb(210 210 212 / 0.4);
}

.stroke-text-total-balance\/50 {
  stroke: rgb(210 210 212 / 0.5);
}

.stroke-text-total-balance\/60 {
  stroke: rgb(210 210 212 / 0.6);
}

.stroke-text-total-balance\/70 {
  stroke: rgb(210 210 212 / 0.7);
}

.stroke-text-total-balance\/75 {
  stroke: rgb(210 210 212 / 0.75);
}

.stroke-text-total-balance\/80 {
  stroke: rgb(210 210 212 / 0.8);
}

.stroke-text-total-balance\/90 {
  stroke: rgb(210 210 212 / 0.9);
}

.stroke-text-total-balance\/95 {
  stroke: rgb(210 210 212 / 0.95);
}

.stroke-text-total-balance\/100 {
  stroke: rgb(210 210 212 / 1);
}

.stroke-text-outline-btn\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-text-outline-btn\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-text-outline-btn\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-text-outline-btn\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-text-outline-btn\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-text-outline-btn\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-text-outline-btn\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-text-outline-btn\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-text-outline-btn\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-text-outline-btn\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-text-outline-btn\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-text-outline-btn\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-text-outline-btn\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-text-outline-btn\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-text-outline-btn\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-text-filter-active\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-text-filter-active\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-text-filter-active\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-text-filter-active\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-text-filter-active\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-text-filter-active\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-text-filter-active\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-text-filter-active\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-text-filter-active\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-text-filter-active\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-text-filter-active\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-text-filter-active\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-text-filter-active\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-text-filter-active\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-text-filter-active\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-text-product\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-text-product\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-text-product\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-text-product\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-text-product\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-text-product\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-text-product\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-text-product\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-text-product\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-text-product\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-text-product\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-text-product\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-text-product\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-text-product\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-text-product\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-input-focus\/0 {
  stroke: rgb(183 188 249 / 0);
}

.stroke-input-focus\/5 {
  stroke: rgb(183 188 249 / 0.05);
}

.stroke-input-focus\/10 {
  stroke: rgb(183 188 249 / 0.1);
}

.stroke-input-focus\/20 {
  stroke: rgb(183 188 249 / 0.2);
}

.stroke-input-focus\/25 {
  stroke: rgb(183 188 249 / 0.25);
}

.stroke-input-focus\/30 {
  stroke: rgb(183 188 249 / 0.3);
}

.stroke-input-focus\/40 {
  stroke: rgb(183 188 249 / 0.4);
}

.stroke-input-focus\/50 {
  stroke: rgb(183 188 249 / 0.5);
}

.stroke-input-focus\/60 {
  stroke: rgb(183 188 249 / 0.6);
}

.stroke-input-focus\/70 {
  stroke: rgb(183 188 249 / 0.7);
}

.stroke-input-focus\/75 {
  stroke: rgb(183 188 249 / 0.75);
}

.stroke-input-focus\/80 {
  stroke: rgb(183 188 249 / 0.8);
}

.stroke-input-focus\/90 {
  stroke: rgb(183 188 249 / 0.9);
}

.stroke-input-focus\/95 {
  stroke: rgb(183 188 249 / 0.95);
}

.stroke-input-focus\/100 {
  stroke: rgb(183 188 249 / 1);
}

.stroke-field-select\/0 {
  stroke: rgb(42 45 53 / 0);
}

.stroke-field-select\/5 {
  stroke: rgb(42 45 53 / 0.05);
}

.stroke-field-select\/10 {
  stroke: rgb(42 45 53 / 0.1);
}

.stroke-field-select\/20 {
  stroke: rgb(42 45 53 / 0.2);
}

.stroke-field-select\/25 {
  stroke: rgb(42 45 53 / 0.25);
}

.stroke-field-select\/30 {
  stroke: rgb(42 45 53 / 0.3);
}

.stroke-field-select\/40 {
  stroke: rgb(42 45 53 / 0.4);
}

.stroke-field-select\/50 {
  stroke: rgb(42 45 53 / 0.5);
}

.stroke-field-select\/60 {
  stroke: rgb(42 45 53 / 0.6);
}

.stroke-field-select\/70 {
  stroke: rgb(42 45 53 / 0.7);
}

.stroke-field-select\/75 {
  stroke: rgb(42 45 53 / 0.75);
}

.stroke-field-select\/80 {
  stroke: rgb(42 45 53 / 0.8);
}

.stroke-field-select\/90 {
  stroke: rgb(42 45 53 / 0.9);
}

.stroke-field-select\/95 {
  stroke: rgb(42 45 53 / 0.95);
}

.stroke-field-select\/100 {
  stroke: rgb(42 45 53 / 1);
}

.stroke-field-select-hover\/0 {
  stroke: rgb(50 48 48 / 0);
}

.stroke-field-select-hover\/5 {
  stroke: rgb(50 48 48 / 0.05);
}

.stroke-field-select-hover\/10 {
  stroke: rgb(50 48 48 / 0.1);
}

.stroke-field-select-hover\/20 {
  stroke: rgb(50 48 48 / 0.2);
}

.stroke-field-select-hover\/25 {
  stroke: rgb(50 48 48 / 0.25);
}

.stroke-field-select-hover\/30 {
  stroke: rgb(50 48 48 / 0.3);
}

.stroke-field-select-hover\/40 {
  stroke: rgb(50 48 48 / 0.4);
}

.stroke-field-select-hover\/50 {
  stroke: rgb(50 48 48 / 0.5);
}

.stroke-field-select-hover\/60 {
  stroke: rgb(50 48 48 / 0.6);
}

.stroke-field-select-hover\/70 {
  stroke: rgb(50 48 48 / 0.7);
}

.stroke-field-select-hover\/75 {
  stroke: rgb(50 48 48 / 0.75);
}

.stroke-field-select-hover\/80 {
  stroke: rgb(50 48 48 / 0.8);
}

.stroke-field-select-hover\/90 {
  stroke: rgb(50 48 48 / 0.9);
}

.stroke-field-select-hover\/95 {
  stroke: rgb(50 48 48 / 0.95);
}

.stroke-field-select-hover\/100 {
  stroke: rgb(50 48 48 / 1);
}

.stroke-background\/0 {
  stroke: rgb(76 78 83 / 0);
}

.stroke-background\/5 {
  stroke: rgb(76 78 83 / 0.05);
}

.stroke-background\/10 {
  stroke: rgb(76 78 83 / 0.1);
}

.stroke-background\/20 {
  stroke: rgb(76 78 83 / 0.2);
}

.stroke-background\/25 {
  stroke: rgb(76 78 83 / 0.25);
}

.stroke-background\/30 {
  stroke: rgb(76 78 83 / 0.3);
}

.stroke-background\/40 {
  stroke: rgb(76 78 83 / 0.4);
}

.stroke-background\/50 {
  stroke: rgb(76 78 83 / 0.5);
}

.stroke-background\/60 {
  stroke: rgb(76 78 83 / 0.6);
}

.stroke-background\/70 {
  stroke: rgb(76 78 83 / 0.7);
}

.stroke-background\/75 {
  stroke: rgb(76 78 83 / 0.75);
}

.stroke-background\/80 {
  stroke: rgb(76 78 83 / 0.8);
}

.stroke-background\/90 {
  stroke: rgb(76 78 83 / 0.9);
}

.stroke-background\/95 {
  stroke: rgb(76 78 83 / 0.95);
}

.stroke-background\/100 {
  stroke: rgb(76 78 83 / 1);
}

.stroke-background-other\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-background-other\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-background-other\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-background-other\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-background-other\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-background-other\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-background-other\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-background-other\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-background-other\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-background-other\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-background-other\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-background-other\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-background-other\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-background-other\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-background-other\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-background-paper\/0 {
  stroke: rgb(33 32 32 / 0);
}

.stroke-background-paper\/5 {
  stroke: rgb(33 32 32 / 0.05);
}

.stroke-background-paper\/10 {
  stroke: rgb(33 32 32 / 0.1);
}

.stroke-background-paper\/20 {
  stroke: rgb(33 32 32 / 0.2);
}

.stroke-background-paper\/25 {
  stroke: rgb(33 32 32 / 0.25);
}

.stroke-background-paper\/30 {
  stroke: rgb(33 32 32 / 0.3);
}

.stroke-background-paper\/40 {
  stroke: rgb(33 32 32 / 0.4);
}

.stroke-background-paper\/50 {
  stroke: rgb(33 32 32 / 0.5);
}

.stroke-background-paper\/60 {
  stroke: rgb(33 32 32 / 0.6);
}

.stroke-background-paper\/70 {
  stroke: rgb(33 32 32 / 0.7);
}

.stroke-background-paper\/75 {
  stroke: rgb(33 32 32 / 0.75);
}

.stroke-background-paper\/80 {
  stroke: rgb(33 32 32 / 0.8);
}

.stroke-background-paper\/90 {
  stroke: rgb(33 32 32 / 0.9);
}

.stroke-background-paper\/95 {
  stroke: rgb(33 32 32 / 0.95);
}

.stroke-background-paper\/100 {
  stroke: rgb(33 32 32 / 1);
}

.stroke-background-secondary\/0 {
  stroke: rgb(230 238 245 / 0);
}

.stroke-background-secondary\/5 {
  stroke: rgb(230 238 245 / 0.05);
}

.stroke-background-secondary\/10 {
  stroke: rgb(230 238 245 / 0.1);
}

.stroke-background-secondary\/20 {
  stroke: rgb(230 238 245 / 0.2);
}

.stroke-background-secondary\/25 {
  stroke: rgb(230 238 245 / 0.25);
}

.stroke-background-secondary\/30 {
  stroke: rgb(230 238 245 / 0.3);
}

.stroke-background-secondary\/40 {
  stroke: rgb(230 238 245 / 0.4);
}

.stroke-background-secondary\/50 {
  stroke: rgb(230 238 245 / 0.5);
}

.stroke-background-secondary\/60 {
  stroke: rgb(230 238 245 / 0.6);
}

.stroke-background-secondary\/70 {
  stroke: rgb(230 238 245 / 0.7);
}

.stroke-background-secondary\/75 {
  stroke: rgb(230 238 245 / 0.75);
}

.stroke-background-secondary\/80 {
  stroke: rgb(230 238 245 / 0.8);
}

.stroke-background-secondary\/90 {
  stroke: rgb(230 238 245 / 0.9);
}

.stroke-background-secondary\/95 {
  stroke: rgb(230 238 245 / 0.95);
}

.stroke-background-secondary\/100 {
  stroke: rgb(230 238 245 / 1);
}

.stroke-background-drop\/0 {
  stroke: rgb(50 48 48 / 0);
}

.stroke-background-drop\/5 {
  stroke: rgb(50 48 48 / 0.05);
}

.stroke-background-drop\/10 {
  stroke: rgb(50 48 48 / 0.1);
}

.stroke-background-drop\/20 {
  stroke: rgb(50 48 48 / 0.2);
}

.stroke-background-drop\/25 {
  stroke: rgb(50 48 48 / 0.25);
}

.stroke-background-drop\/30 {
  stroke: rgb(50 48 48 / 0.3);
}

.stroke-background-drop\/40 {
  stroke: rgb(50 48 48 / 0.4);
}

.stroke-background-drop\/50 {
  stroke: rgb(50 48 48 / 0.5);
}

.stroke-background-drop\/60 {
  stroke: rgb(50 48 48 / 0.6);
}

.stroke-background-drop\/70 {
  stroke: rgb(50 48 48 / 0.7);
}

.stroke-background-drop\/75 {
  stroke: rgb(50 48 48 / 0.75);
}

.stroke-background-drop\/80 {
  stroke: rgb(50 48 48 / 0.8);
}

.stroke-background-drop\/90 {
  stroke: rgb(50 48 48 / 0.9);
}

.stroke-background-drop\/95 {
  stroke: rgb(50 48 48 / 0.95);
}

.stroke-background-drop\/100 {
  stroke: rgb(50 48 48 / 1);
}

.stroke-background-trans-grey\/0 {
  stroke: rgb(143 143 143 / 0);
}

.stroke-background-trans-grey\/5 {
  stroke: rgb(143 143 143 / 0.05);
}

.stroke-background-trans-grey\/10 {
  stroke: rgb(143 143 143 / 0.1);
}

.stroke-background-trans-grey\/20 {
  stroke: rgb(143 143 143 / 0.2);
}

.stroke-background-trans-grey\/25 {
  stroke: rgb(143 143 143 / 0.25);
}

.stroke-background-trans-grey\/30 {
  stroke: rgb(143 143 143 / 0.3);
}

.stroke-background-trans-grey\/40 {
  stroke: rgb(143 143 143 / 0.4);
}

.stroke-background-trans-grey\/50 {
  stroke: rgb(143 143 143 / 0.5);
}

.stroke-background-trans-grey\/60 {
  stroke: rgb(143 143 143 / 0.6);
}

.stroke-background-trans-grey\/70 {
  stroke: rgb(143 143 143 / 0.7);
}

.stroke-background-trans-grey\/75 {
  stroke: rgb(143 143 143 / 0.75);
}

.stroke-background-trans-grey\/80 {
  stroke: rgb(143 143 143 / 0.8);
}

.stroke-background-trans-grey\/90 {
  stroke: rgb(143 143 143 / 0.9);
}

.stroke-background-trans-grey\/95 {
  stroke: rgb(143 143 143 / 0.95);
}

.stroke-background-trans-grey\/100 {
  stroke: rgb(143 143 143 / 1);
}

.stroke-background-rating-tooltip\/0 {
  stroke: rgb(115 131 231 / 0);
}

.stroke-background-rating-tooltip\/5 {
  stroke: rgb(115 131 231 / 0.05);
}

.stroke-background-rating-tooltip\/10 {
  stroke: rgb(115 131 231 / 0.1);
}

.stroke-background-rating-tooltip\/20 {
  stroke: rgb(115 131 231 / 0.2);
}

.stroke-background-rating-tooltip\/25 {
  stroke: rgb(115 131 231 / 0.25);
}

.stroke-background-rating-tooltip\/30 {
  stroke: rgb(115 131 231 / 0.3);
}

.stroke-background-rating-tooltip\/40 {
  stroke: rgb(115 131 231 / 0.4);
}

.stroke-background-rating-tooltip\/50 {
  stroke: rgb(115 131 231 / 0.5);
}

.stroke-background-rating-tooltip\/60 {
  stroke: rgb(115 131 231 / 0.6);
}

.stroke-background-rating-tooltip\/70 {
  stroke: rgb(115 131 231 / 0.7);
}

.stroke-background-rating-tooltip\/75 {
  stroke: rgb(115 131 231 / 0.75);
}

.stroke-background-rating-tooltip\/80 {
  stroke: rgb(115 131 231 / 0.8);
}

.stroke-background-rating-tooltip\/90 {
  stroke: rgb(115 131 231 / 0.9);
}

.stroke-background-rating-tooltip\/95 {
  stroke: rgb(115 131 231 / 0.95);
}

.stroke-background-rating-tooltip\/100 {
  stroke: rgb(115 131 231 / 1);
}

.stroke-background-radial-inner\/0 {
  stroke: rgb(66 66 102 / 0);
}

.stroke-background-radial-inner\/5 {
  stroke: rgb(66 66 102 / 0.05);
}

.stroke-background-radial-inner\/10 {
  stroke: rgb(66 66 102 / 0.1);
}

.stroke-background-radial-inner\/20 {
  stroke: rgb(66 66 102 / 0.2);
}

.stroke-background-radial-inner\/25 {
  stroke: rgb(66 66 102 / 0.25);
}

.stroke-background-radial-inner\/30 {
  stroke: rgb(66 66 102 / 0.3);
}

.stroke-background-radial-inner\/40 {
  stroke: rgb(66 66 102 / 0.4);
}

.stroke-background-radial-inner\/50 {
  stroke: rgb(66 66 102 / 0.5);
}

.stroke-background-radial-inner\/60 {
  stroke: rgb(66 66 102 / 0.6);
}

.stroke-background-radial-inner\/70 {
  stroke: rgb(66 66 102 / 0.7);
}

.stroke-background-radial-inner\/75 {
  stroke: rgb(66 66 102 / 0.75);
}

.stroke-background-radial-inner\/80 {
  stroke: rgb(66 66 102 / 0.8);
}

.stroke-background-radial-inner\/90 {
  stroke: rgb(66 66 102 / 0.9);
}

.stroke-background-radial-inner\/95 {
  stroke: rgb(66 66 102 / 0.95);
}

.stroke-background-radial-inner\/100 {
  stroke: rgb(66 66 102 / 1);
}

.stroke-background-radial-outer\/0 {
  stroke: rgb(227 139 249 / 0);
}

.stroke-background-radial-outer\/5 {
  stroke: rgb(227 139 249 / 0.05);
}

.stroke-background-radial-outer\/10 {
  stroke: rgb(227 139 249 / 0.1);
}

.stroke-background-radial-outer\/20 {
  stroke: rgb(227 139 249 / 0.2);
}

.stroke-background-radial-outer\/25 {
  stroke: rgb(227 139 249 / 0.25);
}

.stroke-background-radial-outer\/30 {
  stroke: rgb(227 139 249 / 0.3);
}

.stroke-background-radial-outer\/40 {
  stroke: rgb(227 139 249 / 0.4);
}

.stroke-background-radial-outer\/50 {
  stroke: rgb(227 139 249 / 0.5);
}

.stroke-background-radial-outer\/60 {
  stroke: rgb(227 139 249 / 0.6);
}

.stroke-background-radial-outer\/70 {
  stroke: rgb(227 139 249 / 0.7);
}

.stroke-background-radial-outer\/75 {
  stroke: rgb(227 139 249 / 0.75);
}

.stroke-background-radial-outer\/80 {
  stroke: rgb(227 139 249 / 0.8);
}

.stroke-background-radial-outer\/90 {
  stroke: rgb(227 139 249 / 0.9);
}

.stroke-background-radial-outer\/95 {
  stroke: rgb(227 139 249 / 0.95);
}

.stroke-background-radial-outer\/100 {
  stroke: rgb(227 139 249 / 1);
}

.stroke-background-plain\/0 {
  stroke: rgb(33 35 41 / 0);
}

.stroke-background-plain\/5 {
  stroke: rgb(33 35 41 / 0.05);
}

.stroke-background-plain\/10 {
  stroke: rgb(33 35 41 / 0.1);
}

.stroke-background-plain\/20 {
  stroke: rgb(33 35 41 / 0.2);
}

.stroke-background-plain\/25 {
  stroke: rgb(33 35 41 / 0.25);
}

.stroke-background-plain\/30 {
  stroke: rgb(33 35 41 / 0.3);
}

.stroke-background-plain\/40 {
  stroke: rgb(33 35 41 / 0.4);
}

.stroke-background-plain\/50 {
  stroke: rgb(33 35 41 / 0.5);
}

.stroke-background-plain\/60 {
  stroke: rgb(33 35 41 / 0.6);
}

.stroke-background-plain\/70 {
  stroke: rgb(33 35 41 / 0.7);
}

.stroke-background-plain\/75 {
  stroke: rgb(33 35 41 / 0.75);
}

.stroke-background-plain\/80 {
  stroke: rgb(33 35 41 / 0.8);
}

.stroke-background-plain\/90 {
  stroke: rgb(33 35 41 / 0.9);
}

.stroke-background-plain\/95 {
  stroke: rgb(33 35 41 / 0.95);
}

.stroke-background-plain\/100 {
  stroke: rgb(33 35 41 / 1);
}

.stroke-background-instrument\/0 {
  stroke: rgb(50 48 48 / 0);
}

.stroke-background-instrument\/5 {
  stroke: rgb(50 48 48 / 0.05);
}

.stroke-background-instrument\/10 {
  stroke: rgb(50 48 48 / 0.1);
}

.stroke-background-instrument\/20 {
  stroke: rgb(50 48 48 / 0.2);
}

.stroke-background-instrument\/25 {
  stroke: rgb(50 48 48 / 0.25);
}

.stroke-background-instrument\/30 {
  stroke: rgb(50 48 48 / 0.3);
}

.stroke-background-instrument\/40 {
  stroke: rgb(50 48 48 / 0.4);
}

.stroke-background-instrument\/50 {
  stroke: rgb(50 48 48 / 0.5);
}

.stroke-background-instrument\/60 {
  stroke: rgb(50 48 48 / 0.6);
}

.stroke-background-instrument\/70 {
  stroke: rgb(50 48 48 / 0.7);
}

.stroke-background-instrument\/75 {
  stroke: rgb(50 48 48 / 0.75);
}

.stroke-background-instrument\/80 {
  stroke: rgb(50 48 48 / 0.8);
}

.stroke-background-instrument\/90 {
  stroke: rgb(50 48 48 / 0.9);
}

.stroke-background-instrument\/95 {
  stroke: rgb(50 48 48 / 0.95);
}

.stroke-background-instrument\/100 {
  stroke: rgb(50 48 48 / 1);
}

.stroke-background-instrument-hover\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-background-instrument-hover\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-background-instrument-hover\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-background-instrument-hover\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-background-instrument-hover\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-background-instrument-hover\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-background-instrument-hover\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-background-instrument-hover\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-background-instrument-hover\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-background-instrument-hover\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-background-instrument-hover\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-background-instrument-hover\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-background-instrument-hover\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-background-instrument-hover\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-background-instrument-hover\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-background-filter-active\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-background-filter-active\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-background-filter-active\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-background-filter-active\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-background-filter-active\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-background-filter-active\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-background-filter-active\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-background-filter-active\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-background-filter-active\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-background-filter-active\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-background-filter-active\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-background-filter-active\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-background-filter-active\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-background-filter-active\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-background-filter-active\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-background-filter-border\/0 {
  stroke: rgb(50 48 48 / 0);
}

.stroke-background-filter-border\/5 {
  stroke: rgb(50 48 48 / 0.05);
}

.stroke-background-filter-border\/10 {
  stroke: rgb(50 48 48 / 0.1);
}

.stroke-background-filter-border\/20 {
  stroke: rgb(50 48 48 / 0.2);
}

.stroke-background-filter-border\/25 {
  stroke: rgb(50 48 48 / 0.25);
}

.stroke-background-filter-border\/30 {
  stroke: rgb(50 48 48 / 0.3);
}

.stroke-background-filter-border\/40 {
  stroke: rgb(50 48 48 / 0.4);
}

.stroke-background-filter-border\/50 {
  stroke: rgb(50 48 48 / 0.5);
}

.stroke-background-filter-border\/60 {
  stroke: rgb(50 48 48 / 0.6);
}

.stroke-background-filter-border\/70 {
  stroke: rgb(50 48 48 / 0.7);
}

.stroke-background-filter-border\/75 {
  stroke: rgb(50 48 48 / 0.75);
}

.stroke-background-filter-border\/80 {
  stroke: rgb(50 48 48 / 0.8);
}

.stroke-background-filter-border\/90 {
  stroke: rgb(50 48 48 / 0.9);
}

.stroke-background-filter-border\/95 {
  stroke: rgb(50 48 48 / 0.95);
}

.stroke-background-filter-border\/100 {
  stroke: rgb(50 48 48 / 1);
}

.stroke-background-table-header\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-background-table-header\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-background-table-header\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-background-table-header\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-background-table-header\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-background-table-header\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-background-table-header\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-background-table-header\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-background-table-header\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-background-table-header\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-background-table-header\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-background-table-header\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-background-table-header\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-background-table-header\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-background-table-header\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-background-account\/0 {
  stroke: rgb(50 48 48 / 0);
}

.stroke-background-account\/5 {
  stroke: rgb(50 48 48 / 0.05);
}

.stroke-background-account\/10 {
  stroke: rgb(50 48 48 / 0.1);
}

.stroke-background-account\/20 {
  stroke: rgb(50 48 48 / 0.2);
}

.stroke-background-account\/25 {
  stroke: rgb(50 48 48 / 0.25);
}

.stroke-background-account\/30 {
  stroke: rgb(50 48 48 / 0.3);
}

.stroke-background-account\/40 {
  stroke: rgb(50 48 48 / 0.4);
}

.stroke-background-account\/50 {
  stroke: rgb(50 48 48 / 0.5);
}

.stroke-background-account\/60 {
  stroke: rgb(50 48 48 / 0.6);
}

.stroke-background-account\/70 {
  stroke: rgb(50 48 48 / 0.7);
}

.stroke-background-account\/75 {
  stroke: rgb(50 48 48 / 0.75);
}

.stroke-background-account\/80 {
  stroke: rgb(50 48 48 / 0.8);
}

.stroke-background-account\/90 {
  stroke: rgb(50 48 48 / 0.9);
}

.stroke-background-account\/95 {
  stroke: rgb(50 48 48 / 0.95);
}

.stroke-background-account\/100 {
  stroke: rgb(50 48 48 / 1);
}

.stroke-background-border\/0 {
  stroke: rgb(21 41 79 / 0);
}

.stroke-background-border\/5 {
  stroke: rgb(21 41 79 / 0.05);
}

.stroke-background-border\/10 {
  stroke: rgb(21 41 79 / 0.1);
}

.stroke-background-border\/20 {
  stroke: rgb(21 41 79 / 0.2);
}

.stroke-background-border\/25 {
  stroke: rgb(21 41 79 / 0.25);
}

.stroke-background-border\/30 {
  stroke: rgb(21 41 79 / 0.3);
}

.stroke-background-border\/40 {
  stroke: rgb(21 41 79 / 0.4);
}

.stroke-background-border\/50 {
  stroke: rgb(21 41 79 / 0.5);
}

.stroke-background-border\/60 {
  stroke: rgb(21 41 79 / 0.6);
}

.stroke-background-border\/70 {
  stroke: rgb(21 41 79 / 0.7);
}

.stroke-background-border\/75 {
  stroke: rgb(21 41 79 / 0.75);
}

.stroke-background-border\/80 {
  stroke: rgb(21 41 79 / 0.8);
}

.stroke-background-border\/90 {
  stroke: rgb(21 41 79 / 0.9);
}

.stroke-background-border\/95 {
  stroke: rgb(21 41 79 / 0.95);
}

.stroke-background-border\/100 {
  stroke: rgb(21 41 79 / 1);
}

.stroke-background-icon\/0 {
  stroke: rgb(42 45 53 / 0);
}

.stroke-background-icon\/5 {
  stroke: rgb(42 45 53 / 0.05);
}

.stroke-background-icon\/10 {
  stroke: rgb(42 45 53 / 0.1);
}

.stroke-background-icon\/20 {
  stroke: rgb(42 45 53 / 0.2);
}

.stroke-background-icon\/25 {
  stroke: rgb(42 45 53 / 0.25);
}

.stroke-background-icon\/30 {
  stroke: rgb(42 45 53 / 0.3);
}

.stroke-background-icon\/40 {
  stroke: rgb(42 45 53 / 0.4);
}

.stroke-background-icon\/50 {
  stroke: rgb(42 45 53 / 0.5);
}

.stroke-background-icon\/60 {
  stroke: rgb(42 45 53 / 0.6);
}

.stroke-background-icon\/70 {
  stroke: rgb(42 45 53 / 0.7);
}

.stroke-background-icon\/75 {
  stroke: rgb(42 45 53 / 0.75);
}

.stroke-background-icon\/80 {
  stroke: rgb(42 45 53 / 0.8);
}

.stroke-background-icon\/90 {
  stroke: rgb(42 45 53 / 0.9);
}

.stroke-background-icon\/95 {
  stroke: rgb(42 45 53 / 0.95);
}

.stroke-background-icon\/100 {
  stroke: rgb(42 45 53 / 1);
}

.stroke-background-table\/0 {
  stroke: rgb(66 66 102 / 0);
}

.stroke-background-table\/5 {
  stroke: rgb(66 66 102 / 0.05);
}

.stroke-background-table\/10 {
  stroke: rgb(66 66 102 / 0.1);
}

.stroke-background-table\/20 {
  stroke: rgb(66 66 102 / 0.2);
}

.stroke-background-table\/25 {
  stroke: rgb(66 66 102 / 0.25);
}

.stroke-background-table\/30 {
  stroke: rgb(66 66 102 / 0.3);
}

.stroke-background-table\/40 {
  stroke: rgb(66 66 102 / 0.4);
}

.stroke-background-table\/50 {
  stroke: rgb(66 66 102 / 0.5);
}

.stroke-background-table\/60 {
  stroke: rgb(66 66 102 / 0.6);
}

.stroke-background-table\/70 {
  stroke: rgb(66 66 102 / 0.7);
}

.stroke-background-table\/75 {
  stroke: rgb(66 66 102 / 0.75);
}

.stroke-background-table\/80 {
  stroke: rgb(66 66 102 / 0.8);
}

.stroke-background-table\/90 {
  stroke: rgb(66 66 102 / 0.9);
}

.stroke-background-table\/95 {
  stroke: rgb(66 66 102 / 0.95);
}

.stroke-background-table\/100 {
  stroke: rgb(66 66 102 / 1);
}

.stroke-background-menu\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-background-menu\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-background-menu\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-background-menu\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-background-menu\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-background-menu\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-background-menu\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-background-menu\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-background-menu\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-background-menu\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-background-menu\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-background-menu\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-background-menu\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-background-menu\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-background-menu\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-background-input-readonly\/0 {
  stroke: rgb(66 66 102 / 0);
}

.stroke-background-input-readonly\/5 {
  stroke: rgb(66 66 102 / 0.05);
}

.stroke-background-input-readonly\/10 {
  stroke: rgb(66 66 102 / 0.1);
}

.stroke-background-input-readonly\/20 {
  stroke: rgb(66 66 102 / 0.2);
}

.stroke-background-input-readonly\/25 {
  stroke: rgb(66 66 102 / 0.25);
}

.stroke-background-input-readonly\/30 {
  stroke: rgb(66 66 102 / 0.3);
}

.stroke-background-input-readonly\/40 {
  stroke: rgb(66 66 102 / 0.4);
}

.stroke-background-input-readonly\/50 {
  stroke: rgb(66 66 102 / 0.5);
}

.stroke-background-input-readonly\/60 {
  stroke: rgb(66 66 102 / 0.6);
}

.stroke-background-input-readonly\/70 {
  stroke: rgb(66 66 102 / 0.7);
}

.stroke-background-input-readonly\/75 {
  stroke: rgb(66 66 102 / 0.75);
}

.stroke-background-input-readonly\/80 {
  stroke: rgb(66 66 102 / 0.8);
}

.stroke-background-input-readonly\/90 {
  stroke: rgb(66 66 102 / 0.9);
}

.stroke-background-input-readonly\/95 {
  stroke: rgb(66 66 102 / 0.95);
}

.stroke-background-input-readonly\/100 {
  stroke: rgb(66 66 102 / 1);
}

.stroke-background-input-disabled\/0 {
  stroke: rgb(130 130 142 / 0);
}

.stroke-background-input-disabled\/5 {
  stroke: rgb(130 130 142 / 0.05);
}

.stroke-background-input-disabled\/10 {
  stroke: rgb(130 130 142 / 0.1);
}

.stroke-background-input-disabled\/20 {
  stroke: rgb(130 130 142 / 0.2);
}

.stroke-background-input-disabled\/25 {
  stroke: rgb(130 130 142 / 0.25);
}

.stroke-background-input-disabled\/30 {
  stroke: rgb(130 130 142 / 0.3);
}

.stroke-background-input-disabled\/40 {
  stroke: rgb(130 130 142 / 0.4);
}

.stroke-background-input-disabled\/50 {
  stroke: rgb(130 130 142 / 0.5);
}

.stroke-background-input-disabled\/60 {
  stroke: rgb(130 130 142 / 0.6);
}

.stroke-background-input-disabled\/70 {
  stroke: rgb(130 130 142 / 0.7);
}

.stroke-background-input-disabled\/75 {
  stroke: rgb(130 130 142 / 0.75);
}

.stroke-background-input-disabled\/80 {
  stroke: rgb(130 130 142 / 0.8);
}

.stroke-background-input-disabled\/90 {
  stroke: rgb(130 130 142 / 0.9);
}

.stroke-background-input-disabled\/95 {
  stroke: rgb(130 130 142 / 0.95);
}

.stroke-background-input-disabled\/100 {
  stroke: rgb(130 130 142 / 1);
}

.stroke-company\/0 {
  stroke: rgb(227 139 249 / 0);
}

.stroke-company\/5 {
  stroke: rgb(227 139 249 / 0.05);
}

.stroke-company\/10 {
  stroke: rgb(227 139 249 / 0.1);
}

.stroke-company\/20 {
  stroke: rgb(227 139 249 / 0.2);
}

.stroke-company\/25 {
  stroke: rgb(227 139 249 / 0.25);
}

.stroke-company\/30 {
  stroke: rgb(227 139 249 / 0.3);
}

.stroke-company\/40 {
  stroke: rgb(227 139 249 / 0.4);
}

.stroke-company\/50 {
  stroke: rgb(227 139 249 / 0.5);
}

.stroke-company\/60 {
  stroke: rgb(227 139 249 / 0.6);
}

.stroke-company\/70 {
  stroke: rgb(227 139 249 / 0.7);
}

.stroke-company\/75 {
  stroke: rgb(227 139 249 / 0.75);
}

.stroke-company\/80 {
  stroke: rgb(227 139 249 / 0.8);
}

.stroke-company\/90 {
  stroke: rgb(227 139 249 / 0.9);
}

.stroke-company\/95 {
  stroke: rgb(227 139 249 / 0.95);
}

.stroke-company\/100 {
  stroke: rgb(227 139 249 / 1);
}

.stroke-company-secondary\/0 {
  stroke: rgb(33 32 32 / 0);
}

.stroke-company-secondary\/5 {
  stroke: rgb(33 32 32 / 0.05);
}

.stroke-company-secondary\/10 {
  stroke: rgb(33 32 32 / 0.1);
}

.stroke-company-secondary\/20 {
  stroke: rgb(33 32 32 / 0.2);
}

.stroke-company-secondary\/25 {
  stroke: rgb(33 32 32 / 0.25);
}

.stroke-company-secondary\/30 {
  stroke: rgb(33 32 32 / 0.3);
}

.stroke-company-secondary\/40 {
  stroke: rgb(33 32 32 / 0.4);
}

.stroke-company-secondary\/50 {
  stroke: rgb(33 32 32 / 0.5);
}

.stroke-company-secondary\/60 {
  stroke: rgb(33 32 32 / 0.6);
}

.stroke-company-secondary\/70 {
  stroke: rgb(33 32 32 / 0.7);
}

.stroke-company-secondary\/75 {
  stroke: rgb(33 32 32 / 0.75);
}

.stroke-company-secondary\/80 {
  stroke: rgb(33 32 32 / 0.8);
}

.stroke-company-secondary\/90 {
  stroke: rgb(33 32 32 / 0.9);
}

.stroke-company-secondary\/95 {
  stroke: rgb(33 32 32 / 0.95);
}

.stroke-company-secondary\/100 {
  stroke: rgb(33 32 32 / 1);
}

.stroke-company-light-orange\/0 {
  stroke: rgb(242 130 98 / 0);
}

.stroke-company-light-orange\/5 {
  stroke: rgb(242 130 98 / 0.05);
}

.stroke-company-light-orange\/10 {
  stroke: rgb(242 130 98 / 0.1);
}

.stroke-company-light-orange\/20 {
  stroke: rgb(242 130 98 / 0.2);
}

.stroke-company-light-orange\/25 {
  stroke: rgb(242 130 98 / 0.25);
}

.stroke-company-light-orange\/30 {
  stroke: rgb(242 130 98 / 0.3);
}

.stroke-company-light-orange\/40 {
  stroke: rgb(242 130 98 / 0.4);
}

.stroke-company-light-orange\/50 {
  stroke: rgb(242 130 98 / 0.5);
}

.stroke-company-light-orange\/60 {
  stroke: rgb(242 130 98 / 0.6);
}

.stroke-company-light-orange\/70 {
  stroke: rgb(242 130 98 / 0.7);
}

.stroke-company-light-orange\/75 {
  stroke: rgb(242 130 98 / 0.75);
}

.stroke-company-light-orange\/80 {
  stroke: rgb(242 130 98 / 0.8);
}

.stroke-company-light-orange\/90 {
  stroke: rgb(242 130 98 / 0.9);
}

.stroke-company-light-orange\/95 {
  stroke: rgb(242 130 98 / 0.95);
}

.stroke-company-light-orange\/100 {
  stroke: rgb(242 130 98 / 1);
}

.stroke-company-orange-primary\/0 {
  stroke: rgb(255 106 47 / 0);
}

.stroke-company-orange-primary\/5 {
  stroke: rgb(255 106 47 / 0.05);
}

.stroke-company-orange-primary\/10 {
  stroke: rgb(255 106 47 / 0.1);
}

.stroke-company-orange-primary\/20 {
  stroke: rgb(255 106 47 / 0.2);
}

.stroke-company-orange-primary\/25 {
  stroke: rgb(255 106 47 / 0.25);
}

.stroke-company-orange-primary\/30 {
  stroke: rgb(255 106 47 / 0.3);
}

.stroke-company-orange-primary\/40 {
  stroke: rgb(255 106 47 / 0.4);
}

.stroke-company-orange-primary\/50 {
  stroke: rgb(255 106 47 / 0.5);
}

.stroke-company-orange-primary\/60 {
  stroke: rgb(255 106 47 / 0.6);
}

.stroke-company-orange-primary\/70 {
  stroke: rgb(255 106 47 / 0.7);
}

.stroke-company-orange-primary\/75 {
  stroke: rgb(255 106 47 / 0.75);
}

.stroke-company-orange-primary\/80 {
  stroke: rgb(255 106 47 / 0.8);
}

.stroke-company-orange-primary\/90 {
  stroke: rgb(255 106 47 / 0.9);
}

.stroke-company-orange-primary\/95 {
  stroke: rgb(255 106 47 / 0.95);
}

.stroke-company-orange-primary\/100 {
  stroke: rgb(255 106 47 / 1);
}

.stroke-gradient-100\/0 {
  stroke: rgb(211 209 255 / 0);
}

.stroke-gradient-100\/5 {
  stroke: rgb(211 209 255 / 0.05);
}

.stroke-gradient-100\/10 {
  stroke: rgb(211 209 255 / 0.1);
}

.stroke-gradient-100\/20 {
  stroke: rgb(211 209 255 / 0.2);
}

.stroke-gradient-100\/25 {
  stroke: rgb(211 209 255 / 0.25);
}

.stroke-gradient-100\/30 {
  stroke: rgb(211 209 255 / 0.3);
}

.stroke-gradient-100\/40 {
  stroke: rgb(211 209 255 / 0.4);
}

.stroke-gradient-100\/50 {
  stroke: rgb(211 209 255 / 0.5);
}

.stroke-gradient-100\/60 {
  stroke: rgb(211 209 255 / 0.6);
}

.stroke-gradient-100\/70 {
  stroke: rgb(211 209 255 / 0.7);
}

.stroke-gradient-100\/75 {
  stroke: rgb(211 209 255 / 0.75);
}

.stroke-gradient-100\/80 {
  stroke: rgb(211 209 255 / 0.8);
}

.stroke-gradient-100\/90 {
  stroke: rgb(211 209 255 / 0.9);
}

.stroke-gradient-100\/95 {
  stroke: rgb(211 209 255 / 0.95);
}

.stroke-gradient-100\/100 {
  stroke: rgb(211 209 255 / 1);
}

.stroke-gradient-200\/0 {
  stroke: rgb(186 219 252 / 0);
}

.stroke-gradient-200\/5 {
  stroke: rgb(186 219 252 / 0.05);
}

.stroke-gradient-200\/10 {
  stroke: rgb(186 219 252 / 0.1);
}

.stroke-gradient-200\/20 {
  stroke: rgb(186 219 252 / 0.2);
}

.stroke-gradient-200\/25 {
  stroke: rgb(186 219 252 / 0.25);
}

.stroke-gradient-200\/30 {
  stroke: rgb(186 219 252 / 0.3);
}

.stroke-gradient-200\/40 {
  stroke: rgb(186 219 252 / 0.4);
}

.stroke-gradient-200\/50 {
  stroke: rgb(186 219 252 / 0.5);
}

.stroke-gradient-200\/60 {
  stroke: rgb(186 219 252 / 0.6);
}

.stroke-gradient-200\/70 {
  stroke: rgb(186 219 252 / 0.7);
}

.stroke-gradient-200\/75 {
  stroke: rgb(186 219 252 / 0.75);
}

.stroke-gradient-200\/80 {
  stroke: rgb(186 219 252 / 0.8);
}

.stroke-gradient-200\/90 {
  stroke: rgb(186 219 252 / 0.9);
}

.stroke-gradient-200\/95 {
  stroke: rgb(186 219 252 / 0.95);
}

.stroke-gradient-200\/100 {
  stroke: rgb(186 219 252 / 1);
}

.stroke-line\/0 {
  stroke: rgb(229 232 234 / 0);
}

.stroke-line\/5 {
  stroke: rgb(229 232 234 / 0.05);
}

.stroke-line\/10 {
  stroke: rgb(229 232 234 / 0.1);
}

.stroke-line\/20 {
  stroke: rgb(229 232 234 / 0.2);
}

.stroke-line\/25 {
  stroke: rgb(229 232 234 / 0.25);
}

.stroke-line\/30 {
  stroke: rgb(229 232 234 / 0.3);
}

.stroke-line\/40 {
  stroke: rgb(229 232 234 / 0.4);
}

.stroke-line\/50 {
  stroke: rgb(229 232 234 / 0.5);
}

.stroke-line\/60 {
  stroke: rgb(229 232 234 / 0.6);
}

.stroke-line\/70 {
  stroke: rgb(229 232 234 / 0.7);
}

.stroke-line\/75 {
  stroke: rgb(229 232 234 / 0.75);
}

.stroke-line\/80 {
  stroke: rgb(229 232 234 / 0.8);
}

.stroke-line\/90 {
  stroke: rgb(229 232 234 / 0.9);
}

.stroke-line\/95 {
  stroke: rgb(229 232 234 / 0.95);
}

.stroke-line\/100 {
  stroke: rgb(229 232 234 / 1);
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-14 {
  padding: 3.5rem;
}

.\!p-0 {
  padding: 0px !important;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

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

.p-6 {
  padding: 1.5rem;
}

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

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

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

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

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

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

.\!py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

.pb-18 {
  padding-bottom: 4.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pt-6 {
  padding-top: 1.5rem !important;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[7px\] {
  font-size: 7px;
}

.text-\[9px\] {
  font-size: 9px;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-\[11px\] {
  font-size: 11px;
}

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

.font-semibold {
  font-weight: 600;
}

.font-\[350\] {
  font-weight: 350;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.leading-\[31px\] {
  line-height: 31px;
}

.leading-none {
  line-height: 1;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.-tracking-wide {
  letter-spacing: -0.025em;
}

.-tracking-wider {
  letter-spacing: -0.05em;
}

.-tracking-widest {
  letter-spacing: -0.1em;
}

.text-text {
  --tw-text-opacity: 1;
  color: rgb(210 210 212 / var(--tw-text-opacity));
}

.\!text-error {
  --tw-text-opacity: 1 !important;
  color: rgb(222 55 48 / var(--tw-text-opacity)) !important;
}

.\!text-success {
  --tw-text-opacity: 1 !important;
  color: rgb(54 184 90 / var(--tw-text-opacity)) !important;
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 170 141 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 41 0 / var(--tw-text-opacity));
}

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

.text-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(130 130 142 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(174 177 194 / var(--tw-text-opacity));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(54 184 90 / var(--tw-text-opacity));
}

.text-error {
  --tw-text-opacity: 1;
  color: rgb(222 55 48 / var(--tw-text-opacity));
}

.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(255 193 94 / var(--tw-text-opacity));
}

.text-text-grey {
  --tw-text-opacity: 1;
  color: rgb(118 121 139 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(33 32 32 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-warning {
  --tw-text-opacity: 1;
  color: rgb(250 200 176 / var(--tw-text-opacity));
}

.text-background {
  --tw-text-opacity: 1;
  color: rgb(76 78 83 / var(--tw-text-opacity));
}

.text-text-filter-active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-text-product {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\!text-inherit {
  color: inherit !important;
}

.text-background-paper {
  --tw-text-opacity: 1;
  color: rgb(33 32 32 / var(--tw-text-opacity));
}

.text-text-lightgrey {
  --tw-text-opacity: 1;
  color: rgb(210 210 212 / var(--tw-text-opacity));
}

.\!text-\[\#FF6A2F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 106 47 / var(--tw-text-opacity)) !important;
}

.text-background-secondary {
  --tw-text-opacity: 1;
  color: rgb(230 238 245 / var(--tw-text-opacity));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(250 200 176 / var(--tw-text-opacity));
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 41 0 / var(--tw-text-opacity)) !important;
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.text-button-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-button-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-button-success {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-button-error {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-button-hover-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-button-hover-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.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\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.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\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}

.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}

.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}

.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}

.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}

.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}

.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}

.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}

.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}

.text-button-primary\/0 {
  color: rgb(255 255 255 / 0);
}

.text-button-primary\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-button-primary\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-button-primary\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-button-primary\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-button-primary\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-button-primary\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-button-primary\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-button-primary\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-button-primary\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-button-primary\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-button-primary\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-button-primary\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-button-primary\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-button-primary\/100 {
  color: rgb(255 255 255 / 1);
}

.text-button-secondary\/0 {
  color: rgb(255 255 255 / 0);
}

.text-button-secondary\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-button-secondary\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-button-secondary\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-button-secondary\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-button-secondary\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-button-secondary\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-button-secondary\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-button-secondary\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-button-secondary\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-button-secondary\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-button-secondary\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-button-secondary\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-button-secondary\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-button-secondary\/100 {
  color: rgb(255 255 255 / 1);
}

.text-button-success\/0 {
  color: rgb(255 255 255 / 0);
}

.text-button-success\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-button-success\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-button-success\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-button-success\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-button-success\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-button-success\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-button-success\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-button-success\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-button-success\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-button-success\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-button-success\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-button-success\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-button-success\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-button-success\/100 {
  color: rgb(255 255 255 / 1);
}

.text-button-error\/0 {
  color: rgb(255 255 255 / 0);
}

.text-button-error\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-button-error\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-button-error\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-button-error\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-button-error\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-button-error\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-button-error\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-button-error\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-button-error\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-button-error\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-button-error\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-button-error\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-button-error\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-button-error\/100 {
  color: rgb(255 255 255 / 1);
}

.text-button-hover-primary\/0 {
  color: rgb(255 255 255 / 0);
}

.text-button-hover-primary\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-button-hover-primary\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-button-hover-primary\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-button-hover-primary\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-button-hover-primary\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-button-hover-primary\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-button-hover-primary\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-button-hover-primary\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-button-hover-primary\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-button-hover-primary\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-button-hover-primary\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-button-hover-primary\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-button-hover-primary\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-button-hover-primary\/100 {
  color: rgb(255 255 255 / 1);
}

.text-button-hover-secondary\/0 {
  color: rgb(255 255 255 / 0);
}

.text-button-hover-secondary\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-button-hover-secondary\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-button-hover-secondary\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-button-hover-secondary\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-button-hover-secondary\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-button-hover-secondary\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-button-hover-secondary\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-button-hover-secondary\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-button-hover-secondary\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-button-hover-secondary\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-button-hover-secondary\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-button-hover-secondary\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-button-hover-secondary\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-button-hover-secondary\/100 {
  color: rgb(255 255 255 / 1);
}

.text-warning\/0 {
  color: rgb(250 200 176 / 0);
}

.text-warning\/5 {
  color: rgb(250 200 176 / 0.05);
}

.text-warning\/10 {
  color: rgb(250 200 176 / 0.1);
}

.text-warning\/20 {
  color: rgb(250 200 176 / 0.2);
}

.text-warning\/25 {
  color: rgb(250 200 176 / 0.25);
}

.text-warning\/30 {
  color: rgb(250 200 176 / 0.3);
}

.text-warning\/40 {
  color: rgb(250 200 176 / 0.4);
}

.text-warning\/50 {
  color: rgb(250 200 176 / 0.5);
}

.text-warning\/60 {
  color: rgb(250 200 176 / 0.6);
}

.text-warning\/70 {
  color: rgb(250 200 176 / 0.7);
}

.text-warning\/75 {
  color: rgb(250 200 176 / 0.75);
}

.text-warning\/80 {
  color: rgb(250 200 176 / 0.8);
}

.text-warning\/90 {
  color: rgb(250 200 176 / 0.9);
}

.text-warning\/95 {
  color: rgb(250 200 176 / 0.95);
}

.text-warning\/100 {
  color: rgb(250 200 176 / 1);
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

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

.decoration-white {
  text-decoration-color: #fff;
}

.decoration-yellow-50 {
  text-decoration-color: #fefce8;
}

.decoration-yellow-100 {
  text-decoration-color: #fef9c3;
}

.decoration-yellow-200 {
  text-decoration-color: #fef08a;
}

.decoration-yellow-300 {
  text-decoration-color: #fde047;
}

.decoration-yellow-400 {
  text-decoration-color: #facc15;
}

.decoration-yellow-500 {
  text-decoration-color: #eab308;
}

.decoration-yellow-600 {
  text-decoration-color: #ca8a04;
}

.decoration-yellow-700 {
  text-decoration-color: #a16207;
}

.decoration-yellow-800 {
  text-decoration-color: #854d0e;
}

.decoration-yellow-900 {
  text-decoration-color: #713f12;
}

.decoration-warning {
  text-decoration-color: #FAC8B0;
}

.decoration-white\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}

.decoration-white\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}

.decoration-white\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}

.decoration-white\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}

.decoration-white\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}

.decoration-white\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}

.decoration-white\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}

.decoration-white\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}

.decoration-white\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}

.decoration-white\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}

.decoration-white\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}

.decoration-white\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}

.decoration-white\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}

.decoration-white\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}

.decoration-white\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}

.decoration-yellow-50\/0 {
  text-decoration-color: rgb(254 252 232 / 0);
}

.decoration-yellow-50\/5 {
  text-decoration-color: rgb(254 252 232 / 0.05);
}

.decoration-yellow-50\/10 {
  text-decoration-color: rgb(254 252 232 / 0.1);
}

.decoration-yellow-50\/20 {
  text-decoration-color: rgb(254 252 232 / 0.2);
}

.decoration-yellow-50\/25 {
  text-decoration-color: rgb(254 252 232 / 0.25);
}

.decoration-yellow-50\/30 {
  text-decoration-color: rgb(254 252 232 / 0.3);
}

.decoration-yellow-50\/40 {
  text-decoration-color: rgb(254 252 232 / 0.4);
}

.decoration-yellow-50\/50 {
  text-decoration-color: rgb(254 252 232 / 0.5);
}

.decoration-yellow-50\/60 {
  text-decoration-color: rgb(254 252 232 / 0.6);
}

.decoration-yellow-50\/70 {
  text-decoration-color: rgb(254 252 232 / 0.7);
}

.decoration-yellow-50\/75 {
  text-decoration-color: rgb(254 252 232 / 0.75);
}

.decoration-yellow-50\/80 {
  text-decoration-color: rgb(254 252 232 / 0.8);
}

.decoration-yellow-50\/90 {
  text-decoration-color: rgb(254 252 232 / 0.9);
}

.decoration-yellow-50\/95 {
  text-decoration-color: rgb(254 252 232 / 0.95);
}

.decoration-yellow-50\/100 {
  text-decoration-color: rgb(254 252 232 / 1);
}

.decoration-yellow-100\/0 {
  text-decoration-color: rgb(254 249 195 / 0);
}

.decoration-yellow-100\/5 {
  text-decoration-color: rgb(254 249 195 / 0.05);
}

.decoration-yellow-100\/10 {
  text-decoration-color: rgb(254 249 195 / 0.1);
}

.decoration-yellow-100\/20 {
  text-decoration-color: rgb(254 249 195 / 0.2);
}

.decoration-yellow-100\/25 {
  text-decoration-color: rgb(254 249 195 / 0.25);
}

.decoration-yellow-100\/30 {
  text-decoration-color: rgb(254 249 195 / 0.3);
}

.decoration-yellow-100\/40 {
  text-decoration-color: rgb(254 249 195 / 0.4);
}

.decoration-yellow-100\/50 {
  text-decoration-color: rgb(254 249 195 / 0.5);
}

.decoration-yellow-100\/60 {
  text-decoration-color: rgb(254 249 195 / 0.6);
}

.decoration-yellow-100\/70 {
  text-decoration-color: rgb(254 249 195 / 0.7);
}

.decoration-yellow-100\/75 {
  text-decoration-color: rgb(254 249 195 / 0.75);
}

.decoration-yellow-100\/80 {
  text-decoration-color: rgb(254 249 195 / 0.8);
}

.decoration-yellow-100\/90 {
  text-decoration-color: rgb(254 249 195 / 0.9);
}

.decoration-yellow-100\/95 {
  text-decoration-color: rgb(254 249 195 / 0.95);
}

.decoration-yellow-100\/100 {
  text-decoration-color: rgb(254 249 195 / 1);
}

.decoration-yellow-200\/0 {
  text-decoration-color: rgb(254 240 138 / 0);
}

.decoration-yellow-200\/5 {
  text-decoration-color: rgb(254 240 138 / 0.05);
}

.decoration-yellow-200\/10 {
  text-decoration-color: rgb(254 240 138 / 0.1);
}

.decoration-yellow-200\/20 {
  text-decoration-color: rgb(254 240 138 / 0.2);
}

.decoration-yellow-200\/25 {
  text-decoration-color: rgb(254 240 138 / 0.25);
}

.decoration-yellow-200\/30 {
  text-decoration-color: rgb(254 240 138 / 0.3);
}

.decoration-yellow-200\/40 {
  text-decoration-color: rgb(254 240 138 / 0.4);
}

.decoration-yellow-200\/50 {
  text-decoration-color: rgb(254 240 138 / 0.5);
}

.decoration-yellow-200\/60 {
  text-decoration-color: rgb(254 240 138 / 0.6);
}

.decoration-yellow-200\/70 {
  text-decoration-color: rgb(254 240 138 / 0.7);
}

.decoration-yellow-200\/75 {
  text-decoration-color: rgb(254 240 138 / 0.75);
}

.decoration-yellow-200\/80 {
  text-decoration-color: rgb(254 240 138 / 0.8);
}

.decoration-yellow-200\/90 {
  text-decoration-color: rgb(254 240 138 / 0.9);
}

.decoration-yellow-200\/95 {
  text-decoration-color: rgb(254 240 138 / 0.95);
}

.decoration-yellow-200\/100 {
  text-decoration-color: rgb(254 240 138 / 1);
}

.decoration-yellow-300\/0 {
  text-decoration-color: rgb(253 224 71 / 0);
}

.decoration-yellow-300\/5 {
  text-decoration-color: rgb(253 224 71 / 0.05);
}

.decoration-yellow-300\/10 {
  text-decoration-color: rgb(253 224 71 / 0.1);
}

.decoration-yellow-300\/20 {
  text-decoration-color: rgb(253 224 71 / 0.2);
}

.decoration-yellow-300\/25 {
  text-decoration-color: rgb(253 224 71 / 0.25);
}

.decoration-yellow-300\/30 {
  text-decoration-color: rgb(253 224 71 / 0.3);
}

.decoration-yellow-300\/40 {
  text-decoration-color: rgb(253 224 71 / 0.4);
}

.decoration-yellow-300\/50 {
  text-decoration-color: rgb(253 224 71 / 0.5);
}

.decoration-yellow-300\/60 {
  text-decoration-color: rgb(253 224 71 / 0.6);
}

.decoration-yellow-300\/70 {
  text-decoration-color: rgb(253 224 71 / 0.7);
}

.decoration-yellow-300\/75 {
  text-decoration-color: rgb(253 224 71 / 0.75);
}

.decoration-yellow-300\/80 {
  text-decoration-color: rgb(253 224 71 / 0.8);
}

.decoration-yellow-300\/90 {
  text-decoration-color: rgb(253 224 71 / 0.9);
}

.decoration-yellow-300\/95 {
  text-decoration-color: rgb(253 224 71 / 0.95);
}

.decoration-yellow-300\/100 {
  text-decoration-color: rgb(253 224 71 / 1);
}

.decoration-yellow-400\/0 {
  text-decoration-color: rgb(250 204 21 / 0);
}

.decoration-yellow-400\/5 {
  text-decoration-color: rgb(250 204 21 / 0.05);
}

.decoration-yellow-400\/10 {
  text-decoration-color: rgb(250 204 21 / 0.1);
}

.decoration-yellow-400\/20 {
  text-decoration-color: rgb(250 204 21 / 0.2);
}

.decoration-yellow-400\/25 {
  text-decoration-color: rgb(250 204 21 / 0.25);
}

.decoration-yellow-400\/30 {
  text-decoration-color: rgb(250 204 21 / 0.3);
}

.decoration-yellow-400\/40 {
  text-decoration-color: rgb(250 204 21 / 0.4);
}

.decoration-yellow-400\/50 {
  text-decoration-color: rgb(250 204 21 / 0.5);
}

.decoration-yellow-400\/60 {
  text-decoration-color: rgb(250 204 21 / 0.6);
}

.decoration-yellow-400\/70 {
  text-decoration-color: rgb(250 204 21 / 0.7);
}

.decoration-yellow-400\/75 {
  text-decoration-color: rgb(250 204 21 / 0.75);
}

.decoration-yellow-400\/80 {
  text-decoration-color: rgb(250 204 21 / 0.8);
}

.decoration-yellow-400\/90 {
  text-decoration-color: rgb(250 204 21 / 0.9);
}

.decoration-yellow-400\/95 {
  text-decoration-color: rgb(250 204 21 / 0.95);
}

.decoration-yellow-400\/100 {
  text-decoration-color: rgb(250 204 21 / 1);
}

.decoration-yellow-500\/0 {
  text-decoration-color: rgb(234 179 8 / 0);
}

.decoration-yellow-500\/5 {
  text-decoration-color: rgb(234 179 8 / 0.05);
}

.decoration-yellow-500\/10 {
  text-decoration-color: rgb(234 179 8 / 0.1);
}

.decoration-yellow-500\/20 {
  text-decoration-color: rgb(234 179 8 / 0.2);
}

.decoration-yellow-500\/25 {
  text-decoration-color: rgb(234 179 8 / 0.25);
}

.decoration-yellow-500\/30 {
  text-decoration-color: rgb(234 179 8 / 0.3);
}

.decoration-yellow-500\/40 {
  text-decoration-color: rgb(234 179 8 / 0.4);
}

.decoration-yellow-500\/50 {
  text-decoration-color: rgb(234 179 8 / 0.5);
}

.decoration-yellow-500\/60 {
  text-decoration-color: rgb(234 179 8 / 0.6);
}

.decoration-yellow-500\/70 {
  text-decoration-color: rgb(234 179 8 / 0.7);
}

.decoration-yellow-500\/75 {
  text-decoration-color: rgb(234 179 8 / 0.75);
}

.decoration-yellow-500\/80 {
  text-decoration-color: rgb(234 179 8 / 0.8);
}

.decoration-yellow-500\/90 {
  text-decoration-color: rgb(234 179 8 / 0.9);
}

.decoration-yellow-500\/95 {
  text-decoration-color: rgb(234 179 8 / 0.95);
}

.decoration-yellow-500\/100 {
  text-decoration-color: rgb(234 179 8 / 1);
}

.decoration-yellow-600\/0 {
  text-decoration-color: rgb(202 138 4 / 0);
}

.decoration-yellow-600\/5 {
  text-decoration-color: rgb(202 138 4 / 0.05);
}

.decoration-yellow-600\/10 {
  text-decoration-color: rgb(202 138 4 / 0.1);
}

.decoration-yellow-600\/20 {
  text-decoration-color: rgb(202 138 4 / 0.2);
}

.decoration-yellow-600\/25 {
  text-decoration-color: rgb(202 138 4 / 0.25);
}

.decoration-yellow-600\/30 {
  text-decoration-color: rgb(202 138 4 / 0.3);
}

.decoration-yellow-600\/40 {
  text-decoration-color: rgb(202 138 4 / 0.4);
}

.decoration-yellow-600\/50 {
  text-decoration-color: rgb(202 138 4 / 0.5);
}

.decoration-yellow-600\/60 {
  text-decoration-color: rgb(202 138 4 / 0.6);
}

.decoration-yellow-600\/70 {
  text-decoration-color: rgb(202 138 4 / 0.7);
}

.decoration-yellow-600\/75 {
  text-decoration-color: rgb(202 138 4 / 0.75);
}

.decoration-yellow-600\/80 {
  text-decoration-color: rgb(202 138 4 / 0.8);
}

.decoration-yellow-600\/90 {
  text-decoration-color: rgb(202 138 4 / 0.9);
}

.decoration-yellow-600\/95 {
  text-decoration-color: rgb(202 138 4 / 0.95);
}

.decoration-yellow-600\/100 {
  text-decoration-color: rgb(202 138 4 / 1);
}

.decoration-yellow-700\/0 {
  text-decoration-color: rgb(161 98 7 / 0);
}

.decoration-yellow-700\/5 {
  text-decoration-color: rgb(161 98 7 / 0.05);
}

.decoration-yellow-700\/10 {
  text-decoration-color: rgb(161 98 7 / 0.1);
}

.decoration-yellow-700\/20 {
  text-decoration-color: rgb(161 98 7 / 0.2);
}

.decoration-yellow-700\/25 {
  text-decoration-color: rgb(161 98 7 / 0.25);
}

.decoration-yellow-700\/30 {
  text-decoration-color: rgb(161 98 7 / 0.3);
}

.decoration-yellow-700\/40 {
  text-decoration-color: rgb(161 98 7 / 0.4);
}

.decoration-yellow-700\/50 {
  text-decoration-color: rgb(161 98 7 / 0.5);
}

.decoration-yellow-700\/60 {
  text-decoration-color: rgb(161 98 7 / 0.6);
}

.decoration-yellow-700\/70 {
  text-decoration-color: rgb(161 98 7 / 0.7);
}

.decoration-yellow-700\/75 {
  text-decoration-color: rgb(161 98 7 / 0.75);
}

.decoration-yellow-700\/80 {
  text-decoration-color: rgb(161 98 7 / 0.8);
}

.decoration-yellow-700\/90 {
  text-decoration-color: rgb(161 98 7 / 0.9);
}

.decoration-yellow-700\/95 {
  text-decoration-color: rgb(161 98 7 / 0.95);
}

.decoration-yellow-700\/100 {
  text-decoration-color: rgb(161 98 7 / 1);
}

.decoration-yellow-800\/0 {
  text-decoration-color: rgb(133 77 14 / 0);
}

.decoration-yellow-800\/5 {
  text-decoration-color: rgb(133 77 14 / 0.05);
}

.decoration-yellow-800\/10 {
  text-decoration-color: rgb(133 77 14 / 0.1);
}

.decoration-yellow-800\/20 {
  text-decoration-color: rgb(133 77 14 / 0.2);
}

.decoration-yellow-800\/25 {
  text-decoration-color: rgb(133 77 14 / 0.25);
}

.decoration-yellow-800\/30 {
  text-decoration-color: rgb(133 77 14 / 0.3);
}

.decoration-yellow-800\/40 {
  text-decoration-color: rgb(133 77 14 / 0.4);
}

.decoration-yellow-800\/50 {
  text-decoration-color: rgb(133 77 14 / 0.5);
}

.decoration-yellow-800\/60 {
  text-decoration-color: rgb(133 77 14 / 0.6);
}

.decoration-yellow-800\/70 {
  text-decoration-color: rgb(133 77 14 / 0.7);
}

.decoration-yellow-800\/75 {
  text-decoration-color: rgb(133 77 14 / 0.75);
}

.decoration-yellow-800\/80 {
  text-decoration-color: rgb(133 77 14 / 0.8);
}

.decoration-yellow-800\/90 {
  text-decoration-color: rgb(133 77 14 / 0.9);
}

.decoration-yellow-800\/95 {
  text-decoration-color: rgb(133 77 14 / 0.95);
}

.decoration-yellow-800\/100 {
  text-decoration-color: rgb(133 77 14 / 1);
}

.decoration-yellow-900\/0 {
  text-decoration-color: rgb(113 63 18 / 0);
}

.decoration-yellow-900\/5 {
  text-decoration-color: rgb(113 63 18 / 0.05);
}

.decoration-yellow-900\/10 {
  text-decoration-color: rgb(113 63 18 / 0.1);
}

.decoration-yellow-900\/20 {
  text-decoration-color: rgb(113 63 18 / 0.2);
}

.decoration-yellow-900\/25 {
  text-decoration-color: rgb(113 63 18 / 0.25);
}

.decoration-yellow-900\/30 {
  text-decoration-color: rgb(113 63 18 / 0.3);
}

.decoration-yellow-900\/40 {
  text-decoration-color: rgb(113 63 18 / 0.4);
}

.decoration-yellow-900\/50 {
  text-decoration-color: rgb(113 63 18 / 0.5);
}

.decoration-yellow-900\/60 {
  text-decoration-color: rgb(113 63 18 / 0.6);
}

.decoration-yellow-900\/70 {
  text-decoration-color: rgb(113 63 18 / 0.7);
}

.decoration-yellow-900\/75 {
  text-decoration-color: rgb(113 63 18 / 0.75);
}

.decoration-yellow-900\/80 {
  text-decoration-color: rgb(113 63 18 / 0.8);
}

.decoration-yellow-900\/90 {
  text-decoration-color: rgb(113 63 18 / 0.9);
}

.decoration-yellow-900\/95 {
  text-decoration-color: rgb(113 63 18 / 0.95);
}

.decoration-yellow-900\/100 {
  text-decoration-color: rgb(113 63 18 / 1);
}

.decoration-warning\/0 {
  text-decoration-color: rgb(250 200 176 / 0);
}

.decoration-warning\/5 {
  text-decoration-color: rgb(250 200 176 / 0.05);
}

.decoration-warning\/10 {
  text-decoration-color: rgb(250 200 176 / 0.1);
}

.decoration-warning\/20 {
  text-decoration-color: rgb(250 200 176 / 0.2);
}

.decoration-warning\/25 {
  text-decoration-color: rgb(250 200 176 / 0.25);
}

.decoration-warning\/30 {
  text-decoration-color: rgb(250 200 176 / 0.3);
}

.decoration-warning\/40 {
  text-decoration-color: rgb(250 200 176 / 0.4);
}

.decoration-warning\/50 {
  text-decoration-color: rgb(250 200 176 / 0.5);
}

.decoration-warning\/60 {
  text-decoration-color: rgb(250 200 176 / 0.6);
}

.decoration-warning\/70 {
  text-decoration-color: rgb(250 200 176 / 0.7);
}

.decoration-warning\/75 {
  text-decoration-color: rgb(250 200 176 / 0.75);
}

.decoration-warning\/80 {
  text-decoration-color: rgb(250 200 176 / 0.8);
}

.decoration-warning\/90 {
  text-decoration-color: rgb(250 200 176 / 0.9);
}

.decoration-warning\/95 {
  text-decoration-color: rgb(250 200 176 / 0.95);
}

.decoration-warning\/100 {
  text-decoration-color: rgb(250 200 176 / 1);
}

.decoration-wavy {
  text-decoration-style: wavy;
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

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

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity));
}

.placeholder-warning::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 200 176 / var(--tw-placeholder-opacity));
}

.placeholder-warning::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 200 176 / var(--tw-placeholder-opacity));
}

.placeholder-white\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}

.placeholder-white\/0::placeholder {
  color: rgb(255 255 255 / 0);
}

.placeholder-white\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}

.placeholder-white\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}

.placeholder-white\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-white\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-white\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-white\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-white\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-white\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-white\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-white\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-white\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-white\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-white\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-white\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}

.placeholder-white\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}

.placeholder-white\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}

.placeholder-white\/100::placeholder {
  color: rgb(255 255 255 / 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\/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\/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\/20::-moz-placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/20::placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/25::-moz-placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/25::placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/30::-moz-placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/30::placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/40::-moz-placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/40::placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/50::-moz-placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/50::placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/60::-moz-placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/60::placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/70::-moz-placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/70::placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/75::-moz-placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/75::placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/80::-moz-placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/80::placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/90::-moz-placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/90::placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/95::-moz-placeholder {
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-50\/95::placeholder {
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-50\/100::-moz-placeholder {
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/100::placeholder {
  color: rgb(254 252 232 / 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\/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\/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\/20::-moz-placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/20::placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/25::-moz-placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/25::placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/30::-moz-placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/30::placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/40::-moz-placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/40::placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/50::-moz-placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/50::placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/60::-moz-placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/60::placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/70::-moz-placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/70::placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/75::-moz-placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/75::placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/80::-moz-placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/80::placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/90::-moz-placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/90::placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/95::-moz-placeholder {
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-100\/95::placeholder {
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-100\/100::-moz-placeholder {
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/100::placeholder {
  color: rgb(254 249 195 / 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\/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\/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\/20::-moz-placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/20::placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/25::-moz-placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/25::placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/30::-moz-placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/30::placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/40::-moz-placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/40::placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/50::-moz-placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/50::placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/60::-moz-placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/60::placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/70::-moz-placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/70::placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/75::-moz-placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/75::placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/80::-moz-placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/80::placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/90::-moz-placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/90::placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/95::-moz-placeholder {
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-200\/95::placeholder {
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-200\/100::-moz-placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/100::placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-300\/0::-moz-placeholder {
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/0::placeholder {
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/5::-moz-placeholder {
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/5::placeholder {
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/10::-moz-placeholder {
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/10::placeholder {
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/20::-moz-placeholder {
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/20::placeholder {
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/25::-moz-placeholder {
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/25::placeholder {
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/30::-moz-placeholder {
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/30::placeholder {
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/40::-moz-placeholder {
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/40::placeholder {
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/50::-moz-placeholder {
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/50::placeholder {
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/60::-moz-placeholder {
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/60::placeholder {
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/70::-moz-placeholder {
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/70::placeholder {
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/75::-moz-placeholder {
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/75::placeholder {
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/80::-moz-placeholder {
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/80::placeholder {
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/90::-moz-placeholder {
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/90::placeholder {
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/95::-moz-placeholder {
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-300\/95::placeholder {
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-300\/100::-moz-placeholder {
  color: rgb(253 224 71 / 1);
}

.placeholder-yellow-300\/100::placeholder {
  color: rgb(253 224 71 / 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\/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\/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\/20::-moz-placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/20::placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/25::-moz-placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/25::placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/30::-moz-placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/30::placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/40::-moz-placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/40::placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/50::-moz-placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/50::placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/60::-moz-placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/60::placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/70::-moz-placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/70::placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/75::-moz-placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/75::placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/80::-moz-placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/80::placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/90::-moz-placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/90::placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/95::-moz-placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-400\/95::placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-400\/100::-moz-placeholder {
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/100::placeholder {
  color: rgb(250 204 21 / 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\/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\/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\/20::-moz-placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/20::placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/25::-moz-placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/25::placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/30::-moz-placeholder {
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/30::placeholder {
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/40::-moz-placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/40::placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/50::-moz-placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/50::placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/60::-moz-placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/60::placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/70::-moz-placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/70::placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/75::-moz-placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/75::placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/80::-moz-placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/80::placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/90::-moz-placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/90::placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/95::-moz-placeholder {
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-500\/95::placeholder {
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-500\/100::-moz-placeholder {
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/100::placeholder {
  color: rgb(234 179 8 / 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\/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\/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\/20::-moz-placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/20::placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/25::-moz-placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/25::placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/30::-moz-placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/30::placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/40::-moz-placeholder {
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/40::placeholder {
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/50::-moz-placeholder {
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/50::placeholder {
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/60::-moz-placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/60::placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/70::-moz-placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/70::placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/75::-moz-placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/75::placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/80::-moz-placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/80::placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/90::-moz-placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/90::placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/95::-moz-placeholder {
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-600\/95::placeholder {
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-600\/100::-moz-placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/100::placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-700\/0::-moz-placeholder {
  color: rgb(161 98 7 / 0);
}

.placeholder-yellow-700\/0::placeholder {
  color: rgb(161 98 7 / 0);
}

.placeholder-yellow-700\/5::-moz-placeholder {
  color: rgb(161 98 7 / 0.05);
}

.placeholder-yellow-700\/5::placeholder {
  color: rgb(161 98 7 / 0.05);
}

.placeholder-yellow-700\/10::-moz-placeholder {
  color: rgb(161 98 7 / 0.1);
}

.placeholder-yellow-700\/10::placeholder {
  color: rgb(161 98 7 / 0.1);
}

.placeholder-yellow-700\/20::-moz-placeholder {
  color: rgb(161 98 7 / 0.2);
}

.placeholder-yellow-700\/20::placeholder {
  color: rgb(161 98 7 / 0.2);
}

.placeholder-yellow-700\/25::-moz-placeholder {
  color: rgb(161 98 7 / 0.25);
}

.placeholder-yellow-700\/25::placeholder {
  color: rgb(161 98 7 / 0.25);
}

.placeholder-yellow-700\/30::-moz-placeholder {
  color: rgb(161 98 7 / 0.3);
}

.placeholder-yellow-700\/30::placeholder {
  color: rgb(161 98 7 / 0.3);
}

.placeholder-yellow-700\/40::-moz-placeholder {
  color: rgb(161 98 7 / 0.4);
}

.placeholder-yellow-700\/40::placeholder {
  color: rgb(161 98 7 / 0.4);
}

.placeholder-yellow-700\/50::-moz-placeholder {
  color: rgb(161 98 7 / 0.5);
}

.placeholder-yellow-700\/50::placeholder {
  color: rgb(161 98 7 / 0.5);
}

.placeholder-yellow-700\/60::-moz-placeholder {
  color: rgb(161 98 7 / 0.6);
}

.placeholder-yellow-700\/60::placeholder {
  color: rgb(161 98 7 / 0.6);
}

.placeholder-yellow-700\/70::-moz-placeholder {
  color: rgb(161 98 7 / 0.7);
}

.placeholder-yellow-700\/70::placeholder {
  color: rgb(161 98 7 / 0.7);
}

.placeholder-yellow-700\/75::-moz-placeholder {
  color: rgb(161 98 7 / 0.75);
}

.placeholder-yellow-700\/75::placeholder {
  color: rgb(161 98 7 / 0.75);
}

.placeholder-yellow-700\/80::-moz-placeholder {
  color: rgb(161 98 7 / 0.8);
}

.placeholder-yellow-700\/80::placeholder {
  color: rgb(161 98 7 / 0.8);
}

.placeholder-yellow-700\/90::-moz-placeholder {
  color: rgb(161 98 7 / 0.9);
}

.placeholder-yellow-700\/90::placeholder {
  color: rgb(161 98 7 / 0.9);
}

.placeholder-yellow-700\/95::-moz-placeholder {
  color: rgb(161 98 7 / 0.95);
}

.placeholder-yellow-700\/95::placeholder {
  color: rgb(161 98 7 / 0.95);
}

.placeholder-yellow-700\/100::-moz-placeholder {
  color: rgb(161 98 7 / 1);
}

.placeholder-yellow-700\/100::placeholder {
  color: rgb(161 98 7 / 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\/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\/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\/20::-moz-placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/20::placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/25::-moz-placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/25::placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/30::-moz-placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/30::placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/40::-moz-placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/40::placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/50::-moz-placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/50::placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/60::-moz-placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/60::placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/70::-moz-placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/70::placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/75::-moz-placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/75::placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/80::-moz-placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/80::placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/90::-moz-placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/90::placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/95::-moz-placeholder {
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-800\/95::placeholder {
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-800\/100::-moz-placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/100::placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-900\/0::-moz-placeholder {
  color: rgb(113 63 18 / 0);
}

.placeholder-yellow-900\/0::placeholder {
  color: rgb(113 63 18 / 0);
}

.placeholder-yellow-900\/5::-moz-placeholder {
  color: rgb(113 63 18 / 0.05);
}

.placeholder-yellow-900\/5::placeholder {
  color: rgb(113 63 18 / 0.05);
}

.placeholder-yellow-900\/10::-moz-placeholder {
  color: rgb(113 63 18 / 0.1);
}

.placeholder-yellow-900\/10::placeholder {
  color: rgb(113 63 18 / 0.1);
}

.placeholder-yellow-900\/20::-moz-placeholder {
  color: rgb(113 63 18 / 0.2);
}

.placeholder-yellow-900\/20::placeholder {
  color: rgb(113 63 18 / 0.2);
}

.placeholder-yellow-900\/25::-moz-placeholder {
  color: rgb(113 63 18 / 0.25);
}

.placeholder-yellow-900\/25::placeholder {
  color: rgb(113 63 18 / 0.25);
}

.placeholder-yellow-900\/30::-moz-placeholder {
  color: rgb(113 63 18 / 0.3);
}

.placeholder-yellow-900\/30::placeholder {
  color: rgb(113 63 18 / 0.3);
}

.placeholder-yellow-900\/40::-moz-placeholder {
  color: rgb(113 63 18 / 0.4);
}

.placeholder-yellow-900\/40::placeholder {
  color: rgb(113 63 18 / 0.4);
}

.placeholder-yellow-900\/50::-moz-placeholder {
  color: rgb(113 63 18 / 0.5);
}

.placeholder-yellow-900\/50::placeholder {
  color: rgb(113 63 18 / 0.5);
}

.placeholder-yellow-900\/60::-moz-placeholder {
  color: rgb(113 63 18 / 0.6);
}

.placeholder-yellow-900\/60::placeholder {
  color: rgb(113 63 18 / 0.6);
}

.placeholder-yellow-900\/70::-moz-placeholder {
  color: rgb(113 63 18 / 0.7);
}

.placeholder-yellow-900\/70::placeholder {
  color: rgb(113 63 18 / 0.7);
}

.placeholder-yellow-900\/75::-moz-placeholder {
  color: rgb(113 63 18 / 0.75);
}

.placeholder-yellow-900\/75::placeholder {
  color: rgb(113 63 18 / 0.75);
}

.placeholder-yellow-900\/80::-moz-placeholder {
  color: rgb(113 63 18 / 0.8);
}

.placeholder-yellow-900\/80::placeholder {
  color: rgb(113 63 18 / 0.8);
}

.placeholder-yellow-900\/90::-moz-placeholder {
  color: rgb(113 63 18 / 0.9);
}

.placeholder-yellow-900\/90::placeholder {
  color: rgb(113 63 18 / 0.9);
}

.placeholder-yellow-900\/95::-moz-placeholder {
  color: rgb(113 63 18 / 0.95);
}

.placeholder-yellow-900\/95::placeholder {
  color: rgb(113 63 18 / 0.95);
}

.placeholder-yellow-900\/100::-moz-placeholder {
  color: rgb(113 63 18 / 1);
}

.placeholder-yellow-900\/100::placeholder {
  color: rgb(113 63 18 / 1);
}

.placeholder-warning\/0::-moz-placeholder {
  color: rgb(250 200 176 / 0);
}

.placeholder-warning\/0::placeholder {
  color: rgb(250 200 176 / 0);
}

.placeholder-warning\/5::-moz-placeholder {
  color: rgb(250 200 176 / 0.05);
}

.placeholder-warning\/5::placeholder {
  color: rgb(250 200 176 / 0.05);
}

.placeholder-warning\/10::-moz-placeholder {
  color: rgb(250 200 176 / 0.1);
}

.placeholder-warning\/10::placeholder {
  color: rgb(250 200 176 / 0.1);
}

.placeholder-warning\/20::-moz-placeholder {
  color: rgb(250 200 176 / 0.2);
}

.placeholder-warning\/20::placeholder {
  color: rgb(250 200 176 / 0.2);
}

.placeholder-warning\/25::-moz-placeholder {
  color: rgb(250 200 176 / 0.25);
}

.placeholder-warning\/25::placeholder {
  color: rgb(250 200 176 / 0.25);
}

.placeholder-warning\/30::-moz-placeholder {
  color: rgb(250 200 176 / 0.3);
}

.placeholder-warning\/30::placeholder {
  color: rgb(250 200 176 / 0.3);
}

.placeholder-warning\/40::-moz-placeholder {
  color: rgb(250 200 176 / 0.4);
}

.placeholder-warning\/40::placeholder {
  color: rgb(250 200 176 / 0.4);
}

.placeholder-warning\/50::-moz-placeholder {
  color: rgb(250 200 176 / 0.5);
}

.placeholder-warning\/50::placeholder {
  color: rgb(250 200 176 / 0.5);
}

.placeholder-warning\/60::-moz-placeholder {
  color: rgb(250 200 176 / 0.6);
}

.placeholder-warning\/60::placeholder {
  color: rgb(250 200 176 / 0.6);
}

.placeholder-warning\/70::-moz-placeholder {
  color: rgb(250 200 176 / 0.7);
}

.placeholder-warning\/70::placeholder {
  color: rgb(250 200 176 / 0.7);
}

.placeholder-warning\/75::-moz-placeholder {
  color: rgb(250 200 176 / 0.75);
}

.placeholder-warning\/75::placeholder {
  color: rgb(250 200 176 / 0.75);
}

.placeholder-warning\/80::-moz-placeholder {
  color: rgb(250 200 176 / 0.8);
}

.placeholder-warning\/80::placeholder {
  color: rgb(250 200 176 / 0.8);
}

.placeholder-warning\/90::-moz-placeholder {
  color: rgb(250 200 176 / 0.9);
}

.placeholder-warning\/90::placeholder {
  color: rgb(250 200 176 / 0.9);
}

.placeholder-warning\/95::-moz-placeholder {
  color: rgb(250 200 176 / 0.95);
}

.placeholder-warning\/95::placeholder {
  color: rgb(250 200 176 / 0.95);
}

.placeholder-warning\/100::-moz-placeholder {
  color: rgb(250 200 176 / 1);
}

.placeholder-warning\/100::placeholder {
  color: rgb(250 200 176 / 1);
}

.caret-white {
  caret-color: #fff;
}

.caret-yellow-50 {
  caret-color: #fefce8;
}

.caret-yellow-100 {
  caret-color: #fef9c3;
}

.caret-yellow-200 {
  caret-color: #fef08a;
}

.caret-yellow-300 {
  caret-color: #fde047;
}

.caret-yellow-400 {
  caret-color: #facc15;
}

.caret-yellow-500 {
  caret-color: #eab308;
}

.caret-yellow-600 {
  caret-color: #ca8a04;
}

.caret-yellow-700 {
  caret-color: #a16207;
}

.caret-yellow-800 {
  caret-color: #854d0e;
}

.caret-yellow-900 {
  caret-color: #713f12;
}

.caret-warning {
  caret-color: #FAC8B0;
}

.caret-white\/0 {
  caret-color: rgb(255 255 255 / 0);
}

.caret-white\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}

.caret-white\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}

.caret-white\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}

.caret-white\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}

.caret-white\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}

.caret-white\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}

.caret-white\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}

.caret-white\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}

.caret-white\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}

.caret-white\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}

.caret-white\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}

.caret-white\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}

.caret-white\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}

.caret-white\/100 {
  caret-color: rgb(255 255 255 / 1);
}

.caret-yellow-50\/0 {
  caret-color: rgb(254 252 232 / 0);
}

.caret-yellow-50\/5 {
  caret-color: rgb(254 252 232 / 0.05);
}

.caret-yellow-50\/10 {
  caret-color: rgb(254 252 232 / 0.1);
}

.caret-yellow-50\/20 {
  caret-color: rgb(254 252 232 / 0.2);
}

.caret-yellow-50\/25 {
  caret-color: rgb(254 252 232 / 0.25);
}

.caret-yellow-50\/30 {
  caret-color: rgb(254 252 232 / 0.3);
}

.caret-yellow-50\/40 {
  caret-color: rgb(254 252 232 / 0.4);
}

.caret-yellow-50\/50 {
  caret-color: rgb(254 252 232 / 0.5);
}

.caret-yellow-50\/60 {
  caret-color: rgb(254 252 232 / 0.6);
}

.caret-yellow-50\/70 {
  caret-color: rgb(254 252 232 / 0.7);
}

.caret-yellow-50\/75 {
  caret-color: rgb(254 252 232 / 0.75);
}

.caret-yellow-50\/80 {
  caret-color: rgb(254 252 232 / 0.8);
}

.caret-yellow-50\/90 {
  caret-color: rgb(254 252 232 / 0.9);
}

.caret-yellow-50\/95 {
  caret-color: rgb(254 252 232 / 0.95);
}

.caret-yellow-50\/100 {
  caret-color: rgb(254 252 232 / 1);
}

.caret-yellow-100\/0 {
  caret-color: rgb(254 249 195 / 0);
}

.caret-yellow-100\/5 {
  caret-color: rgb(254 249 195 / 0.05);
}

.caret-yellow-100\/10 {
  caret-color: rgb(254 249 195 / 0.1);
}

.caret-yellow-100\/20 {
  caret-color: rgb(254 249 195 / 0.2);
}

.caret-yellow-100\/25 {
  caret-color: rgb(254 249 195 / 0.25);
}

.caret-yellow-100\/30 {
  caret-color: rgb(254 249 195 / 0.3);
}

.caret-yellow-100\/40 {
  caret-color: rgb(254 249 195 / 0.4);
}

.caret-yellow-100\/50 {
  caret-color: rgb(254 249 195 / 0.5);
}

.caret-yellow-100\/60 {
  caret-color: rgb(254 249 195 / 0.6);
}

.caret-yellow-100\/70 {
  caret-color: rgb(254 249 195 / 0.7);
}

.caret-yellow-100\/75 {
  caret-color: rgb(254 249 195 / 0.75);
}

.caret-yellow-100\/80 {
  caret-color: rgb(254 249 195 / 0.8);
}

.caret-yellow-100\/90 {
  caret-color: rgb(254 249 195 / 0.9);
}

.caret-yellow-100\/95 {
  caret-color: rgb(254 249 195 / 0.95);
}

.caret-yellow-100\/100 {
  caret-color: rgb(254 249 195 / 1);
}

.caret-yellow-200\/0 {
  caret-color: rgb(254 240 138 / 0);
}

.caret-yellow-200\/5 {
  caret-color: rgb(254 240 138 / 0.05);
}

.caret-yellow-200\/10 {
  caret-color: rgb(254 240 138 / 0.1);
}

.caret-yellow-200\/20 {
  caret-color: rgb(254 240 138 / 0.2);
}

.caret-yellow-200\/25 {
  caret-color: rgb(254 240 138 / 0.25);
}

.caret-yellow-200\/30 {
  caret-color: rgb(254 240 138 / 0.3);
}

.caret-yellow-200\/40 {
  caret-color: rgb(254 240 138 / 0.4);
}

.caret-yellow-200\/50 {
  caret-color: rgb(254 240 138 / 0.5);
}

.caret-yellow-200\/60 {
  caret-color: rgb(254 240 138 / 0.6);
}

.caret-yellow-200\/70 {
  caret-color: rgb(254 240 138 / 0.7);
}

.caret-yellow-200\/75 {
  caret-color: rgb(254 240 138 / 0.75);
}

.caret-yellow-200\/80 {
  caret-color: rgb(254 240 138 / 0.8);
}

.caret-yellow-200\/90 {
  caret-color: rgb(254 240 138 / 0.9);
}

.caret-yellow-200\/95 {
  caret-color: rgb(254 240 138 / 0.95);
}

.caret-yellow-200\/100 {
  caret-color: rgb(254 240 138 / 1);
}

.caret-yellow-300\/0 {
  caret-color: rgb(253 224 71 / 0);
}

.caret-yellow-300\/5 {
  caret-color: rgb(253 224 71 / 0.05);
}

.caret-yellow-300\/10 {
  caret-color: rgb(253 224 71 / 0.1);
}

.caret-yellow-300\/20 {
  caret-color: rgb(253 224 71 / 0.2);
}

.caret-yellow-300\/25 {
  caret-color: rgb(253 224 71 / 0.25);
}

.caret-yellow-300\/30 {
  caret-color: rgb(253 224 71 / 0.3);
}

.caret-yellow-300\/40 {
  caret-color: rgb(253 224 71 / 0.4);
}

.caret-yellow-300\/50 {
  caret-color: rgb(253 224 71 / 0.5);
}

.caret-yellow-300\/60 {
  caret-color: rgb(253 224 71 / 0.6);
}

.caret-yellow-300\/70 {
  caret-color: rgb(253 224 71 / 0.7);
}

.caret-yellow-300\/75 {
  caret-color: rgb(253 224 71 / 0.75);
}

.caret-yellow-300\/80 {
  caret-color: rgb(253 224 71 / 0.8);
}

.caret-yellow-300\/90 {
  caret-color: rgb(253 224 71 / 0.9);
}

.caret-yellow-300\/95 {
  caret-color: rgb(253 224 71 / 0.95);
}

.caret-yellow-300\/100 {
  caret-color: rgb(253 224 71 / 1);
}

.caret-yellow-400\/0 {
  caret-color: rgb(250 204 21 / 0);
}

.caret-yellow-400\/5 {
  caret-color: rgb(250 204 21 / 0.05);
}

.caret-yellow-400\/10 {
  caret-color: rgb(250 204 21 / 0.1);
}

.caret-yellow-400\/20 {
  caret-color: rgb(250 204 21 / 0.2);
}

.caret-yellow-400\/25 {
  caret-color: rgb(250 204 21 / 0.25);
}

.caret-yellow-400\/30 {
  caret-color: rgb(250 204 21 / 0.3);
}

.caret-yellow-400\/40 {
  caret-color: rgb(250 204 21 / 0.4);
}

.caret-yellow-400\/50 {
  caret-color: rgb(250 204 21 / 0.5);
}

.caret-yellow-400\/60 {
  caret-color: rgb(250 204 21 / 0.6);
}

.caret-yellow-400\/70 {
  caret-color: rgb(250 204 21 / 0.7);
}

.caret-yellow-400\/75 {
  caret-color: rgb(250 204 21 / 0.75);
}

.caret-yellow-400\/80 {
  caret-color: rgb(250 204 21 / 0.8);
}

.caret-yellow-400\/90 {
  caret-color: rgb(250 204 21 / 0.9);
}

.caret-yellow-400\/95 {
  caret-color: rgb(250 204 21 / 0.95);
}

.caret-yellow-400\/100 {
  caret-color: rgb(250 204 21 / 1);
}

.caret-yellow-500\/0 {
  caret-color: rgb(234 179 8 / 0);
}

.caret-yellow-500\/5 {
  caret-color: rgb(234 179 8 / 0.05);
}

.caret-yellow-500\/10 {
  caret-color: rgb(234 179 8 / 0.1);
}

.caret-yellow-500\/20 {
  caret-color: rgb(234 179 8 / 0.2);
}

.caret-yellow-500\/25 {
  caret-color: rgb(234 179 8 / 0.25);
}

.caret-yellow-500\/30 {
  caret-color: rgb(234 179 8 / 0.3);
}

.caret-yellow-500\/40 {
  caret-color: rgb(234 179 8 / 0.4);
}

.caret-yellow-500\/50 {
  caret-color: rgb(234 179 8 / 0.5);
}

.caret-yellow-500\/60 {
  caret-color: rgb(234 179 8 / 0.6);
}

.caret-yellow-500\/70 {
  caret-color: rgb(234 179 8 / 0.7);
}

.caret-yellow-500\/75 {
  caret-color: rgb(234 179 8 / 0.75);
}

.caret-yellow-500\/80 {
  caret-color: rgb(234 179 8 / 0.8);
}

.caret-yellow-500\/90 {
  caret-color: rgb(234 179 8 / 0.9);
}

.caret-yellow-500\/95 {
  caret-color: rgb(234 179 8 / 0.95);
}

.caret-yellow-500\/100 {
  caret-color: rgb(234 179 8 / 1);
}

.caret-yellow-600\/0 {
  caret-color: rgb(202 138 4 / 0);
}

.caret-yellow-600\/5 {
  caret-color: rgb(202 138 4 / 0.05);
}

.caret-yellow-600\/10 {
  caret-color: rgb(202 138 4 / 0.1);
}

.caret-yellow-600\/20 {
  caret-color: rgb(202 138 4 / 0.2);
}

.caret-yellow-600\/25 {
  caret-color: rgb(202 138 4 / 0.25);
}

.caret-yellow-600\/30 {
  caret-color: rgb(202 138 4 / 0.3);
}

.caret-yellow-600\/40 {
  caret-color: rgb(202 138 4 / 0.4);
}

.caret-yellow-600\/50 {
  caret-color: rgb(202 138 4 / 0.5);
}

.caret-yellow-600\/60 {
  caret-color: rgb(202 138 4 / 0.6);
}

.caret-yellow-600\/70 {
  caret-color: rgb(202 138 4 / 0.7);
}

.caret-yellow-600\/75 {
  caret-color: rgb(202 138 4 / 0.75);
}

.caret-yellow-600\/80 {
  caret-color: rgb(202 138 4 / 0.8);
}

.caret-yellow-600\/90 {
  caret-color: rgb(202 138 4 / 0.9);
}

.caret-yellow-600\/95 {
  caret-color: rgb(202 138 4 / 0.95);
}

.caret-yellow-600\/100 {
  caret-color: rgb(202 138 4 / 1);
}

.caret-yellow-700\/0 {
  caret-color: rgb(161 98 7 / 0);
}

.caret-yellow-700\/5 {
  caret-color: rgb(161 98 7 / 0.05);
}

.caret-yellow-700\/10 {
  caret-color: rgb(161 98 7 / 0.1);
}

.caret-yellow-700\/20 {
  caret-color: rgb(161 98 7 / 0.2);
}

.caret-yellow-700\/25 {
  caret-color: rgb(161 98 7 / 0.25);
}

.caret-yellow-700\/30 {
  caret-color: rgb(161 98 7 / 0.3);
}

.caret-yellow-700\/40 {
  caret-color: rgb(161 98 7 / 0.4);
}

.caret-yellow-700\/50 {
  caret-color: rgb(161 98 7 / 0.5);
}

.caret-yellow-700\/60 {
  caret-color: rgb(161 98 7 / 0.6);
}

.caret-yellow-700\/70 {
  caret-color: rgb(161 98 7 / 0.7);
}

.caret-yellow-700\/75 {
  caret-color: rgb(161 98 7 / 0.75);
}

.caret-yellow-700\/80 {
  caret-color: rgb(161 98 7 / 0.8);
}

.caret-yellow-700\/90 {
  caret-color: rgb(161 98 7 / 0.9);
}

.caret-yellow-700\/95 {
  caret-color: rgb(161 98 7 / 0.95);
}

.caret-yellow-700\/100 {
  caret-color: rgb(161 98 7 / 1);
}

.caret-yellow-800\/0 {
  caret-color: rgb(133 77 14 / 0);
}

.caret-yellow-800\/5 {
  caret-color: rgb(133 77 14 / 0.05);
}

.caret-yellow-800\/10 {
  caret-color: rgb(133 77 14 / 0.1);
}

.caret-yellow-800\/20 {
  caret-color: rgb(133 77 14 / 0.2);
}

.caret-yellow-800\/25 {
  caret-color: rgb(133 77 14 / 0.25);
}

.caret-yellow-800\/30 {
  caret-color: rgb(133 77 14 / 0.3);
}

.caret-yellow-800\/40 {
  caret-color: rgb(133 77 14 / 0.4);
}

.caret-yellow-800\/50 {
  caret-color: rgb(133 77 14 / 0.5);
}

.caret-yellow-800\/60 {
  caret-color: rgb(133 77 14 / 0.6);
}

.caret-yellow-800\/70 {
  caret-color: rgb(133 77 14 / 0.7);
}

.caret-yellow-800\/75 {
  caret-color: rgb(133 77 14 / 0.75);
}

.caret-yellow-800\/80 {
  caret-color: rgb(133 77 14 / 0.8);
}

.caret-yellow-800\/90 {
  caret-color: rgb(133 77 14 / 0.9);
}

.caret-yellow-800\/95 {
  caret-color: rgb(133 77 14 / 0.95);
}

.caret-yellow-800\/100 {
  caret-color: rgb(133 77 14 / 1);
}

.caret-yellow-900\/0 {
  caret-color: rgb(113 63 18 / 0);
}

.caret-yellow-900\/5 {
  caret-color: rgb(113 63 18 / 0.05);
}

.caret-yellow-900\/10 {
  caret-color: rgb(113 63 18 / 0.1);
}

.caret-yellow-900\/20 {
  caret-color: rgb(113 63 18 / 0.2);
}

.caret-yellow-900\/25 {
  caret-color: rgb(113 63 18 / 0.25);
}

.caret-yellow-900\/30 {
  caret-color: rgb(113 63 18 / 0.3);
}

.caret-yellow-900\/40 {
  caret-color: rgb(113 63 18 / 0.4);
}

.caret-yellow-900\/50 {
  caret-color: rgb(113 63 18 / 0.5);
}

.caret-yellow-900\/60 {
  caret-color: rgb(113 63 18 / 0.6);
}

.caret-yellow-900\/70 {
  caret-color: rgb(113 63 18 / 0.7);
}

.caret-yellow-900\/75 {
  caret-color: rgb(113 63 18 / 0.75);
}

.caret-yellow-900\/80 {
  caret-color: rgb(113 63 18 / 0.8);
}

.caret-yellow-900\/90 {
  caret-color: rgb(113 63 18 / 0.9);
}

.caret-yellow-900\/95 {
  caret-color: rgb(113 63 18 / 0.95);
}

.caret-yellow-900\/100 {
  caret-color: rgb(113 63 18 / 1);
}

.caret-warning\/0 {
  caret-color: rgb(250 200 176 / 0);
}

.caret-warning\/5 {
  caret-color: rgb(250 200 176 / 0.05);
}

.caret-warning\/10 {
  caret-color: rgb(250 200 176 / 0.1);
}

.caret-warning\/20 {
  caret-color: rgb(250 200 176 / 0.2);
}

.caret-warning\/25 {
  caret-color: rgb(250 200 176 / 0.25);
}

.caret-warning\/30 {
  caret-color: rgb(250 200 176 / 0.3);
}

.caret-warning\/40 {
  caret-color: rgb(250 200 176 / 0.4);
}

.caret-warning\/50 {
  caret-color: rgb(250 200 176 / 0.5);
}

.caret-warning\/60 {
  caret-color: rgb(250 200 176 / 0.6);
}

.caret-warning\/70 {
  caret-color: rgb(250 200 176 / 0.7);
}

.caret-warning\/75 {
  caret-color: rgb(250 200 176 / 0.75);
}

.caret-warning\/80 {
  caret-color: rgb(250 200 176 / 0.8);
}

.caret-warning\/90 {
  caret-color: rgb(250 200 176 / 0.9);
}

.caret-warning\/95 {
  caret-color: rgb(250 200 176 / 0.95);
}

.caret-warning\/100 {
  caret-color: rgb(250 200 176 / 1);
}

.accent-primary {
  accent-color: #ff2900;
}

.accent-white {
  accent-color: #fff;
}

.accent-yellow-50 {
  accent-color: #fefce8;
}

.accent-yellow-100 {
  accent-color: #fef9c3;
}

.accent-yellow-200 {
  accent-color: #fef08a;
}

.accent-yellow-300 {
  accent-color: #fde047;
}

.accent-yellow-400 {
  accent-color: #facc15;
}

.accent-yellow-500 {
  accent-color: #eab308;
}

.accent-yellow-600 {
  accent-color: #ca8a04;
}

.accent-yellow-700 {
  accent-color: #a16207;
}

.accent-yellow-800 {
  accent-color: #854d0e;
}

.accent-yellow-900 {
  accent-color: #713f12;
}

.accent-warning {
  accent-color: #FAC8B0;
}

.accent-white\/0 {
  accent-color: rgb(255 255 255 / 0);
}

.accent-white\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}

.accent-white\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}

.accent-white\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}

.accent-white\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}

.accent-white\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}

.accent-white\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}

.accent-white\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}

.accent-white\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}

.accent-white\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}

.accent-white\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}

.accent-white\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}

.accent-white\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}

.accent-white\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}

.accent-white\/100 {
  accent-color: rgb(255 255 255 / 1);
}

.accent-yellow-50\/0 {
  accent-color: rgb(254 252 232 / 0);
}

.accent-yellow-50\/5 {
  accent-color: rgb(254 252 232 / 0.05);
}

.accent-yellow-50\/10 {
  accent-color: rgb(254 252 232 / 0.1);
}

.accent-yellow-50\/20 {
  accent-color: rgb(254 252 232 / 0.2);
}

.accent-yellow-50\/25 {
  accent-color: rgb(254 252 232 / 0.25);
}

.accent-yellow-50\/30 {
  accent-color: rgb(254 252 232 / 0.3);
}

.accent-yellow-50\/40 {
  accent-color: rgb(254 252 232 / 0.4);
}

.accent-yellow-50\/50 {
  accent-color: rgb(254 252 232 / 0.5);
}

.accent-yellow-50\/60 {
  accent-color: rgb(254 252 232 / 0.6);
}

.accent-yellow-50\/70 {
  accent-color: rgb(254 252 232 / 0.7);
}

.accent-yellow-50\/75 {
  accent-color: rgb(254 252 232 / 0.75);
}

.accent-yellow-50\/80 {
  accent-color: rgb(254 252 232 / 0.8);
}

.accent-yellow-50\/90 {
  accent-color: rgb(254 252 232 / 0.9);
}

.accent-yellow-50\/95 {
  accent-color: rgb(254 252 232 / 0.95);
}

.accent-yellow-50\/100 {
  accent-color: rgb(254 252 232 / 1);
}

.accent-yellow-100\/0 {
  accent-color: rgb(254 249 195 / 0);
}

.accent-yellow-100\/5 {
  accent-color: rgb(254 249 195 / 0.05);
}

.accent-yellow-100\/10 {
  accent-color: rgb(254 249 195 / 0.1);
}

.accent-yellow-100\/20 {
  accent-color: rgb(254 249 195 / 0.2);
}

.accent-yellow-100\/25 {
  accent-color: rgb(254 249 195 / 0.25);
}

.accent-yellow-100\/30 {
  accent-color: rgb(254 249 195 / 0.3);
}

.accent-yellow-100\/40 {
  accent-color: rgb(254 249 195 / 0.4);
}

.accent-yellow-100\/50 {
  accent-color: rgb(254 249 195 / 0.5);
}

.accent-yellow-100\/60 {
  accent-color: rgb(254 249 195 / 0.6);
}

.accent-yellow-100\/70 {
  accent-color: rgb(254 249 195 / 0.7);
}

.accent-yellow-100\/75 {
  accent-color: rgb(254 249 195 / 0.75);
}

.accent-yellow-100\/80 {
  accent-color: rgb(254 249 195 / 0.8);
}

.accent-yellow-100\/90 {
  accent-color: rgb(254 249 195 / 0.9);
}

.accent-yellow-100\/95 {
  accent-color: rgb(254 249 195 / 0.95);
}

.accent-yellow-100\/100 {
  accent-color: rgb(254 249 195 / 1);
}

.accent-yellow-200\/0 {
  accent-color: rgb(254 240 138 / 0);
}

.accent-yellow-200\/5 {
  accent-color: rgb(254 240 138 / 0.05);
}

.accent-yellow-200\/10 {
  accent-color: rgb(254 240 138 / 0.1);
}

.accent-yellow-200\/20 {
  accent-color: rgb(254 240 138 / 0.2);
}

.accent-yellow-200\/25 {
  accent-color: rgb(254 240 138 / 0.25);
}

.accent-yellow-200\/30 {
  accent-color: rgb(254 240 138 / 0.3);
}

.accent-yellow-200\/40 {
  accent-color: rgb(254 240 138 / 0.4);
}

.accent-yellow-200\/50 {
  accent-color: rgb(254 240 138 / 0.5);
}

.accent-yellow-200\/60 {
  accent-color: rgb(254 240 138 / 0.6);
}

.accent-yellow-200\/70 {
  accent-color: rgb(254 240 138 / 0.7);
}

.accent-yellow-200\/75 {
  accent-color: rgb(254 240 138 / 0.75);
}

.accent-yellow-200\/80 {
  accent-color: rgb(254 240 138 / 0.8);
}

.accent-yellow-200\/90 {
  accent-color: rgb(254 240 138 / 0.9);
}

.accent-yellow-200\/95 {
  accent-color: rgb(254 240 138 / 0.95);
}

.accent-yellow-200\/100 {
  accent-color: rgb(254 240 138 / 1);
}

.accent-yellow-300\/0 {
  accent-color: rgb(253 224 71 / 0);
}

.accent-yellow-300\/5 {
  accent-color: rgb(253 224 71 / 0.05);
}

.accent-yellow-300\/10 {
  accent-color: rgb(253 224 71 / 0.1);
}

.accent-yellow-300\/20 {
  accent-color: rgb(253 224 71 / 0.2);
}

.accent-yellow-300\/25 {
  accent-color: rgb(253 224 71 / 0.25);
}

.accent-yellow-300\/30 {
  accent-color: rgb(253 224 71 / 0.3);
}

.accent-yellow-300\/40 {
  accent-color: rgb(253 224 71 / 0.4);
}

.accent-yellow-300\/50 {
  accent-color: rgb(253 224 71 / 0.5);
}

.accent-yellow-300\/60 {
  accent-color: rgb(253 224 71 / 0.6);
}

.accent-yellow-300\/70 {
  accent-color: rgb(253 224 71 / 0.7);
}

.accent-yellow-300\/75 {
  accent-color: rgb(253 224 71 / 0.75);
}

.accent-yellow-300\/80 {
  accent-color: rgb(253 224 71 / 0.8);
}

.accent-yellow-300\/90 {
  accent-color: rgb(253 224 71 / 0.9);
}

.accent-yellow-300\/95 {
  accent-color: rgb(253 224 71 / 0.95);
}

.accent-yellow-300\/100 {
  accent-color: rgb(253 224 71 / 1);
}

.accent-yellow-400\/0 {
  accent-color: rgb(250 204 21 / 0);
}

.accent-yellow-400\/5 {
  accent-color: rgb(250 204 21 / 0.05);
}

.accent-yellow-400\/10 {
  accent-color: rgb(250 204 21 / 0.1);
}

.accent-yellow-400\/20 {
  accent-color: rgb(250 204 21 / 0.2);
}

.accent-yellow-400\/25 {
  accent-color: rgb(250 204 21 / 0.25);
}

.accent-yellow-400\/30 {
  accent-color: rgb(250 204 21 / 0.3);
}

.accent-yellow-400\/40 {
  accent-color: rgb(250 204 21 / 0.4);
}

.accent-yellow-400\/50 {
  accent-color: rgb(250 204 21 / 0.5);
}

.accent-yellow-400\/60 {
  accent-color: rgb(250 204 21 / 0.6);
}

.accent-yellow-400\/70 {
  accent-color: rgb(250 204 21 / 0.7);
}

.accent-yellow-400\/75 {
  accent-color: rgb(250 204 21 / 0.75);
}

.accent-yellow-400\/80 {
  accent-color: rgb(250 204 21 / 0.8);
}

.accent-yellow-400\/90 {
  accent-color: rgb(250 204 21 / 0.9);
}

.accent-yellow-400\/95 {
  accent-color: rgb(250 204 21 / 0.95);
}

.accent-yellow-400\/100 {
  accent-color: rgb(250 204 21 / 1);
}

.accent-yellow-500\/0 {
  accent-color: rgb(234 179 8 / 0);
}

.accent-yellow-500\/5 {
  accent-color: rgb(234 179 8 / 0.05);
}

.accent-yellow-500\/10 {
  accent-color: rgb(234 179 8 / 0.1);
}

.accent-yellow-500\/20 {
  accent-color: rgb(234 179 8 / 0.2);
}

.accent-yellow-500\/25 {
  accent-color: rgb(234 179 8 / 0.25);
}

.accent-yellow-500\/30 {
  accent-color: rgb(234 179 8 / 0.3);
}

.accent-yellow-500\/40 {
  accent-color: rgb(234 179 8 / 0.4);
}

.accent-yellow-500\/50 {
  accent-color: rgb(234 179 8 / 0.5);
}

.accent-yellow-500\/60 {
  accent-color: rgb(234 179 8 / 0.6);
}

.accent-yellow-500\/70 {
  accent-color: rgb(234 179 8 / 0.7);
}

.accent-yellow-500\/75 {
  accent-color: rgb(234 179 8 / 0.75);
}

.accent-yellow-500\/80 {
  accent-color: rgb(234 179 8 / 0.8);
}

.accent-yellow-500\/90 {
  accent-color: rgb(234 179 8 / 0.9);
}

.accent-yellow-500\/95 {
  accent-color: rgb(234 179 8 / 0.95);
}

.accent-yellow-500\/100 {
  accent-color: rgb(234 179 8 / 1);
}

.accent-yellow-600\/0 {
  accent-color: rgb(202 138 4 / 0);
}

.accent-yellow-600\/5 {
  accent-color: rgb(202 138 4 / 0.05);
}

.accent-yellow-600\/10 {
  accent-color: rgb(202 138 4 / 0.1);
}

.accent-yellow-600\/20 {
  accent-color: rgb(202 138 4 / 0.2);
}

.accent-yellow-600\/25 {
  accent-color: rgb(202 138 4 / 0.25);
}

.accent-yellow-600\/30 {
  accent-color: rgb(202 138 4 / 0.3);
}

.accent-yellow-600\/40 {
  accent-color: rgb(202 138 4 / 0.4);
}

.accent-yellow-600\/50 {
  accent-color: rgb(202 138 4 / 0.5);
}

.accent-yellow-600\/60 {
  accent-color: rgb(202 138 4 / 0.6);
}

.accent-yellow-600\/70 {
  accent-color: rgb(202 138 4 / 0.7);
}

.accent-yellow-600\/75 {
  accent-color: rgb(202 138 4 / 0.75);
}

.accent-yellow-600\/80 {
  accent-color: rgb(202 138 4 / 0.8);
}

.accent-yellow-600\/90 {
  accent-color: rgb(202 138 4 / 0.9);
}

.accent-yellow-600\/95 {
  accent-color: rgb(202 138 4 / 0.95);
}

.accent-yellow-600\/100 {
  accent-color: rgb(202 138 4 / 1);
}

.accent-yellow-700\/0 {
  accent-color: rgb(161 98 7 / 0);
}

.accent-yellow-700\/5 {
  accent-color: rgb(161 98 7 / 0.05);
}

.accent-yellow-700\/10 {
  accent-color: rgb(161 98 7 / 0.1);
}

.accent-yellow-700\/20 {
  accent-color: rgb(161 98 7 / 0.2);
}

.accent-yellow-700\/25 {
  accent-color: rgb(161 98 7 / 0.25);
}

.accent-yellow-700\/30 {
  accent-color: rgb(161 98 7 / 0.3);
}

.accent-yellow-700\/40 {
  accent-color: rgb(161 98 7 / 0.4);
}

.accent-yellow-700\/50 {
  accent-color: rgb(161 98 7 / 0.5);
}

.accent-yellow-700\/60 {
  accent-color: rgb(161 98 7 / 0.6);
}

.accent-yellow-700\/70 {
  accent-color: rgb(161 98 7 / 0.7);
}

.accent-yellow-700\/75 {
  accent-color: rgb(161 98 7 / 0.75);
}

.accent-yellow-700\/80 {
  accent-color: rgb(161 98 7 / 0.8);
}

.accent-yellow-700\/90 {
  accent-color: rgb(161 98 7 / 0.9);
}

.accent-yellow-700\/95 {
  accent-color: rgb(161 98 7 / 0.95);
}

.accent-yellow-700\/100 {
  accent-color: rgb(161 98 7 / 1);
}

.accent-yellow-800\/0 {
  accent-color: rgb(133 77 14 / 0);
}

.accent-yellow-800\/5 {
  accent-color: rgb(133 77 14 / 0.05);
}

.accent-yellow-800\/10 {
  accent-color: rgb(133 77 14 / 0.1);
}

.accent-yellow-800\/20 {
  accent-color: rgb(133 77 14 / 0.2);
}

.accent-yellow-800\/25 {
  accent-color: rgb(133 77 14 / 0.25);
}

.accent-yellow-800\/30 {
  accent-color: rgb(133 77 14 / 0.3);
}

.accent-yellow-800\/40 {
  accent-color: rgb(133 77 14 / 0.4);
}

.accent-yellow-800\/50 {
  accent-color: rgb(133 77 14 / 0.5);
}

.accent-yellow-800\/60 {
  accent-color: rgb(133 77 14 / 0.6);
}

.accent-yellow-800\/70 {
  accent-color: rgb(133 77 14 / 0.7);
}

.accent-yellow-800\/75 {
  accent-color: rgb(133 77 14 / 0.75);
}

.accent-yellow-800\/80 {
  accent-color: rgb(133 77 14 / 0.8);
}

.accent-yellow-800\/90 {
  accent-color: rgb(133 77 14 / 0.9);
}

.accent-yellow-800\/95 {
  accent-color: rgb(133 77 14 / 0.95);
}

.accent-yellow-800\/100 {
  accent-color: rgb(133 77 14 / 1);
}

.accent-yellow-900\/0 {
  accent-color: rgb(113 63 18 / 0);
}

.accent-yellow-900\/5 {
  accent-color: rgb(113 63 18 / 0.05);
}

.accent-yellow-900\/10 {
  accent-color: rgb(113 63 18 / 0.1);
}

.accent-yellow-900\/20 {
  accent-color: rgb(113 63 18 / 0.2);
}

.accent-yellow-900\/25 {
  accent-color: rgb(113 63 18 / 0.25);
}

.accent-yellow-900\/30 {
  accent-color: rgb(113 63 18 / 0.3);
}

.accent-yellow-900\/40 {
  accent-color: rgb(113 63 18 / 0.4);
}

.accent-yellow-900\/50 {
  accent-color: rgb(113 63 18 / 0.5);
}

.accent-yellow-900\/60 {
  accent-color: rgb(113 63 18 / 0.6);
}

.accent-yellow-900\/70 {
  accent-color: rgb(113 63 18 / 0.7);
}

.accent-yellow-900\/75 {
  accent-color: rgb(113 63 18 / 0.75);
}

.accent-yellow-900\/80 {
  accent-color: rgb(113 63 18 / 0.8);
}

.accent-yellow-900\/90 {
  accent-color: rgb(113 63 18 / 0.9);
}

.accent-yellow-900\/95 {
  accent-color: rgb(113 63 18 / 0.95);
}

.accent-yellow-900\/100 {
  accent-color: rgb(113 63 18 / 1);
}

.accent-warning\/0 {
  accent-color: rgb(250 200 176 / 0);
}

.accent-warning\/5 {
  accent-color: rgb(250 200 176 / 0.05);
}

.accent-warning\/10 {
  accent-color: rgb(250 200 176 / 0.1);
}

.accent-warning\/20 {
  accent-color: rgb(250 200 176 / 0.2);
}

.accent-warning\/25 {
  accent-color: rgb(250 200 176 / 0.25);
}

.accent-warning\/30 {
  accent-color: rgb(250 200 176 / 0.3);
}

.accent-warning\/40 {
  accent-color: rgb(250 200 176 / 0.4);
}

.accent-warning\/50 {
  accent-color: rgb(250 200 176 / 0.5);
}

.accent-warning\/60 {
  accent-color: rgb(250 200 176 / 0.6);
}

.accent-warning\/70 {
  accent-color: rgb(250 200 176 / 0.7);
}

.accent-warning\/75 {
  accent-color: rgb(250 200 176 / 0.75);
}

.accent-warning\/80 {
  accent-color: rgb(250 200 176 / 0.8);
}

.accent-warning\/90 {
  accent-color: rgb(250 200 176 / 0.9);
}

.accent-warning\/95 {
  accent-color: rgb(250 200 176 / 0.95);
}

.accent-warning\/100 {
  accent-color: rgb(250 200 176 / 1);
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-90 {
  opacity: 0.9;
}

.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-md {
  --tw-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 2px 14px 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 {
  --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-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-sm {
  --tw-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color), 0px 2px 2px var(--tw-shadow-color), 0px 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-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-inherit {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-current {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50 {
  --tw-shadow-color: #f8fafc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100 {
  --tw-shadow-color: #f1f5f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200 {
  --tw-shadow-color: #e2e8f0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300 {
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400 {
  --tw-shadow-color: #94a3b8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500 {
  --tw-shadow-color: #64748b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600 {
  --tw-shadow-color: #475569;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700 {
  --tw-shadow-color: #334155;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800 {
  --tw-shadow-color: #1e293b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900 {
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50 {
  --tw-shadow-color: #f9fafb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100 {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200 {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300 {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400 {
  --tw-shadow-color: #9ca3af;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500 {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600 {
  --tw-shadow-color: #4b5563;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700 {
  --tw-shadow-color: #212020;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800 {
  --tw-shadow-color: #000000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900 {
  --tw-shadow-color: #111827;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50 {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100 {
  --tw-shadow-color: #f4f4f5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200 {
  --tw-shadow-color: #e4e4e7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300 {
  --tw-shadow-color: #d4d4d8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400 {
  --tw-shadow-color: #a1a1aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500 {
  --tw-shadow-color: #71717a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600 {
  --tw-shadow-color: #52525b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700 {
  --tw-shadow-color: #3f3f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800 {
  --tw-shadow-color: #27272a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900 {
  --tw-shadow-color: #18181b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50 {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100 {
  --tw-shadow-color: #f5f5f5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200 {
  --tw-shadow-color: #e5e5e5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300 {
  --tw-shadow-color: #d4d4d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400 {
  --tw-shadow-color: #a3a3a3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500 {
  --tw-shadow-color: #737373;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600 {
  --tw-shadow-color: #525252;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700 {
  --tw-shadow-color: #404040;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800 {
  --tw-shadow-color: #262626;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900 {
  --tw-shadow-color: #171717;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50 {
  --tw-shadow-color: #fafaf9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100 {
  --tw-shadow-color: #f5f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200 {
  --tw-shadow-color: #e7e5e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300 {
  --tw-shadow-color: #d6d3d1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400 {
  --tw-shadow-color: #a8a29e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500 {
  --tw-shadow-color: #78716c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600 {
  --tw-shadow-color: #57534e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700 {
  --tw-shadow-color: #44403c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800 {
  --tw-shadow-color: #292524;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900 {
  --tw-shadow-color: #1c1917;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50 {
  --tw-shadow-color: #fef2f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100 {
  --tw-shadow-color: #fee2e2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200 {
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300 {
  --tw-shadow-color: #fca5a5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400 {
  --tw-shadow-color: #f87171;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500 {
  --tw-shadow-color: #ef4444;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600 {
  --tw-shadow-color: #dc2626;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700 {
  --tw-shadow-color: #b91c1c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800 {
  --tw-shadow-color: #991b1b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900 {
  --tw-shadow-color: #7f1d1d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50 {
  --tw-shadow-color: #fff7ed;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100 {
  --tw-shadow-color: #ffedd5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200 {
  --tw-shadow-color: #fed7aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300 {
  --tw-shadow-color: #fdba74;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400 {
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500 {
  --tw-shadow-color: #f97316;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600 {
  --tw-shadow-color: #ea580c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700 {
  --tw-shadow-color: #c2410c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800 {
  --tw-shadow-color: #9a3412;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900 {
  --tw-shadow-color: #7c2d12;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50 {
  --tw-shadow-color: #fffbeb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100 {
  --tw-shadow-color: #fef3c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200 {
  --tw-shadow-color: #fde68a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300 {
  --tw-shadow-color: #fcd34d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400 {
  --tw-shadow-color: #fbbf24;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500 {
  --tw-shadow-color: #f59e0b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600 {
  --tw-shadow-color: #d97706;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700 {
  --tw-shadow-color: #b45309;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800 {
  --tw-shadow-color: #92400e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900 {
  --tw-shadow-color: #78350f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50 {
  --tw-shadow-color: #fefce8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100 {
  --tw-shadow-color: #fef9c3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200 {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300 {
  --tw-shadow-color: #fde047;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400 {
  --tw-shadow-color: #facc15;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500 {
  --tw-shadow-color: #eab308;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600 {
  --tw-shadow-color: #ca8a04;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700 {
  --tw-shadow-color: #a16207;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800 {
  --tw-shadow-color: #854d0e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900 {
  --tw-shadow-color: #713f12;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50 {
  --tw-shadow-color: #f7fee7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100 {
  --tw-shadow-color: #ecfccb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200 {
  --tw-shadow-color: #d9f99d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300 {
  --tw-shadow-color: #bef264;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400 {
  --tw-shadow-color: #a3e635;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500 {
  --tw-shadow-color: #84cc16;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600 {
  --tw-shadow-color: #65a30d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700 {
  --tw-shadow-color: #4d7c0f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800 {
  --tw-shadow-color: #3f6212;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900 {
  --tw-shadow-color: #365314;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50 {
  --tw-shadow-color: #f0fdf4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100 {
  --tw-shadow-color: #dcfce7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200 {
  --tw-shadow-color: #bbf7d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300 {
  --tw-shadow-color: #86efac;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400 {
  --tw-shadow-color: #4ade80;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500 {
  --tw-shadow-color: #22c55e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600 {
  --tw-shadow-color: #16a34a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700 {
  --tw-shadow-color: #15803d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800 {
  --tw-shadow-color: #166534;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900 {
  --tw-shadow-color: #14532d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50 {
  --tw-shadow-color: #ecfdf5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100 {
  --tw-shadow-color: #d1fae5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200 {
  --tw-shadow-color: #a7f3d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300 {
  --tw-shadow-color: #6ee7b7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400 {
  --tw-shadow-color: #34d399;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500 {
  --tw-shadow-color: #10b981;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600 {
  --tw-shadow-color: #059669;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700 {
  --tw-shadow-color: #047857;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800 {
  --tw-shadow-color: #065f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900 {
  --tw-shadow-color: #064e3b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50 {
  --tw-shadow-color: #f0fdfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100 {
  --tw-shadow-color: #ccfbf1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200 {
  --tw-shadow-color: #99f6e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300 {
  --tw-shadow-color: #5eead4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400 {
  --tw-shadow-color: #2dd4bf;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500 {
  --tw-shadow-color: #14b8a6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600 {
  --tw-shadow-color: #0d9488;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700 {
  --tw-shadow-color: #0f766e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800 {
  --tw-shadow-color: #115e59;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900 {
  --tw-shadow-color: #134e4a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50 {
  --tw-shadow-color: #ecfeff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100 {
  --tw-shadow-color: #cffafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200 {
  --tw-shadow-color: #a5f3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300 {
  --tw-shadow-color: #67e8f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400 {
  --tw-shadow-color: #22d3ee;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500 {
  --tw-shadow-color: #06b6d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600 {
  --tw-shadow-color: #0891b2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700 {
  --tw-shadow-color: #0e7490;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800 {
  --tw-shadow-color: #155e75;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900 {
  --tw-shadow-color: #164e63;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50 {
  --tw-shadow-color: #f0f9ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100 {
  --tw-shadow-color: #e0f2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200 {
  --tw-shadow-color: #bae6fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300 {
  --tw-shadow-color: #7dd3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400 {
  --tw-shadow-color: #38bdf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500 {
  --tw-shadow-color: #0ea5e9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600 {
  --tw-shadow-color: #0284c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700 {
  --tw-shadow-color: #0369a1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800 {
  --tw-shadow-color: #075985;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900 {
  --tw-shadow-color: #0c4a6e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50 {
  --tw-shadow-color: #eff6ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100 {
  --tw-shadow-color: #dbeafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200 {
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300 {
  --tw-shadow-color: #93c5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400 {
  --tw-shadow-color: #60a5fa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500 {
  --tw-shadow-color: #3b82f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600 {
  --tw-shadow-color: #2563eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700 {
  --tw-shadow-color: #1d4ed8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800 {
  --tw-shadow-color: #1e40af;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900 {
  --tw-shadow-color: #1e3a8a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50 {
  --tw-shadow-color: #eef2ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100 {
  --tw-shadow-color: #e0e7ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200 {
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300 {
  --tw-shadow-color: #a5b4fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400 {
  --tw-shadow-color: #818cf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500 {
  --tw-shadow-color: #6366f1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600 {
  --tw-shadow-color: #4f46e5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700 {
  --tw-shadow-color: #4338ca;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800 {
  --tw-shadow-color: #3730a3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900 {
  --tw-shadow-color: #312e81;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50 {
  --tw-shadow-color: #f5f3ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100 {
  --tw-shadow-color: #ede9fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200 {
  --tw-shadow-color: #ddd6fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300 {
  --tw-shadow-color: #c4b5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400 {
  --tw-shadow-color: #a78bfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500 {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600 {
  --tw-shadow-color: #7c3aed;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700 {
  --tw-shadow-color: #6d28d9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800 {
  --tw-shadow-color: #5b21b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900 {
  --tw-shadow-color: #4c1d95;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50 {
  --tw-shadow-color: #faf5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100 {
  --tw-shadow-color: #f3e8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200 {
  --tw-shadow-color: #e9d5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300 {
  --tw-shadow-color: #d8b4fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400 {
  --tw-shadow-color: #c084fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500 {
  --tw-shadow-color: #a855f7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600 {
  --tw-shadow-color: #9333ea;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700 {
  --tw-shadow-color: #7e22ce;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800 {
  --tw-shadow-color: #6b21a8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900 {
  --tw-shadow-color: #581c87;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50 {
  --tw-shadow-color: #fdf4ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100 {
  --tw-shadow-color: #fae8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200 {
  --tw-shadow-color: #f5d0fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300 {
  --tw-shadow-color: #f0abfc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400 {
  --tw-shadow-color: #e879f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500 {
  --tw-shadow-color: #d946ef;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600 {
  --tw-shadow-color: #c026d3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700 {
  --tw-shadow-color: #a21caf;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800 {
  --tw-shadow-color: #86198f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900 {
  --tw-shadow-color: #701a75;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50 {
  --tw-shadow-color: #fdf2f8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100 {
  --tw-shadow-color: #fce7f3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200 {
  --tw-shadow-color: #fbcfe8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300 {
  --tw-shadow-color: #f9a8d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400 {
  --tw-shadow-color: #f472b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500 {
  --tw-shadow-color: #ec4899;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600 {
  --tw-shadow-color: #db2777;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700 {
  --tw-shadow-color: #be185d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800 {
  --tw-shadow-color: #9d174d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900 {
  --tw-shadow-color: #831843;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50 {
  --tw-shadow-color: #fff1f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100 {
  --tw-shadow-color: #ffe4e6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200 {
  --tw-shadow-color: #fecdd3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300 {
  --tw-shadow-color: #fda4af;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400 {
  --tw-shadow-color: #fb7185;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500 {
  --tw-shadow-color: #f43f5e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600 {
  --tw-shadow-color: #e11d48;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700 {
  --tw-shadow-color: #be123c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800 {
  --tw-shadow-color: #9f1239;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900 {
  --tw-shadow-color: #881337;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100 {
  --tw-shadow-color: #FAC8B0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200 {
  --tw-shadow-color: #F28262;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary {
  --tw-shadow-color: #ff2900;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover {
  --tw-shadow-color: #4C4E53;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary {
  --tw-shadow-color: #ffaa8d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover {
  --tw-shadow-color: #ed7329;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200 {
  --tw-shadow-color: #d2d2d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary {
  --tw-shadow-color: #FFC15E;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error {
  --tw-shadow-color: #DE3730;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success {
  --tw-shadow-color: #36B85A;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning {
  --tw-shadow-color: #FAC8B0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar {
  --tw-shadow-color: #FF5A1F;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border {
  --tw-shadow-color: rgba(0, 0, 0, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text {
  --tw-shadow-color: #D2D2D4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary {
  --tw-shadow-color: #AEB1C2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary {
  --tw-shadow-color: #82828E;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary {
  --tw-shadow-color: #525560;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey {
  --tw-shadow-color: #76798B;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey {
  --tw-shadow-color: #D2D2D4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance {
  --tw-shadow-color: #D2D2D4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus {
  --tw-shadow-color: #B7BCF9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select {
  --tw-shadow-color: #2A2D35;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover {
  --tw-shadow-color: #323030;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background {
  --tw-shadow-color: #4C4E53;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other {
  --tw-shadow-color: #000000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper {
  --tw-shadow-color: #212020;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary {
  --tw-shadow-color: #E6EEF5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop {
  --tw-shadow-color: #323030;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey {
  --tw-shadow-color: rgba(143, 143, 143, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip {
  --tw-shadow-color: #7383E7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner {
  --tw-shadow-color: #424266;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer {
  --tw-shadow-color: #E38BF9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain {
  --tw-shadow-color: #212329;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument {
  --tw-shadow-color: #323030;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover {
  --tw-shadow-color: #000000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active {
  --tw-shadow-color: #000000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border {
  --tw-shadow-color: #323030;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account {
  --tw-shadow-color: #323030;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border {
  --tw-shadow-color: #15294f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon {
  --tw-shadow-color: #2A2D35;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table {
  --tw-shadow-color: rgba(66, 66, 102, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu {
  --tw-shadow-color: #000000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly {
  --tw-shadow-color: #42426633;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled {
  --tw-shadow-color: #82828E;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company {
  --tw-shadow-color: #E38BF9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary {
  --tw-shadow-color: #212020;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange {
  --tw-shadow-color: #F28262;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary {
  --tw-shadow-color: #FF6A2F;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100 {
  --tw-shadow-color: #D3D1FF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200 {
  --tw-shadow-color: #BADBFC;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line {
  --tw-shadow-color: #E5E8EA;
  --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\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --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\/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-transparent\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --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\/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-black\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --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\/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-white\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(248 250 252 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(248 250 252 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(248 250 252 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(248 250 252 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(241 245 249 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(241 245 249 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(241 245 249 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(241 245 249 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(226 232 240 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(226 232 240 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(226 232 240 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(203 213 225 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(203 213 225 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(203 213 225 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(203 213 225 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(148 163 184 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(148 163 184 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(148 163 184 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(148 163 184 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(100 116 139 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(100 116 139 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(100 116 139 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(100 116 139 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(71 85 105 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(71 85 105 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(71 85 105 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(51 65 85 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(51 65 85 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(51 65 85 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(51 65 85 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(30 41 59 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(30 41 59 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(30 41 59 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(30 41 59 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(15 23 42 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(15 23 42 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(15 23 42 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(249 250 251 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(249 250 251 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(249 250 251 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(249 250 251 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(243 244 246 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(243 244 246 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(243 244 246 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(243 244 246 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(229 231 235 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(229 231 235 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(229 231 235 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(229 231 235 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(209 213 219 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(209 213 219 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(209 213 219 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(209 213 219 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(156 163 175 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(156 163 175 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(156 163 175 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(107 114 128 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(107 114 128 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(107 114 128 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(107 114 128 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(75 85 99 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(75 85 99 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(75 85 99 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(75 85 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/0 {
  --tw-shadow-color: rgb(33 32 32 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/5 {
  --tw-shadow-color: rgb(33 32 32 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/10 {
  --tw-shadow-color: rgb(33 32 32 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/20 {
  --tw-shadow-color: rgb(33 32 32 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/25 {
  --tw-shadow-color: rgb(33 32 32 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/30 {
  --tw-shadow-color: rgb(33 32 32 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/40 {
  --tw-shadow-color: rgb(33 32 32 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/50 {
  --tw-shadow-color: rgb(33 32 32 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/60 {
  --tw-shadow-color: rgb(33 32 32 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/70 {
  --tw-shadow-color: rgb(33 32 32 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/75 {
  --tw-shadow-color: rgb(33 32 32 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/80 {
  --tw-shadow-color: rgb(33 32 32 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/90 {
  --tw-shadow-color: rgb(33 32 32 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/95 {
  --tw-shadow-color: rgb(33 32 32 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/100 {
  --tw-shadow-color: rgb(33 32 32 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(17 24 39 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(17 24 39 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(17 24 39 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(17 24 39 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(244 244 245 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(244 244 245 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(244 244 245 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(244 244 245 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(228 228 231 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(228 228 231 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(228 228 231 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(228 228 231 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(212 212 216 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(212 212 216 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(212 212 216 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(212 212 216 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(161 161 170 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(161 161 170 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(161 161 170 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(161 161 170 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(113 113 122 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(113 113 122 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(113 113 122 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(113 113 122 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(82 82 91 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(82 82 91 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(82 82 91 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(82 82 91 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(63 63 70 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(63 63 70 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(63 63 70 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(63 63 70 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(39 39 42 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(39 39 42 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(39 39 42 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(39 39 42 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(24 24 27 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(24 24 27 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(24 24 27 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(24 24 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/0 {
  --tw-shadow-color: rgb(245 245 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/5 {
  --tw-shadow-color: rgb(245 245 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/10 {
  --tw-shadow-color: rgb(245 245 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/20 {
  --tw-shadow-color: rgb(245 245 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/25 {
  --tw-shadow-color: rgb(245 245 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/30 {
  --tw-shadow-color: rgb(245 245 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/40 {
  --tw-shadow-color: rgb(245 245 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/50 {
  --tw-shadow-color: rgb(245 245 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/60 {
  --tw-shadow-color: rgb(245 245 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/70 {
  --tw-shadow-color: rgb(245 245 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/75 {
  --tw-shadow-color: rgb(245 245 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/80 {
  --tw-shadow-color: rgb(245 245 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/90 {
  --tw-shadow-color: rgb(245 245 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/95 {
  --tw-shadow-color: rgb(245 245 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/100 {
  --tw-shadow-color: rgb(245 245 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/0 {
  --tw-shadow-color: rgb(229 229 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/5 {
  --tw-shadow-color: rgb(229 229 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/10 {
  --tw-shadow-color: rgb(229 229 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/20 {
  --tw-shadow-color: rgb(229 229 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/25 {
  --tw-shadow-color: rgb(229 229 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/30 {
  --tw-shadow-color: rgb(229 229 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/40 {
  --tw-shadow-color: rgb(229 229 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/50 {
  --tw-shadow-color: rgb(229 229 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/60 {
  --tw-shadow-color: rgb(229 229 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/70 {
  --tw-shadow-color: rgb(229 229 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/75 {
  --tw-shadow-color: rgb(229 229 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/80 {
  --tw-shadow-color: rgb(229 229 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/90 {
  --tw-shadow-color: rgb(229 229 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/95 {
  --tw-shadow-color: rgb(229 229 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/100 {
  --tw-shadow-color: rgb(229 229 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/0 {
  --tw-shadow-color: rgb(212 212 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/5 {
  --tw-shadow-color: rgb(212 212 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/10 {
  --tw-shadow-color: rgb(212 212 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/20 {
  --tw-shadow-color: rgb(212 212 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/25 {
  --tw-shadow-color: rgb(212 212 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/30 {
  --tw-shadow-color: rgb(212 212 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/40 {
  --tw-shadow-color: rgb(212 212 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/50 {
  --tw-shadow-color: rgb(212 212 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/60 {
  --tw-shadow-color: rgb(212 212 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/70 {
  --tw-shadow-color: rgb(212 212 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/75 {
  --tw-shadow-color: rgb(212 212 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/80 {
  --tw-shadow-color: rgb(212 212 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/90 {
  --tw-shadow-color: rgb(212 212 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/95 {
  --tw-shadow-color: rgb(212 212 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/100 {
  --tw-shadow-color: rgb(212 212 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/0 {
  --tw-shadow-color: rgb(163 163 163 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/5 {
  --tw-shadow-color: rgb(163 163 163 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/10 {
  --tw-shadow-color: rgb(163 163 163 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/20 {
  --tw-shadow-color: rgb(163 163 163 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/25 {
  --tw-shadow-color: rgb(163 163 163 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/30 {
  --tw-shadow-color: rgb(163 163 163 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/40 {
  --tw-shadow-color: rgb(163 163 163 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/50 {
  --tw-shadow-color: rgb(163 163 163 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/60 {
  --tw-shadow-color: rgb(163 163 163 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/70 {
  --tw-shadow-color: rgb(163 163 163 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/75 {
  --tw-shadow-color: rgb(163 163 163 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/80 {
  --tw-shadow-color: rgb(163 163 163 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/90 {
  --tw-shadow-color: rgb(163 163 163 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/95 {
  --tw-shadow-color: rgb(163 163 163 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/100 {
  --tw-shadow-color: rgb(163 163 163 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/0 {
  --tw-shadow-color: rgb(115 115 115 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/5 {
  --tw-shadow-color: rgb(115 115 115 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/10 {
  --tw-shadow-color: rgb(115 115 115 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/20 {
  --tw-shadow-color: rgb(115 115 115 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/25 {
  --tw-shadow-color: rgb(115 115 115 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/30 {
  --tw-shadow-color: rgb(115 115 115 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/40 {
  --tw-shadow-color: rgb(115 115 115 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/50 {
  --tw-shadow-color: rgb(115 115 115 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/60 {
  --tw-shadow-color: rgb(115 115 115 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/70 {
  --tw-shadow-color: rgb(115 115 115 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/75 {
  --tw-shadow-color: rgb(115 115 115 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/80 {
  --tw-shadow-color: rgb(115 115 115 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/90 {
  --tw-shadow-color: rgb(115 115 115 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/95 {
  --tw-shadow-color: rgb(115 115 115 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/100 {
  --tw-shadow-color: rgb(115 115 115 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/0 {
  --tw-shadow-color: rgb(82 82 82 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/5 {
  --tw-shadow-color: rgb(82 82 82 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/10 {
  --tw-shadow-color: rgb(82 82 82 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/20 {
  --tw-shadow-color: rgb(82 82 82 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/25 {
  --tw-shadow-color: rgb(82 82 82 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/30 {
  --tw-shadow-color: rgb(82 82 82 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/40 {
  --tw-shadow-color: rgb(82 82 82 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/50 {
  --tw-shadow-color: rgb(82 82 82 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/60 {
  --tw-shadow-color: rgb(82 82 82 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/70 {
  --tw-shadow-color: rgb(82 82 82 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/75 {
  --tw-shadow-color: rgb(82 82 82 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/80 {
  --tw-shadow-color: rgb(82 82 82 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/90 {
  --tw-shadow-color: rgb(82 82 82 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/95 {
  --tw-shadow-color: rgb(82 82 82 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/100 {
  --tw-shadow-color: rgb(82 82 82 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/0 {
  --tw-shadow-color: rgb(64 64 64 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/5 {
  --tw-shadow-color: rgb(64 64 64 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/10 {
  --tw-shadow-color: rgb(64 64 64 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/20 {
  --tw-shadow-color: rgb(64 64 64 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/25 {
  --tw-shadow-color: rgb(64 64 64 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/30 {
  --tw-shadow-color: rgb(64 64 64 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/40 {
  --tw-shadow-color: rgb(64 64 64 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/50 {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/60 {
  --tw-shadow-color: rgb(64 64 64 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/70 {
  --tw-shadow-color: rgb(64 64 64 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/75 {
  --tw-shadow-color: rgb(64 64 64 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/80 {
  --tw-shadow-color: rgb(64 64 64 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/90 {
  --tw-shadow-color: rgb(64 64 64 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/95 {
  --tw-shadow-color: rgb(64 64 64 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/100 {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/0 {
  --tw-shadow-color: rgb(38 38 38 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/5 {
  --tw-shadow-color: rgb(38 38 38 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/10 {
  --tw-shadow-color: rgb(38 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/20 {
  --tw-shadow-color: rgb(38 38 38 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/25 {
  --tw-shadow-color: rgb(38 38 38 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/30 {
  --tw-shadow-color: rgb(38 38 38 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/40 {
  --tw-shadow-color: rgb(38 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/50 {
  --tw-shadow-color: rgb(38 38 38 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/60 {
  --tw-shadow-color: rgb(38 38 38 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/70 {
  --tw-shadow-color: rgb(38 38 38 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/75 {
  --tw-shadow-color: rgb(38 38 38 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/80 {
  --tw-shadow-color: rgb(38 38 38 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/90 {
  --tw-shadow-color: rgb(38 38 38 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/95 {
  --tw-shadow-color: rgb(38 38 38 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/100 {
  --tw-shadow-color: rgb(38 38 38 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/0 {
  --tw-shadow-color: rgb(23 23 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/5 {
  --tw-shadow-color: rgb(23 23 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/10 {
  --tw-shadow-color: rgb(23 23 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/20 {
  --tw-shadow-color: rgb(23 23 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/25 {
  --tw-shadow-color: rgb(23 23 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/30 {
  --tw-shadow-color: rgb(23 23 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/40 {
  --tw-shadow-color: rgb(23 23 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/50 {
  --tw-shadow-color: rgb(23 23 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/60 {
  --tw-shadow-color: rgb(23 23 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/70 {
  --tw-shadow-color: rgb(23 23 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/75 {
  --tw-shadow-color: rgb(23 23 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/80 {
  --tw-shadow-color: rgb(23 23 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/90 {
  --tw-shadow-color: rgb(23 23 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/95 {
  --tw-shadow-color: rgb(23 23 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/100 {
  --tw-shadow-color: rgb(23 23 23 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(250 250 249 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(250 250 249 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(250 250 249 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(250 250 249 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(245 245 244 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(245 245 244 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(245 245 244 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(245 245 244 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(231 229 228 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(231 229 228 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(231 229 228 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(231 229 228 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(214 211 209 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(214 211 209 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(214 211 209 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(214 211 209 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(168 162 158 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(168 162 158 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(168 162 158 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(168 162 158 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(120 113 108 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(120 113 108 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(120 113 108 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(120 113 108 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(87 83 78 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(87 83 78 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(87 83 78 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(87 83 78 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(68 64 60 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(68 64 60 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(68 64 60 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(68 64 60 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(41 37 36 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(41 37 36 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(41 37 36 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(41 37 36 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(28 25 23 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(28 25 23 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(28 25 23 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(28 25 23 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(254 242 242 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(254 242 242 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(254 242 242 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(254 242 242 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(254 226 226 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(254 226 226 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(254 226 226 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(254 226 226 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(254 202 202 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(254 202 202 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(254 202 202 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(254 202 202 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(252 165 165 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(252 165 165 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(252 165 165 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(252 165 165 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(248 113 113 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(239 68 68 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(239 68 68 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(239 68 68 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(239 68 68 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(220 38 38 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(220 38 38 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(220 38 38 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(220 38 38 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(185 28 28 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(185 28 28 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(185 28 28 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(185 28 28 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(153 27 27 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(153 27 27 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(153 27 27 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(153 27 27 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(127 29 29 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(127 29 29 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(127 29 29 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(127 29 29 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(255 247 237 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(255 247 237 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(255 247 237 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(255 247 237 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(255 237 213 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(255 237 213 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(255 237 213 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(255 237 213 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(254 215 170 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(254 215 170 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(254 215 170 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(254 215 170 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(253 186 116 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(253 186 116 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(253 186 116 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(253 186 116 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(251 146 60 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(251 146 60 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(251 146 60 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(251 146 60 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(249 115 22 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(249 115 22 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(249 115 22 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(249 115 22 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(234 88 12 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(234 88 12 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(234 88 12 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(234 88 12 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(194 65 12 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(194 65 12 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(194 65 12 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(194 65 12 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(154 52 18 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(154 52 18 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(154 52 18 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(154 52 18 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(124 45 18 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(124 45 18 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(124 45 18 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(124 45 18 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(255 251 235 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(255 251 235 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(255 251 235 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(255 251 235 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(254 243 199 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(254 243 199 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(254 243 199 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(254 243 199 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(253 230 138 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(253 230 138 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(253 230 138 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(253 230 138 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(252 211 77 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(252 211 77 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(252 211 77 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(252 211 77 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(251 191 36 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(251 191 36 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(251 191 36 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(251 191 36 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(245 158 11 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(245 158 11 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(245 158 11 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(245 158 11 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(217 119 6 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(217 119 6 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(217 119 6 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(217 119 6 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(180 83 9 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(180 83 9 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(180 83 9 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(180 83 9 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(146 64 14 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(146 64 14 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(146 64 14 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(146 64 14 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(120 53 15 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(120 53 15 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(120 53 15 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(120 53 15 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(254 252 232 / 0.05);
  --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\/20 {
  --tw-shadow-color: rgb(254 252 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/25 {
  --tw-shadow-color: rgb(254 252 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/30 {
  --tw-shadow-color: rgb(254 252 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/40 {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/50 {
  --tw-shadow-color: rgb(254 252 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/60 {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/70 {
  --tw-shadow-color: rgb(254 252 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/75 {
  --tw-shadow-color: rgb(254 252 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/80 {
  --tw-shadow-color: rgb(254 252 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/90 {
  --tw-shadow-color: rgb(254 252 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/95 {
  --tw-shadow-color: rgb(254 252 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/100 {
  --tw-shadow-color: rgb(254 252 232 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(254 249 195 / 0.05);
  --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\/20 {
  --tw-shadow-color: rgb(254 249 195 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/25 {
  --tw-shadow-color: rgb(254 249 195 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/30 {
  --tw-shadow-color: rgb(254 249 195 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/40 {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/50 {
  --tw-shadow-color: rgb(254 249 195 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/60 {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/70 {
  --tw-shadow-color: rgb(254 249 195 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/75 {
  --tw-shadow-color: rgb(254 249 195 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/80 {
  --tw-shadow-color: rgb(254 249 195 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/90 {
  --tw-shadow-color: rgb(254 249 195 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/95 {
  --tw-shadow-color: rgb(254 249 195 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/100 {
  --tw-shadow-color: rgb(254 249 195 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(254 240 138 / 0.05);
  --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\/20 {
  --tw-shadow-color: rgb(254 240 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/25 {
  --tw-shadow-color: rgb(254 240 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/30 {
  --tw-shadow-color: rgb(254 240 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/40 {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/50 {
  --tw-shadow-color: rgb(254 240 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/60 {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/70 {
  --tw-shadow-color: rgb(254 240 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/75 {
  --tw-shadow-color: rgb(254 240 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/80 {
  --tw-shadow-color: rgb(254 240 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/90 {
  --tw-shadow-color: rgb(254 240 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/95 {
  --tw-shadow-color: rgb(254 240 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/100 {
  --tw-shadow-color: rgb(254 240 138 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(253 224 71 / 0.05);
  --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\/20 {
  --tw-shadow-color: rgb(253 224 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/25 {
  --tw-shadow-color: rgb(253 224 71 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/30 {
  --tw-shadow-color: rgb(253 224 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/40 {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/50 {
  --tw-shadow-color: rgb(253 224 71 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/60 {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/70 {
  --tw-shadow-color: rgb(253 224 71 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/75 {
  --tw-shadow-color: rgb(253 224 71 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/80 {
  --tw-shadow-color: rgb(253 224 71 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/90 {
  --tw-shadow-color: rgb(253 224 71 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/95 {
  --tw-shadow-color: rgb(253 224 71 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/100 {
  --tw-shadow-color: rgb(253 224 71 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(250 204 21 / 0.05);
  --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\/20 {
  --tw-shadow-color: rgb(250 204 21 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/25 {
  --tw-shadow-color: rgb(250 204 21 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/30 {
  --tw-shadow-color: rgb(250 204 21 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/40 {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/50 {
  --tw-shadow-color: rgb(250 204 21 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/60 {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/70 {
  --tw-shadow-color: rgb(250 204 21 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/75 {
  --tw-shadow-color: rgb(250 204 21 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/80 {
  --tw-shadow-color: rgb(250 204 21 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/90 {
  --tw-shadow-color: rgb(250 204 21 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/95 {
  --tw-shadow-color: rgb(250 204 21 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/100 {
  --tw-shadow-color: rgb(250 204 21 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(234 179 8 / 0.05);
  --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\/20 {
  --tw-shadow-color: rgb(234 179 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/25 {
  --tw-shadow-color: rgb(234 179 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/30 {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/40 {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/50 {
  --tw-shadow-color: rgb(234 179 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/60 {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/70 {
  --tw-shadow-color: rgb(234 179 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/75 {
  --tw-shadow-color: rgb(234 179 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/80 {
  --tw-shadow-color: rgb(234 179 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/90 {
  --tw-shadow-color: rgb(234 179 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/95 {
  --tw-shadow-color: rgb(234 179 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/100 {
  --tw-shadow-color: rgb(234 179 8 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(202 138 4 / 0.05);
  --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\/20 {
  --tw-shadow-color: rgb(202 138 4 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/25 {
  --tw-shadow-color: rgb(202 138 4 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/30 {
  --tw-shadow-color: rgb(202 138 4 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/40 {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/50 {
  --tw-shadow-color: rgb(202 138 4 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/60 {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/70 {
  --tw-shadow-color: rgb(202 138 4 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/75 {
  --tw-shadow-color: rgb(202 138 4 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/80 {
  --tw-shadow-color: rgb(202 138 4 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/90 {
  --tw-shadow-color: rgb(202 138 4 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/95 {
  --tw-shadow-color: rgb(202 138 4 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/100 {
  --tw-shadow-color: rgb(202 138 4 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(161 98 7 / 0.05);
  --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\/20 {
  --tw-shadow-color: rgb(161 98 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/25 {
  --tw-shadow-color: rgb(161 98 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/30 {
  --tw-shadow-color: rgb(161 98 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/40 {
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/50 {
  --tw-shadow-color: rgb(161 98 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/60 {
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/70 {
  --tw-shadow-color: rgb(161 98 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/75 {
  --tw-shadow-color: rgb(161 98 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/80 {
  --tw-shadow-color: rgb(161 98 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/90 {
  --tw-shadow-color: rgb(161 98 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/95 {
  --tw-shadow-color: rgb(161 98 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/100 {
  --tw-shadow-color: rgb(161 98 7 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(133 77 14 / 0.05);
  --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\/20 {
  --tw-shadow-color: rgb(133 77 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/25 {
  --tw-shadow-color: rgb(133 77 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/30 {
  --tw-shadow-color: rgb(133 77 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/40 {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/50 {
  --tw-shadow-color: rgb(133 77 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/60 {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/70 {
  --tw-shadow-color: rgb(133 77 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/75 {
  --tw-shadow-color: rgb(133 77 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/80 {
  --tw-shadow-color: rgb(133 77 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/90 {
  --tw-shadow-color: rgb(133 77 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/95 {
  --tw-shadow-color: rgb(133 77 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/100 {
  --tw-shadow-color: rgb(133 77 14 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(113 63 18 / 0.05);
  --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\/20 {
  --tw-shadow-color: rgb(113 63 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/25 {
  --tw-shadow-color: rgb(113 63 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/30 {
  --tw-shadow-color: rgb(113 63 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/40 {
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/50 {
  --tw-shadow-color: rgb(113 63 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/60 {
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/70 {
  --tw-shadow-color: rgb(113 63 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/75 {
  --tw-shadow-color: rgb(113 63 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/80 {
  --tw-shadow-color: rgb(113 63 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/90 {
  --tw-shadow-color: rgb(113 63 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/95 {
  --tw-shadow-color: rgb(113 63 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/100 {
  --tw-shadow-color: rgb(113 63 18 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(247 254 231 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(247 254 231 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(247 254 231 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(247 254 231 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(236 252 203 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(236 252 203 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(236 252 203 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(236 252 203 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(217 249 157 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(217 249 157 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(217 249 157 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(217 249 157 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(190 242 100 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(190 242 100 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(190 242 100 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(190 242 100 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(163 230 53 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(163 230 53 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(163 230 53 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(163 230 53 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(132 204 22 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(132 204 22 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(132 204 22 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(132 204 22 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(101 163 13 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(101 163 13 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(101 163 13 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(101 163 13 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(77 124 15 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(77 124 15 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(77 124 15 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(77 124 15 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(63 98 18 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(63 98 18 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(63 98 18 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(63 98 18 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(54 83 20 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(54 83 20 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(54 83 20 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(54 83 20 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(240 253 244 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(240 253 244 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(240 253 244 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(240 253 244 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(220 252 231 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(220 252 231 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(220 252 231 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(220 252 231 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(187 247 208 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(187 247 208 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(187 247 208 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(187 247 208 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(134 239 172 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(134 239 172 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(134 239 172 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(134 239 172 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(74 222 128 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(74 222 128 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(74 222 128 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(74 222 128 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(34 197 94 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(34 197 94 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(34 197 94 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(34 197 94 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(22 163 74 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(22 163 74 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(22 163 74 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(22 163 74 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(21 128 61 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(21 128 61 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(21 128 61 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(21 128 61 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(22 101 52 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(22 101 52 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(22 101 52 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(22 101 52 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(20 83 45 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(20 83 45 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(20 83 45 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(20 83 45 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(236 253 245 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(236 253 245 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(236 253 245 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(236 253 245 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(209 250 229 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(209 250 229 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(209 250 229 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(209 250 229 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(167 243 208 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(167 243 208 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(167 243 208 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(167 243 208 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(110 231 183 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(110 231 183 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(110 231 183 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(110 231 183 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(52 211 153 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(52 211 153 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(52 211 153 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(52 211 153 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(16 185 129 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(16 185 129 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(16 185 129 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(5 150 105 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(5 150 105 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(5 150 105 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(5 150 105 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(4 120 87 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(4 120 87 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(4 120 87 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(4 120 87 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(6 95 70 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(6 95 70 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(6 95 70 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(6 95 70 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(6 78 59 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(6 78 59 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(6 78 59 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(6 78 59 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(240 253 250 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(240 253 250 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(240 253 250 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(240 253 250 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(204 251 241 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(204 251 241 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(204 251 241 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(204 251 241 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(153 246 228 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(153 246 228 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(153 246 228 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(153 246 228 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(94 234 212 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(94 234 212 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(94 234 212 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(94 234 212 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(45 212 191 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(45 212 191 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(45 212 191 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(45 212 191 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(20 184 166 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(20 184 166 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(20 184 166 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(20 184 166 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(13 148 136 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(13 148 136 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(13 148 136 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(13 148 136 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(15 118 110 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(15 118 110 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(15 118 110 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(15 118 110 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(17 94 89 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(17 94 89 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(17 94 89 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(17 94 89 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(19 78 74 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(19 78 74 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(19 78 74 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(19 78 74 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(236 254 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(236 254 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(236 254 255 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(236 254 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(207 250 254 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(207 250 254 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(207 250 254 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(207 250 254 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(165 243 252 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(165 243 252 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(165 243 252 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(165 243 252 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(103 232 249 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(103 232 249 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(103 232 249 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(103 232 249 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(34 211 238 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(34 211 238 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(34 211 238 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(34 211 238 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(6 182 212 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(8 145 178 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(8 145 178 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(8 145 178 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(8 145 178 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(14 116 144 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(14 116 144 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(14 116 144 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(14 116 144 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(21 94 117 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(21 94 117 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(21 94 117 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(21 94 117 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(22 78 99 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(22 78 99 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(22 78 99 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(22 78 99 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(240 249 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(240 249 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(240 249 255 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(240 249 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(224 242 254 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(224 242 254 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(224 242 254 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(224 242 254 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(186 230 253 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(186 230 253 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(186 230 253 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(186 230 253 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(125 211 252 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(125 211 252 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(125 211 252 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(125 211 252 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(56 189 248 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(56 189 248 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(56 189 248 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(56 189 248 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(14 165 233 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(14 165 233 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(14 165 233 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(14 165 233 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(2 132 199 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(2 132 199 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(2 132 199 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(2 132 199 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(3 105 161 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(3 105 161 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(3 105 161 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(3 105 161 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(7 89 133 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(7 89 133 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(7 89 133 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(7 89 133 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(12 74 110 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(12 74 110 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(12 74 110 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(12 74 110 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(239 246 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(239 246 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(239 246 255 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(239 246 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(219 234 254 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(219 234 254 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(219 234 254 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(219 234 254 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(191 219 254 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(191 219 254 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(191 219 254 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(191 219 254 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(147 197 253 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(147 197 253 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(147 197 253 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(147 197 253 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(96 165 250 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(96 165 250 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(96 165 250 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(96 165 250 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(59 130 246 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(59 130 246 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(37 99 235 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(37 99 235 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(37 99 235 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(37 99 235 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(29 78 216 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(29 78 216 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(29 78 216 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(29 78 216 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(30 64 175 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(30 64 175 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(30 64 175 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(30 64 175 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(30 58 138 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(30 58 138 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(30 58 138 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(30 58 138 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(238 242 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(238 242 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(238 242 255 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(238 242 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(224 231 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(224 231 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(224 231 255 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(224 231 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(199 210 254 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(199 210 254 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(199 210 254 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(199 210 254 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(165 180 252 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(165 180 252 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(165 180 252 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(165 180 252 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(129 140 248 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(129 140 248 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(129 140 248 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(129 140 248 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(99 102 241 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(99 102 241 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(99 102 241 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(99 102 241 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(79 70 229 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(79 70 229 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(79 70 229 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(79 70 229 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(67 56 202 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(67 56 202 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(67 56 202 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(67 56 202 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(55 48 163 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(55 48 163 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(55 48 163 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(55 48 163 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(49 46 129 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(49 46 129 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(49 46 129 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(49 46 129 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(245 243 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(245 243 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(245 243 255 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(245 243 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(237 233 254 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(237 233 254 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(237 233 254 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(237 233 254 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(221 214 254 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(221 214 254 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(221 214 254 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(221 214 254 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(196 181 253 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(196 181 253 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(196 181 253 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(196 181 253 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(167 139 250 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(167 139 250 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(167 139 250 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(167 139 250 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(139 92 246 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(139 92 246 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(139 92 246 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(139 92 246 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(124 58 237 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(124 58 237 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(124 58 237 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(124 58 237 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(109 40 217 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(109 40 217 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(109 40 217 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(109 40 217 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(91 33 182 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(91 33 182 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(91 33 182 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(91 33 182 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(76 29 149 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(76 29 149 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(76 29 149 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(76 29 149 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(250 245 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(250 245 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(250 245 255 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(250 245 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(243 232 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(243 232 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(243 232 255 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(243 232 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(233 213 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(233 213 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(233 213 255 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(233 213 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(216 180 254 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(216 180 254 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(216 180 254 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(216 180 254 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(192 132 252 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(192 132 252 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(192 132 252 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(192 132 252 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(168 85 247 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(168 85 247 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(168 85 247 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(168 85 247 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(147 51 234 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(147 51 234 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(147 51 234 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(147 51 234 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(126 34 206 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(126 34 206 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(126 34 206 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(126 34 206 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(107 33 168 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(107 33 168 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(107 33 168 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(107 33 168 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(88 28 135 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(88 28 135 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(88 28 135 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(88 28 135 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(253 244 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(253 244 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(253 244 255 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(253 244 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(250 232 255 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(250 232 255 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(250 232 255 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(250 232 255 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(245 208 254 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(245 208 254 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(245 208 254 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(245 208 254 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(240 171 252 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(240 171 252 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(240 171 252 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(240 171 252 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(232 121 249 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(232 121 249 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(232 121 249 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(232 121 249 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(217 70 239 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(217 70 239 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(217 70 239 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(217 70 239 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(192 38 211 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(192 38 211 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(192 38 211 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(192 38 211 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(162 28 175 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(162 28 175 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(162 28 175 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(162 28 175 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(134 25 143 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(134 25 143 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(134 25 143 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(134 25 143 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(112 26 117 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(112 26 117 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(112 26 117 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(112 26 117 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(253 242 248 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(253 242 248 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(253 242 248 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(253 242 248 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(252 231 243 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(252 231 243 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(252 231 243 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(252 231 243 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(251 207 232 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(251 207 232 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(251 207 232 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(251 207 232 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(249 168 212 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(249 168 212 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(249 168 212 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(249 168 212 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(244 114 182 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(244 114 182 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(244 114 182 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(244 114 182 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(236 72 153 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(236 72 153 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(236 72 153 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(236 72 153 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(219 39 119 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(219 39 119 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(219 39 119 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(219 39 119 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(190 24 93 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(190 24 93 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(190 24 93 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(190 24 93 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(157 23 77 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(157 23 77 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(157 23 77 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(157 23 77 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(131 24 67 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(131 24 67 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(131 24 67 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(131 24 67 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(255 241 242 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(255 241 242 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(255 241 242 / 0.6);
  --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\/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-50\/100 {
  --tw-shadow-color: rgb(255 241 242 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(255 228 230 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(255 228 230 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(255 228 230 / 0.6);
  --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\/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-100\/100 {
  --tw-shadow-color: rgb(255 228 230 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(254 205 211 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(254 205 211 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(254 205 211 / 0.6);
  --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\/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-200\/100 {
  --tw-shadow-color: rgb(254 205 211 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(253 164 175 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(253 164 175 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(253 164 175 / 0.6);
  --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\/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-300\/100 {
  --tw-shadow-color: rgb(253 164 175 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(251 113 133 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(251 113 133 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(251 113 133 / 0.6);
  --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\/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-400\/100 {
  --tw-shadow-color: rgb(251 113 133 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(244 63 94 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(244 63 94 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(244 63 94 / 0.6);
  --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\/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-500\/100 {
  --tw-shadow-color: rgb(244 63 94 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(225 29 72 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(225 29 72 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(225 29 72 / 0.6);
  --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\/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-600\/100 {
  --tw-shadow-color: rgb(225 29 72 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(190 18 60 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(190 18 60 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(190 18 60 / 0.6);
  --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\/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-700\/100 {
  --tw-shadow-color: rgb(190 18 60 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(159 18 57 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(159 18 57 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(159 18 57 / 0.6);
  --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\/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-800\/100 {
  --tw-shadow-color: rgb(159 18 57 / 1);
  --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\/5 {
  --tw-shadow-color: rgb(136 19 55 / 0.05);
  --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\/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\/40 {
  --tw-shadow-color: rgb(136 19 55 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(136 19 55 / 0.6);
  --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\/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-900\/100 {
  --tw-shadow-color: rgb(136 19 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-primary\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-secondary\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-success\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-error\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-primary\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button-hover-secondary\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/0 {
  --tw-shadow-color: rgb(250 200 176 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/5 {
  --tw-shadow-color: rgb(250 200 176 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/10 {
  --tw-shadow-color: rgb(250 200 176 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/20 {
  --tw-shadow-color: rgb(250 200 176 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/25 {
  --tw-shadow-color: rgb(250 200 176 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/30 {
  --tw-shadow-color: rgb(250 200 176 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/40 {
  --tw-shadow-color: rgb(250 200 176 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/50 {
  --tw-shadow-color: rgb(250 200 176 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/60 {
  --tw-shadow-color: rgb(250 200 176 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/70 {
  --tw-shadow-color: rgb(250 200 176 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/75 {
  --tw-shadow-color: rgb(250 200 176 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/80 {
  --tw-shadow-color: rgb(250 200 176 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/90 {
  --tw-shadow-color: rgb(250 200 176 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/95 {
  --tw-shadow-color: rgb(250 200 176 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/100 {
  --tw-shadow-color: rgb(250 200 176 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/0 {
  --tw-shadow-color: rgb(242 130 98 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/5 {
  --tw-shadow-color: rgb(242 130 98 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/10 {
  --tw-shadow-color: rgb(242 130 98 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/20 {
  --tw-shadow-color: rgb(242 130 98 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/25 {
  --tw-shadow-color: rgb(242 130 98 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/30 {
  --tw-shadow-color: rgb(242 130 98 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/40 {
  --tw-shadow-color: rgb(242 130 98 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/50 {
  --tw-shadow-color: rgb(242 130 98 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/60 {
  --tw-shadow-color: rgb(242 130 98 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/70 {
  --tw-shadow-color: rgb(242 130 98 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/75 {
  --tw-shadow-color: rgb(242 130 98 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/80 {
  --tw-shadow-color: rgb(242 130 98 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/90 {
  --tw-shadow-color: rgb(242 130 98 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/95 {
  --tw-shadow-color: rgb(242 130 98 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/100 {
  --tw-shadow-color: rgb(242 130 98 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/0 {
  --tw-shadow-color: rgb(255 41 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/5 {
  --tw-shadow-color: rgb(255 41 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/10 {
  --tw-shadow-color: rgb(255 41 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/20 {
  --tw-shadow-color: rgb(255 41 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/25 {
  --tw-shadow-color: rgb(255 41 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/30 {
  --tw-shadow-color: rgb(255 41 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/40 {
  --tw-shadow-color: rgb(255 41 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/50 {
  --tw-shadow-color: rgb(255 41 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/60 {
  --tw-shadow-color: rgb(255 41 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/70 {
  --tw-shadow-color: rgb(255 41 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/75 {
  --tw-shadow-color: rgb(255 41 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/80 {
  --tw-shadow-color: rgb(255 41 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/90 {
  --tw-shadow-color: rgb(255 41 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/95 {
  --tw-shadow-color: rgb(255 41 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/100 {
  --tw-shadow-color: rgb(255 41 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/0 {
  --tw-shadow-color: rgb(76 78 83 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/5 {
  --tw-shadow-color: rgb(76 78 83 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/10 {
  --tw-shadow-color: rgb(76 78 83 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/20 {
  --tw-shadow-color: rgb(76 78 83 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/25 {
  --tw-shadow-color: rgb(76 78 83 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/30 {
  --tw-shadow-color: rgb(76 78 83 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/40 {
  --tw-shadow-color: rgb(76 78 83 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/50 {
  --tw-shadow-color: rgb(76 78 83 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/60 {
  --tw-shadow-color: rgb(76 78 83 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/70 {
  --tw-shadow-color: rgb(76 78 83 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/75 {
  --tw-shadow-color: rgb(76 78 83 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/80 {
  --tw-shadow-color: rgb(76 78 83 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/90 {
  --tw-shadow-color: rgb(76 78 83 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/95 {
  --tw-shadow-color: rgb(76 78 83 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-hover\/100 {
  --tw-shadow-color: rgb(76 78 83 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/0 {
  --tw-shadow-color: rgb(255 170 141 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/5 {
  --tw-shadow-color: rgb(255 170 141 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/10 {
  --tw-shadow-color: rgb(255 170 141 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/20 {
  --tw-shadow-color: rgb(255 170 141 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/25 {
  --tw-shadow-color: rgb(255 170 141 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/30 {
  --tw-shadow-color: rgb(255 170 141 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/40 {
  --tw-shadow-color: rgb(255 170 141 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/50 {
  --tw-shadow-color: rgb(255 170 141 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/60 {
  --tw-shadow-color: rgb(255 170 141 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/70 {
  --tw-shadow-color: rgb(255 170 141 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/75 {
  --tw-shadow-color: rgb(255 170 141 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/80 {
  --tw-shadow-color: rgb(255 170 141 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/90 {
  --tw-shadow-color: rgb(255 170 141 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/95 {
  --tw-shadow-color: rgb(255 170 141 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary\/100 {
  --tw-shadow-color: rgb(255 170 141 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/0 {
  --tw-shadow-color: rgb(237 115 41 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/5 {
  --tw-shadow-color: rgb(237 115 41 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/10 {
  --tw-shadow-color: rgb(237 115 41 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/20 {
  --tw-shadow-color: rgb(237 115 41 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/25 {
  --tw-shadow-color: rgb(237 115 41 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/30 {
  --tw-shadow-color: rgb(237 115 41 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/40 {
  --tw-shadow-color: rgb(237 115 41 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/50 {
  --tw-shadow-color: rgb(237 115 41 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/60 {
  --tw-shadow-color: rgb(237 115 41 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/70 {
  --tw-shadow-color: rgb(237 115 41 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/75 {
  --tw-shadow-color: rgb(237 115 41 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/80 {
  --tw-shadow-color: rgb(237 115 41 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/90 {
  --tw-shadow-color: rgb(237 115 41 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/95 {
  --tw-shadow-color: rgb(237 115 41 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-hover\/100 {
  --tw-shadow-color: rgb(237 115 41 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/0 {
  --tw-shadow-color: rgb(210 210 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/5 {
  --tw-shadow-color: rgb(210 210 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/10 {
  --tw-shadow-color: rgb(210 210 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/20 {
  --tw-shadow-color: rgb(210 210 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/25 {
  --tw-shadow-color: rgb(210 210 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/30 {
  --tw-shadow-color: rgb(210 210 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/40 {
  --tw-shadow-color: rgb(210 210 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/50 {
  --tw-shadow-color: rgb(210 210 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/60 {
  --tw-shadow-color: rgb(210 210 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/70 {
  --tw-shadow-color: rgb(210 210 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/75 {
  --tw-shadow-color: rgb(210 210 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/80 {
  --tw-shadow-color: rgb(210 210 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/90 {
  --tw-shadow-color: rgb(210 210 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/95 {
  --tw-shadow-color: rgb(210 210 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary-200\/100 {
  --tw-shadow-color: rgb(210 210 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/0 {
  --tw-shadow-color: rgb(255 193 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/5 {
  --tw-shadow-color: rgb(255 193 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/10 {
  --tw-shadow-color: rgb(255 193 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/20 {
  --tw-shadow-color: rgb(255 193 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/25 {
  --tw-shadow-color: rgb(255 193 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/30 {
  --tw-shadow-color: rgb(255 193 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/40 {
  --tw-shadow-color: rgb(255 193 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/50 {
  --tw-shadow-color: rgb(255 193 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/60 {
  --tw-shadow-color: rgb(255 193 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/70 {
  --tw-shadow-color: rgb(255 193 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/75 {
  --tw-shadow-color: rgb(255 193 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/80 {
  --tw-shadow-color: rgb(255 193 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/90 {
  --tw-shadow-color: rgb(255 193 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/95 {
  --tw-shadow-color: rgb(255 193 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-tertiary\/100 {
  --tw-shadow-color: rgb(255 193 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/0 {
  --tw-shadow-color: rgb(222 55 48 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/5 {
  --tw-shadow-color: rgb(222 55 48 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/10 {
  --tw-shadow-color: rgb(222 55 48 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/20 {
  --tw-shadow-color: rgb(222 55 48 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/25 {
  --tw-shadow-color: rgb(222 55 48 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/30 {
  --tw-shadow-color: rgb(222 55 48 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/40 {
  --tw-shadow-color: rgb(222 55 48 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/50 {
  --tw-shadow-color: rgb(222 55 48 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/60 {
  --tw-shadow-color: rgb(222 55 48 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/70 {
  --tw-shadow-color: rgb(222 55 48 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/75 {
  --tw-shadow-color: rgb(222 55 48 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/80 {
  --tw-shadow-color: rgb(222 55 48 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/90 {
  --tw-shadow-color: rgb(222 55 48 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/95 {
  --tw-shadow-color: rgb(222 55 48 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-error\/100 {
  --tw-shadow-color: rgb(222 55 48 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/0 {
  --tw-shadow-color: rgb(54 184 90 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/5 {
  --tw-shadow-color: rgb(54 184 90 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/10 {
  --tw-shadow-color: rgb(54 184 90 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/20 {
  --tw-shadow-color: rgb(54 184 90 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/25 {
  --tw-shadow-color: rgb(54 184 90 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/30 {
  --tw-shadow-color: rgb(54 184 90 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/40 {
  --tw-shadow-color: rgb(54 184 90 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/50 {
  --tw-shadow-color: rgb(54 184 90 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/60 {
  --tw-shadow-color: rgb(54 184 90 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/70 {
  --tw-shadow-color: rgb(54 184 90 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/75 {
  --tw-shadow-color: rgb(54 184 90 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/80 {
  --tw-shadow-color: rgb(54 184 90 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/90 {
  --tw-shadow-color: rgb(54 184 90 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/95 {
  --tw-shadow-color: rgb(54 184 90 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-success\/100 {
  --tw-shadow-color: rgb(54 184 90 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/0 {
  --tw-shadow-color: rgb(250 200 176 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/5 {
  --tw-shadow-color: rgb(250 200 176 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/10 {
  --tw-shadow-color: rgb(250 200 176 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/20 {
  --tw-shadow-color: rgb(250 200 176 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/25 {
  --tw-shadow-color: rgb(250 200 176 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/30 {
  --tw-shadow-color: rgb(250 200 176 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/40 {
  --tw-shadow-color: rgb(250 200 176 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/50 {
  --tw-shadow-color: rgb(250 200 176 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/60 {
  --tw-shadow-color: rgb(250 200 176 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/70 {
  --tw-shadow-color: rgb(250 200 176 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/75 {
  --tw-shadow-color: rgb(250 200 176 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/80 {
  --tw-shadow-color: rgb(250 200 176 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/90 {
  --tw-shadow-color: rgb(250 200 176 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/95 {
  --tw-shadow-color: rgb(250 200 176 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-warning\/100 {
  --tw-shadow-color: rgb(250 200 176 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/0 {
  --tw-shadow-color: rgb(255 90 31 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/5 {
  --tw-shadow-color: rgb(255 90 31 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/10 {
  --tw-shadow-color: rgb(255 90 31 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/20 {
  --tw-shadow-color: rgb(255 90 31 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/25 {
  --tw-shadow-color: rgb(255 90 31 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/30 {
  --tw-shadow-color: rgb(255 90 31 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/40 {
  --tw-shadow-color: rgb(255 90 31 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/50 {
  --tw-shadow-color: rgb(255 90 31 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/60 {
  --tw-shadow-color: rgb(255 90 31 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/70 {
  --tw-shadow-color: rgb(255 90 31 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/75 {
  --tw-shadow-color: rgb(255 90 31 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/80 {
  --tw-shadow-color: rgb(255 90 31 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/90 {
  --tw-shadow-color: rgb(255 90 31 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/95 {
  --tw-shadow-color: rgb(255 90 31 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-scrollBar\/100 {
  --tw-shadow-color: rgb(255 90 31 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-border\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/0 {
  --tw-shadow-color: rgb(210 210 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/5 {
  --tw-shadow-color: rgb(210 210 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/10 {
  --tw-shadow-color: rgb(210 210 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/20 {
  --tw-shadow-color: rgb(210 210 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/25 {
  --tw-shadow-color: rgb(210 210 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/30 {
  --tw-shadow-color: rgb(210 210 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/40 {
  --tw-shadow-color: rgb(210 210 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/50 {
  --tw-shadow-color: rgb(210 210 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/60 {
  --tw-shadow-color: rgb(210 210 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/70 {
  --tw-shadow-color: rgb(210 210 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/75 {
  --tw-shadow-color: rgb(210 210 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/80 {
  --tw-shadow-color: rgb(210 210 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/90 {
  --tw-shadow-color: rgb(210 210 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/95 {
  --tw-shadow-color: rgb(210 210 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text\/100 {
  --tw-shadow-color: rgb(210 210 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/0 {
  --tw-shadow-color: rgb(174 177 194 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/5 {
  --tw-shadow-color: rgb(174 177 194 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/10 {
  --tw-shadow-color: rgb(174 177 194 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/20 {
  --tw-shadow-color: rgb(174 177 194 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/25 {
  --tw-shadow-color: rgb(174 177 194 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/30 {
  --tw-shadow-color: rgb(174 177 194 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/40 {
  --tw-shadow-color: rgb(174 177 194 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/50 {
  --tw-shadow-color: rgb(174 177 194 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/60 {
  --tw-shadow-color: rgb(174 177 194 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/70 {
  --tw-shadow-color: rgb(174 177 194 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/75 {
  --tw-shadow-color: rgb(174 177 194 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/80 {
  --tw-shadow-color: rgb(174 177 194 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/90 {
  --tw-shadow-color: rgb(174 177 194 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/95 {
  --tw-shadow-color: rgb(174 177 194 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-tertiary\/100 {
  --tw-shadow-color: rgb(174 177 194 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/0 {
  --tw-shadow-color: rgb(130 130 142 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/5 {
  --tw-shadow-color: rgb(130 130 142 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/10 {
  --tw-shadow-color: rgb(130 130 142 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/20 {
  --tw-shadow-color: rgb(130 130 142 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/25 {
  --tw-shadow-color: rgb(130 130 142 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/30 {
  --tw-shadow-color: rgb(130 130 142 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/40 {
  --tw-shadow-color: rgb(130 130 142 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/50 {
  --tw-shadow-color: rgb(130 130 142 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/60 {
  --tw-shadow-color: rgb(130 130 142 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/70 {
  --tw-shadow-color: rgb(130 130 142 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/75 {
  --tw-shadow-color: rgb(130 130 142 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/80 {
  --tw-shadow-color: rgb(130 130 142 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/90 {
  --tw-shadow-color: rgb(130 130 142 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/95 {
  --tw-shadow-color: rgb(130 130 142 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-secondary\/100 {
  --tw-shadow-color: rgb(130 130 142 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/0 {
  --tw-shadow-color: rgb(82 85 96 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/5 {
  --tw-shadow-color: rgb(82 85 96 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/10 {
  --tw-shadow-color: rgb(82 85 96 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/20 {
  --tw-shadow-color: rgb(82 85 96 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/25 {
  --tw-shadow-color: rgb(82 85 96 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/30 {
  --tw-shadow-color: rgb(82 85 96 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/40 {
  --tw-shadow-color: rgb(82 85 96 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/50 {
  --tw-shadow-color: rgb(82 85 96 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/60 {
  --tw-shadow-color: rgb(82 85 96 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/70 {
  --tw-shadow-color: rgb(82 85 96 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/75 {
  --tw-shadow-color: rgb(82 85 96 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/80 {
  --tw-shadow-color: rgb(82 85 96 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/90 {
  --tw-shadow-color: rgb(82 85 96 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/95 {
  --tw-shadow-color: rgb(82 85 96 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-fourtiary\/100 {
  --tw-shadow-color: rgb(82 85 96 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/0 {
  --tw-shadow-color: rgb(118 121 139 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/5 {
  --tw-shadow-color: rgb(118 121 139 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/10 {
  --tw-shadow-color: rgb(118 121 139 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/20 {
  --tw-shadow-color: rgb(118 121 139 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/25 {
  --tw-shadow-color: rgb(118 121 139 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/30 {
  --tw-shadow-color: rgb(118 121 139 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/40 {
  --tw-shadow-color: rgb(118 121 139 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/50 {
  --tw-shadow-color: rgb(118 121 139 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/60 {
  --tw-shadow-color: rgb(118 121 139 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/70 {
  --tw-shadow-color: rgb(118 121 139 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/75 {
  --tw-shadow-color: rgb(118 121 139 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/80 {
  --tw-shadow-color: rgb(118 121 139 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/90 {
  --tw-shadow-color: rgb(118 121 139 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/95 {
  --tw-shadow-color: rgb(118 121 139 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-grey\/100 {
  --tw-shadow-color: rgb(118 121 139 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/0 {
  --tw-shadow-color: rgb(210 210 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/5 {
  --tw-shadow-color: rgb(210 210 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/10 {
  --tw-shadow-color: rgb(210 210 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/20 {
  --tw-shadow-color: rgb(210 210 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/25 {
  --tw-shadow-color: rgb(210 210 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/30 {
  --tw-shadow-color: rgb(210 210 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/40 {
  --tw-shadow-color: rgb(210 210 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/50 {
  --tw-shadow-color: rgb(210 210 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/60 {
  --tw-shadow-color: rgb(210 210 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/70 {
  --tw-shadow-color: rgb(210 210 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/75 {
  --tw-shadow-color: rgb(210 210 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/80 {
  --tw-shadow-color: rgb(210 210 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/90 {
  --tw-shadow-color: rgb(210 210 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/95 {
  --tw-shadow-color: rgb(210 210 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-lightgrey\/100 {
  --tw-shadow-color: rgb(210 210 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/0 {
  --tw-shadow-color: rgb(210 210 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/5 {
  --tw-shadow-color: rgb(210 210 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/10 {
  --tw-shadow-color: rgb(210 210 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/20 {
  --tw-shadow-color: rgb(210 210 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/25 {
  --tw-shadow-color: rgb(210 210 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/30 {
  --tw-shadow-color: rgb(210 210 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/40 {
  --tw-shadow-color: rgb(210 210 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/50 {
  --tw-shadow-color: rgb(210 210 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/60 {
  --tw-shadow-color: rgb(210 210 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/70 {
  --tw-shadow-color: rgb(210 210 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/75 {
  --tw-shadow-color: rgb(210 210 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/80 {
  --tw-shadow-color: rgb(210 210 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/90 {
  --tw-shadow-color: rgb(210 210 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/95 {
  --tw-shadow-color: rgb(210 210 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-total-balance\/100 {
  --tw-shadow-color: rgb(210 210 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-outline-btn\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-filter-active\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-text-product\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/0 {
  --tw-shadow-color: rgb(183 188 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/5 {
  --tw-shadow-color: rgb(183 188 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/10 {
  --tw-shadow-color: rgb(183 188 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/20 {
  --tw-shadow-color: rgb(183 188 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/25 {
  --tw-shadow-color: rgb(183 188 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/30 {
  --tw-shadow-color: rgb(183 188 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/40 {
  --tw-shadow-color: rgb(183 188 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/50 {
  --tw-shadow-color: rgb(183 188 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/60 {
  --tw-shadow-color: rgb(183 188 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/70 {
  --tw-shadow-color: rgb(183 188 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/75 {
  --tw-shadow-color: rgb(183 188 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/80 {
  --tw-shadow-color: rgb(183 188 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/90 {
  --tw-shadow-color: rgb(183 188 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/95 {
  --tw-shadow-color: rgb(183 188 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-input-focus\/100 {
  --tw-shadow-color: rgb(183 188 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/0 {
  --tw-shadow-color: rgb(42 45 53 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/5 {
  --tw-shadow-color: rgb(42 45 53 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/10 {
  --tw-shadow-color: rgb(42 45 53 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/20 {
  --tw-shadow-color: rgb(42 45 53 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/25 {
  --tw-shadow-color: rgb(42 45 53 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/30 {
  --tw-shadow-color: rgb(42 45 53 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/40 {
  --tw-shadow-color: rgb(42 45 53 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/50 {
  --tw-shadow-color: rgb(42 45 53 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/60 {
  --tw-shadow-color: rgb(42 45 53 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/70 {
  --tw-shadow-color: rgb(42 45 53 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/75 {
  --tw-shadow-color: rgb(42 45 53 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/80 {
  --tw-shadow-color: rgb(42 45 53 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/90 {
  --tw-shadow-color: rgb(42 45 53 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/95 {
  --tw-shadow-color: rgb(42 45 53 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select\/100 {
  --tw-shadow-color: rgb(42 45 53 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/0 {
  --tw-shadow-color: rgb(50 48 48 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/5 {
  --tw-shadow-color: rgb(50 48 48 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/10 {
  --tw-shadow-color: rgb(50 48 48 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/20 {
  --tw-shadow-color: rgb(50 48 48 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/25 {
  --tw-shadow-color: rgb(50 48 48 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/30 {
  --tw-shadow-color: rgb(50 48 48 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/40 {
  --tw-shadow-color: rgb(50 48 48 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/50 {
  --tw-shadow-color: rgb(50 48 48 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/60 {
  --tw-shadow-color: rgb(50 48 48 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/70 {
  --tw-shadow-color: rgb(50 48 48 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/75 {
  --tw-shadow-color: rgb(50 48 48 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/80 {
  --tw-shadow-color: rgb(50 48 48 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/90 {
  --tw-shadow-color: rgb(50 48 48 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/95 {
  --tw-shadow-color: rgb(50 48 48 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-field-select-hover\/100 {
  --tw-shadow-color: rgb(50 48 48 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/0 {
  --tw-shadow-color: rgb(76 78 83 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/5 {
  --tw-shadow-color: rgb(76 78 83 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/10 {
  --tw-shadow-color: rgb(76 78 83 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/20 {
  --tw-shadow-color: rgb(76 78 83 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/25 {
  --tw-shadow-color: rgb(76 78 83 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/30 {
  --tw-shadow-color: rgb(76 78 83 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/40 {
  --tw-shadow-color: rgb(76 78 83 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/50 {
  --tw-shadow-color: rgb(76 78 83 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/60 {
  --tw-shadow-color: rgb(76 78 83 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/70 {
  --tw-shadow-color: rgb(76 78 83 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/75 {
  --tw-shadow-color: rgb(76 78 83 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/80 {
  --tw-shadow-color: rgb(76 78 83 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/90 {
  --tw-shadow-color: rgb(76 78 83 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/95 {
  --tw-shadow-color: rgb(76 78 83 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background\/100 {
  --tw-shadow-color: rgb(76 78 83 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-other\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/0 {
  --tw-shadow-color: rgb(33 32 32 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/5 {
  --tw-shadow-color: rgb(33 32 32 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/10 {
  --tw-shadow-color: rgb(33 32 32 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/20 {
  --tw-shadow-color: rgb(33 32 32 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/25 {
  --tw-shadow-color: rgb(33 32 32 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/30 {
  --tw-shadow-color: rgb(33 32 32 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/40 {
  --tw-shadow-color: rgb(33 32 32 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/50 {
  --tw-shadow-color: rgb(33 32 32 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/60 {
  --tw-shadow-color: rgb(33 32 32 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/70 {
  --tw-shadow-color: rgb(33 32 32 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/75 {
  --tw-shadow-color: rgb(33 32 32 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/80 {
  --tw-shadow-color: rgb(33 32 32 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/90 {
  --tw-shadow-color: rgb(33 32 32 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/95 {
  --tw-shadow-color: rgb(33 32 32 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-paper\/100 {
  --tw-shadow-color: rgb(33 32 32 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/0 {
  --tw-shadow-color: rgb(230 238 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/5 {
  --tw-shadow-color: rgb(230 238 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/10 {
  --tw-shadow-color: rgb(230 238 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/20 {
  --tw-shadow-color: rgb(230 238 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/25 {
  --tw-shadow-color: rgb(230 238 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/30 {
  --tw-shadow-color: rgb(230 238 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/40 {
  --tw-shadow-color: rgb(230 238 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/50 {
  --tw-shadow-color: rgb(230 238 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/60 {
  --tw-shadow-color: rgb(230 238 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/70 {
  --tw-shadow-color: rgb(230 238 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/75 {
  --tw-shadow-color: rgb(230 238 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/80 {
  --tw-shadow-color: rgb(230 238 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/90 {
  --tw-shadow-color: rgb(230 238 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/95 {
  --tw-shadow-color: rgb(230 238 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-secondary\/100 {
  --tw-shadow-color: rgb(230 238 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/0 {
  --tw-shadow-color: rgb(50 48 48 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/5 {
  --tw-shadow-color: rgb(50 48 48 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/10 {
  --tw-shadow-color: rgb(50 48 48 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/20 {
  --tw-shadow-color: rgb(50 48 48 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/25 {
  --tw-shadow-color: rgb(50 48 48 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/30 {
  --tw-shadow-color: rgb(50 48 48 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/40 {
  --tw-shadow-color: rgb(50 48 48 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/50 {
  --tw-shadow-color: rgb(50 48 48 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/60 {
  --tw-shadow-color: rgb(50 48 48 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/70 {
  --tw-shadow-color: rgb(50 48 48 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/75 {
  --tw-shadow-color: rgb(50 48 48 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/80 {
  --tw-shadow-color: rgb(50 48 48 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/90 {
  --tw-shadow-color: rgb(50 48 48 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/95 {
  --tw-shadow-color: rgb(50 48 48 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-drop\/100 {
  --tw-shadow-color: rgb(50 48 48 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/0 {
  --tw-shadow-color: rgb(143 143 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/5 {
  --tw-shadow-color: rgb(143 143 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/10 {
  --tw-shadow-color: rgb(143 143 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/20 {
  --tw-shadow-color: rgb(143 143 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/25 {
  --tw-shadow-color: rgb(143 143 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/30 {
  --tw-shadow-color: rgb(143 143 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/40 {
  --tw-shadow-color: rgb(143 143 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/50 {
  --tw-shadow-color: rgb(143 143 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/60 {
  --tw-shadow-color: rgb(143 143 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/70 {
  --tw-shadow-color: rgb(143 143 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/75 {
  --tw-shadow-color: rgb(143 143 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/80 {
  --tw-shadow-color: rgb(143 143 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/90 {
  --tw-shadow-color: rgb(143 143 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/95 {
  --tw-shadow-color: rgb(143 143 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-trans-grey\/100 {
  --tw-shadow-color: rgb(143 143 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/0 {
  --tw-shadow-color: rgb(115 131 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/5 {
  --tw-shadow-color: rgb(115 131 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/10 {
  --tw-shadow-color: rgb(115 131 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/20 {
  --tw-shadow-color: rgb(115 131 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/25 {
  --tw-shadow-color: rgb(115 131 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/30 {
  --tw-shadow-color: rgb(115 131 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/40 {
  --tw-shadow-color: rgb(115 131 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/50 {
  --tw-shadow-color: rgb(115 131 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/60 {
  --tw-shadow-color: rgb(115 131 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/70 {
  --tw-shadow-color: rgb(115 131 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/75 {
  --tw-shadow-color: rgb(115 131 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/80 {
  --tw-shadow-color: rgb(115 131 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/90 {
  --tw-shadow-color: rgb(115 131 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/95 {
  --tw-shadow-color: rgb(115 131 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-rating-tooltip\/100 {
  --tw-shadow-color: rgb(115 131 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/0 {
  --tw-shadow-color: rgb(66 66 102 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/5 {
  --tw-shadow-color: rgb(66 66 102 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/10 {
  --tw-shadow-color: rgb(66 66 102 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/20 {
  --tw-shadow-color: rgb(66 66 102 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/25 {
  --tw-shadow-color: rgb(66 66 102 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/30 {
  --tw-shadow-color: rgb(66 66 102 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/40 {
  --tw-shadow-color: rgb(66 66 102 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/50 {
  --tw-shadow-color: rgb(66 66 102 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/60 {
  --tw-shadow-color: rgb(66 66 102 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/70 {
  --tw-shadow-color: rgb(66 66 102 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/75 {
  --tw-shadow-color: rgb(66 66 102 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/80 {
  --tw-shadow-color: rgb(66 66 102 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/90 {
  --tw-shadow-color: rgb(66 66 102 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/95 {
  --tw-shadow-color: rgb(66 66 102 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-inner\/100 {
  --tw-shadow-color: rgb(66 66 102 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/0 {
  --tw-shadow-color: rgb(227 139 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/5 {
  --tw-shadow-color: rgb(227 139 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/10 {
  --tw-shadow-color: rgb(227 139 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/20 {
  --tw-shadow-color: rgb(227 139 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/25 {
  --tw-shadow-color: rgb(227 139 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/30 {
  --tw-shadow-color: rgb(227 139 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/40 {
  --tw-shadow-color: rgb(227 139 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/50 {
  --tw-shadow-color: rgb(227 139 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/60 {
  --tw-shadow-color: rgb(227 139 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/70 {
  --tw-shadow-color: rgb(227 139 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/75 {
  --tw-shadow-color: rgb(227 139 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/80 {
  --tw-shadow-color: rgb(227 139 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/90 {
  --tw-shadow-color: rgb(227 139 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/95 {
  --tw-shadow-color: rgb(227 139 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-radial-outer\/100 {
  --tw-shadow-color: rgb(227 139 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/0 {
  --tw-shadow-color: rgb(33 35 41 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/5 {
  --tw-shadow-color: rgb(33 35 41 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/10 {
  --tw-shadow-color: rgb(33 35 41 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/20 {
  --tw-shadow-color: rgb(33 35 41 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/25 {
  --tw-shadow-color: rgb(33 35 41 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/30 {
  --tw-shadow-color: rgb(33 35 41 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/40 {
  --tw-shadow-color: rgb(33 35 41 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/50 {
  --tw-shadow-color: rgb(33 35 41 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/60 {
  --tw-shadow-color: rgb(33 35 41 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/70 {
  --tw-shadow-color: rgb(33 35 41 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/75 {
  --tw-shadow-color: rgb(33 35 41 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/80 {
  --tw-shadow-color: rgb(33 35 41 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/90 {
  --tw-shadow-color: rgb(33 35 41 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/95 {
  --tw-shadow-color: rgb(33 35 41 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-plain\/100 {
  --tw-shadow-color: rgb(33 35 41 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/0 {
  --tw-shadow-color: rgb(50 48 48 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/5 {
  --tw-shadow-color: rgb(50 48 48 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/10 {
  --tw-shadow-color: rgb(50 48 48 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/20 {
  --tw-shadow-color: rgb(50 48 48 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/25 {
  --tw-shadow-color: rgb(50 48 48 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/30 {
  --tw-shadow-color: rgb(50 48 48 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/40 {
  --tw-shadow-color: rgb(50 48 48 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/50 {
  --tw-shadow-color: rgb(50 48 48 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/60 {
  --tw-shadow-color: rgb(50 48 48 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/70 {
  --tw-shadow-color: rgb(50 48 48 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/75 {
  --tw-shadow-color: rgb(50 48 48 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/80 {
  --tw-shadow-color: rgb(50 48 48 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/90 {
  --tw-shadow-color: rgb(50 48 48 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/95 {
  --tw-shadow-color: rgb(50 48 48 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument\/100 {
  --tw-shadow-color: rgb(50 48 48 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-instrument-hover\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-active\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/0 {
  --tw-shadow-color: rgb(50 48 48 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/5 {
  --tw-shadow-color: rgb(50 48 48 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/10 {
  --tw-shadow-color: rgb(50 48 48 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/20 {
  --tw-shadow-color: rgb(50 48 48 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/25 {
  --tw-shadow-color: rgb(50 48 48 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/30 {
  --tw-shadow-color: rgb(50 48 48 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/40 {
  --tw-shadow-color: rgb(50 48 48 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/50 {
  --tw-shadow-color: rgb(50 48 48 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/60 {
  --tw-shadow-color: rgb(50 48 48 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/70 {
  --tw-shadow-color: rgb(50 48 48 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/75 {
  --tw-shadow-color: rgb(50 48 48 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/80 {
  --tw-shadow-color: rgb(50 48 48 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/90 {
  --tw-shadow-color: rgb(50 48 48 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/95 {
  --tw-shadow-color: rgb(50 48 48 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-filter-border\/100 {
  --tw-shadow-color: rgb(50 48 48 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table-header\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/0 {
  --tw-shadow-color: rgb(50 48 48 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/5 {
  --tw-shadow-color: rgb(50 48 48 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/10 {
  --tw-shadow-color: rgb(50 48 48 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/20 {
  --tw-shadow-color: rgb(50 48 48 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/25 {
  --tw-shadow-color: rgb(50 48 48 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/30 {
  --tw-shadow-color: rgb(50 48 48 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/40 {
  --tw-shadow-color: rgb(50 48 48 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/50 {
  --tw-shadow-color: rgb(50 48 48 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/60 {
  --tw-shadow-color: rgb(50 48 48 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/70 {
  --tw-shadow-color: rgb(50 48 48 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/75 {
  --tw-shadow-color: rgb(50 48 48 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/80 {
  --tw-shadow-color: rgb(50 48 48 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/90 {
  --tw-shadow-color: rgb(50 48 48 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/95 {
  --tw-shadow-color: rgb(50 48 48 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-account\/100 {
  --tw-shadow-color: rgb(50 48 48 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/0 {
  --tw-shadow-color: rgb(21 41 79 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/5 {
  --tw-shadow-color: rgb(21 41 79 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/10 {
  --tw-shadow-color: rgb(21 41 79 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/20 {
  --tw-shadow-color: rgb(21 41 79 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/25 {
  --tw-shadow-color: rgb(21 41 79 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/30 {
  --tw-shadow-color: rgb(21 41 79 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/40 {
  --tw-shadow-color: rgb(21 41 79 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/50 {
  --tw-shadow-color: rgb(21 41 79 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/60 {
  --tw-shadow-color: rgb(21 41 79 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/70 {
  --tw-shadow-color: rgb(21 41 79 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/75 {
  --tw-shadow-color: rgb(21 41 79 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/80 {
  --tw-shadow-color: rgb(21 41 79 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/90 {
  --tw-shadow-color: rgb(21 41 79 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/95 {
  --tw-shadow-color: rgb(21 41 79 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-border\/100 {
  --tw-shadow-color: rgb(21 41 79 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/0 {
  --tw-shadow-color: rgb(42 45 53 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/5 {
  --tw-shadow-color: rgb(42 45 53 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/10 {
  --tw-shadow-color: rgb(42 45 53 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/20 {
  --tw-shadow-color: rgb(42 45 53 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/25 {
  --tw-shadow-color: rgb(42 45 53 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/30 {
  --tw-shadow-color: rgb(42 45 53 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/40 {
  --tw-shadow-color: rgb(42 45 53 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/50 {
  --tw-shadow-color: rgb(42 45 53 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/60 {
  --tw-shadow-color: rgb(42 45 53 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/70 {
  --tw-shadow-color: rgb(42 45 53 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/75 {
  --tw-shadow-color: rgb(42 45 53 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/80 {
  --tw-shadow-color: rgb(42 45 53 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/90 {
  --tw-shadow-color: rgb(42 45 53 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/95 {
  --tw-shadow-color: rgb(42 45 53 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-icon\/100 {
  --tw-shadow-color: rgb(42 45 53 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/0 {
  --tw-shadow-color: rgb(66 66 102 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/5 {
  --tw-shadow-color: rgb(66 66 102 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/10 {
  --tw-shadow-color: rgb(66 66 102 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/20 {
  --tw-shadow-color: rgb(66 66 102 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/25 {
  --tw-shadow-color: rgb(66 66 102 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/30 {
  --tw-shadow-color: rgb(66 66 102 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/40 {
  --tw-shadow-color: rgb(66 66 102 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/50 {
  --tw-shadow-color: rgb(66 66 102 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/60 {
  --tw-shadow-color: rgb(66 66 102 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/70 {
  --tw-shadow-color: rgb(66 66 102 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/75 {
  --tw-shadow-color: rgb(66 66 102 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/80 {
  --tw-shadow-color: rgb(66 66 102 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/90 {
  --tw-shadow-color: rgb(66 66 102 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/95 {
  --tw-shadow-color: rgb(66 66 102 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-table\/100 {
  --tw-shadow-color: rgb(66 66 102 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-menu\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/0 {
  --tw-shadow-color: rgb(66 66 102 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/5 {
  --tw-shadow-color: rgb(66 66 102 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/10 {
  --tw-shadow-color: rgb(66 66 102 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/20 {
  --tw-shadow-color: rgb(66 66 102 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/25 {
  --tw-shadow-color: rgb(66 66 102 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/30 {
  --tw-shadow-color: rgb(66 66 102 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/40 {
  --tw-shadow-color: rgb(66 66 102 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/50 {
  --tw-shadow-color: rgb(66 66 102 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/60 {
  --tw-shadow-color: rgb(66 66 102 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/70 {
  --tw-shadow-color: rgb(66 66 102 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/75 {
  --tw-shadow-color: rgb(66 66 102 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/80 {
  --tw-shadow-color: rgb(66 66 102 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/90 {
  --tw-shadow-color: rgb(66 66 102 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/95 {
  --tw-shadow-color: rgb(66 66 102 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-readonly\/100 {
  --tw-shadow-color: rgb(66 66 102 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/0 {
  --tw-shadow-color: rgb(130 130 142 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/5 {
  --tw-shadow-color: rgb(130 130 142 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/10 {
  --tw-shadow-color: rgb(130 130 142 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/20 {
  --tw-shadow-color: rgb(130 130 142 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/25 {
  --tw-shadow-color: rgb(130 130 142 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/30 {
  --tw-shadow-color: rgb(130 130 142 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/40 {
  --tw-shadow-color: rgb(130 130 142 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/50 {
  --tw-shadow-color: rgb(130 130 142 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/60 {
  --tw-shadow-color: rgb(130 130 142 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/70 {
  --tw-shadow-color: rgb(130 130 142 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/75 {
  --tw-shadow-color: rgb(130 130 142 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/80 {
  --tw-shadow-color: rgb(130 130 142 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/90 {
  --tw-shadow-color: rgb(130 130 142 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/95 {
  --tw-shadow-color: rgb(130 130 142 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-background-input-disabled\/100 {
  --tw-shadow-color: rgb(130 130 142 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/0 {
  --tw-shadow-color: rgb(227 139 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/5 {
  --tw-shadow-color: rgb(227 139 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/10 {
  --tw-shadow-color: rgb(227 139 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/20 {
  --tw-shadow-color: rgb(227 139 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/25 {
  --tw-shadow-color: rgb(227 139 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/30 {
  --tw-shadow-color: rgb(227 139 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/40 {
  --tw-shadow-color: rgb(227 139 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/50 {
  --tw-shadow-color: rgb(227 139 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/60 {
  --tw-shadow-color: rgb(227 139 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/70 {
  --tw-shadow-color: rgb(227 139 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/75 {
  --tw-shadow-color: rgb(227 139 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/80 {
  --tw-shadow-color: rgb(227 139 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/90 {
  --tw-shadow-color: rgb(227 139 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/95 {
  --tw-shadow-color: rgb(227 139 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company\/100 {
  --tw-shadow-color: rgb(227 139 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/0 {
  --tw-shadow-color: rgb(33 32 32 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/5 {
  --tw-shadow-color: rgb(33 32 32 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/10 {
  --tw-shadow-color: rgb(33 32 32 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/20 {
  --tw-shadow-color: rgb(33 32 32 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/25 {
  --tw-shadow-color: rgb(33 32 32 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/30 {
  --tw-shadow-color: rgb(33 32 32 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/40 {
  --tw-shadow-color: rgb(33 32 32 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/50 {
  --tw-shadow-color: rgb(33 32 32 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/60 {
  --tw-shadow-color: rgb(33 32 32 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/70 {
  --tw-shadow-color: rgb(33 32 32 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/75 {
  --tw-shadow-color: rgb(33 32 32 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/80 {
  --tw-shadow-color: rgb(33 32 32 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/90 {
  --tw-shadow-color: rgb(33 32 32 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/95 {
  --tw-shadow-color: rgb(33 32 32 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-secondary\/100 {
  --tw-shadow-color: rgb(33 32 32 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/0 {
  --tw-shadow-color: rgb(242 130 98 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/5 {
  --tw-shadow-color: rgb(242 130 98 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/10 {
  --tw-shadow-color: rgb(242 130 98 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/20 {
  --tw-shadow-color: rgb(242 130 98 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/25 {
  --tw-shadow-color: rgb(242 130 98 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/30 {
  --tw-shadow-color: rgb(242 130 98 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/40 {
  --tw-shadow-color: rgb(242 130 98 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/50 {
  --tw-shadow-color: rgb(242 130 98 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/60 {
  --tw-shadow-color: rgb(242 130 98 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/70 {
  --tw-shadow-color: rgb(242 130 98 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/75 {
  --tw-shadow-color: rgb(242 130 98 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/80 {
  --tw-shadow-color: rgb(242 130 98 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/90 {
  --tw-shadow-color: rgb(242 130 98 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/95 {
  --tw-shadow-color: rgb(242 130 98 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-light-orange\/100 {
  --tw-shadow-color: rgb(242 130 98 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/0 {
  --tw-shadow-color: rgb(255 106 47 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/5 {
  --tw-shadow-color: rgb(255 106 47 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/10 {
  --tw-shadow-color: rgb(255 106 47 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/20 {
  --tw-shadow-color: rgb(255 106 47 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/25 {
  --tw-shadow-color: rgb(255 106 47 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/30 {
  --tw-shadow-color: rgb(255 106 47 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/40 {
  --tw-shadow-color: rgb(255 106 47 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/50 {
  --tw-shadow-color: rgb(255 106 47 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/60 {
  --tw-shadow-color: rgb(255 106 47 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/70 {
  --tw-shadow-color: rgb(255 106 47 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/75 {
  --tw-shadow-color: rgb(255 106 47 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/80 {
  --tw-shadow-color: rgb(255 106 47 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/90 {
  --tw-shadow-color: rgb(255 106 47 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/95 {
  --tw-shadow-color: rgb(255 106 47 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-company-orange-primary\/100 {
  --tw-shadow-color: rgb(255 106 47 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/0 {
  --tw-shadow-color: rgb(211 209 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/5 {
  --tw-shadow-color: rgb(211 209 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/10 {
  --tw-shadow-color: rgb(211 209 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/20 {
  --tw-shadow-color: rgb(211 209 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/25 {
  --tw-shadow-color: rgb(211 209 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/30 {
  --tw-shadow-color: rgb(211 209 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/40 {
  --tw-shadow-color: rgb(211 209 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/50 {
  --tw-shadow-color: rgb(211 209 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/60 {
  --tw-shadow-color: rgb(211 209 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/70 {
  --tw-shadow-color: rgb(211 209 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/75 {
  --tw-shadow-color: rgb(211 209 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/80 {
  --tw-shadow-color: rgb(211 209 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/90 {
  --tw-shadow-color: rgb(211 209 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/95 {
  --tw-shadow-color: rgb(211 209 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-100\/100 {
  --tw-shadow-color: rgb(211 209 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/0 {
  --tw-shadow-color: rgb(186 219 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/5 {
  --tw-shadow-color: rgb(186 219 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/10 {
  --tw-shadow-color: rgb(186 219 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/20 {
  --tw-shadow-color: rgb(186 219 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/25 {
  --tw-shadow-color: rgb(186 219 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/30 {
  --tw-shadow-color: rgb(186 219 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/40 {
  --tw-shadow-color: rgb(186 219 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/50 {
  --tw-shadow-color: rgb(186 219 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/60 {
  --tw-shadow-color: rgb(186 219 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/70 {
  --tw-shadow-color: rgb(186 219 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/75 {
  --tw-shadow-color: rgb(186 219 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/80 {
  --tw-shadow-color: rgb(186 219 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/90 {
  --tw-shadow-color: rgb(186 219 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/95 {
  --tw-shadow-color: rgb(186 219 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gradient-200\/100 {
  --tw-shadow-color: rgb(186 219 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/0 {
  --tw-shadow-color: rgb(229 232 234 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/5 {
  --tw-shadow-color: rgb(229 232 234 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/10 {
  --tw-shadow-color: rgb(229 232 234 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/20 {
  --tw-shadow-color: rgb(229 232 234 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/25 {
  --tw-shadow-color: rgb(229 232 234 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/30 {
  --tw-shadow-color: rgb(229 232 234 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/40 {
  --tw-shadow-color: rgb(229 232 234 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/50 {
  --tw-shadow-color: rgb(229 232 234 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/60 {
  --tw-shadow-color: rgb(229 232 234 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/70 {
  --tw-shadow-color: rgb(229 232 234 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/75 {
  --tw-shadow-color: rgb(229 232 234 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/80 {
  --tw-shadow-color: rgb(229 232 234 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/90 {
  --tw-shadow-color: rgb(229 232 234 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/95 {
  --tw-shadow-color: rgb(229 232 234 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-line\/100 {
  --tw-shadow-color: rgb(229 232 234 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.outline {
  outline-style: solid;
}

.outline-white {
  outline-color: #fff;
}

.outline-yellow-50 {
  outline-color: #fefce8;
}

.outline-yellow-100 {
  outline-color: #fef9c3;
}

.outline-yellow-200 {
  outline-color: #fef08a;
}

.outline-yellow-300 {
  outline-color: #fde047;
}

.outline-yellow-400 {
  outline-color: #facc15;
}

.outline-yellow-500 {
  outline-color: #eab308;
}

.outline-yellow-600 {
  outline-color: #ca8a04;
}

.outline-yellow-700 {
  outline-color: #a16207;
}

.outline-yellow-800 {
  outline-color: #854d0e;
}

.outline-yellow-900 {
  outline-color: #713f12;
}

.outline-warning {
  outline-color: #FAC8B0;
}

.outline-white\/0 {
  outline-color: rgb(255 255 255 / 0);
}

.outline-white\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}

.outline-white\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}

.outline-white\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}

.outline-white\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}

.outline-white\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}

.outline-white\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}

.outline-white\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}

.outline-white\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}

.outline-white\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}

.outline-white\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}

.outline-white\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}

.outline-white\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}

.outline-white\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}

.outline-white\/100 {
  outline-color: rgb(255 255 255 / 1);
}

.outline-yellow-50\/0 {
  outline-color: rgb(254 252 232 / 0);
}

.outline-yellow-50\/5 {
  outline-color: rgb(254 252 232 / 0.05);
}

.outline-yellow-50\/10 {
  outline-color: rgb(254 252 232 / 0.1);
}

.outline-yellow-50\/20 {
  outline-color: rgb(254 252 232 / 0.2);
}

.outline-yellow-50\/25 {
  outline-color: rgb(254 252 232 / 0.25);
}

.outline-yellow-50\/30 {
  outline-color: rgb(254 252 232 / 0.3);
}

.outline-yellow-50\/40 {
  outline-color: rgb(254 252 232 / 0.4);
}

.outline-yellow-50\/50 {
  outline-color: rgb(254 252 232 / 0.5);
}

.outline-yellow-50\/60 {
  outline-color: rgb(254 252 232 / 0.6);
}

.outline-yellow-50\/70 {
  outline-color: rgb(254 252 232 / 0.7);
}

.outline-yellow-50\/75 {
  outline-color: rgb(254 252 232 / 0.75);
}

.outline-yellow-50\/80 {
  outline-color: rgb(254 252 232 / 0.8);
}

.outline-yellow-50\/90 {
  outline-color: rgb(254 252 232 / 0.9);
}

.outline-yellow-50\/95 {
  outline-color: rgb(254 252 232 / 0.95);
}

.outline-yellow-50\/100 {
  outline-color: rgb(254 252 232 / 1);
}

.outline-yellow-100\/0 {
  outline-color: rgb(254 249 195 / 0);
}

.outline-yellow-100\/5 {
  outline-color: rgb(254 249 195 / 0.05);
}

.outline-yellow-100\/10 {
  outline-color: rgb(254 249 195 / 0.1);
}

.outline-yellow-100\/20 {
  outline-color: rgb(254 249 195 / 0.2);
}

.outline-yellow-100\/25 {
  outline-color: rgb(254 249 195 / 0.25);
}

.outline-yellow-100\/30 {
  outline-color: rgb(254 249 195 / 0.3);
}

.outline-yellow-100\/40 {
  outline-color: rgb(254 249 195 / 0.4);
}

.outline-yellow-100\/50 {
  outline-color: rgb(254 249 195 / 0.5);
}

.outline-yellow-100\/60 {
  outline-color: rgb(254 249 195 / 0.6);
}

.outline-yellow-100\/70 {
  outline-color: rgb(254 249 195 / 0.7);
}

.outline-yellow-100\/75 {
  outline-color: rgb(254 249 195 / 0.75);
}

.outline-yellow-100\/80 {
  outline-color: rgb(254 249 195 / 0.8);
}

.outline-yellow-100\/90 {
  outline-color: rgb(254 249 195 / 0.9);
}

.outline-yellow-100\/95 {
  outline-color: rgb(254 249 195 / 0.95);
}

.outline-yellow-100\/100 {
  outline-color: rgb(254 249 195 / 1);
}

.outline-yellow-200\/0 {
  outline-color: rgb(254 240 138 / 0);
}

.outline-yellow-200\/5 {
  outline-color: rgb(254 240 138 / 0.05);
}

.outline-yellow-200\/10 {
  outline-color: rgb(254 240 138 / 0.1);
}

.outline-yellow-200\/20 {
  outline-color: rgb(254 240 138 / 0.2);
}

.outline-yellow-200\/25 {
  outline-color: rgb(254 240 138 / 0.25);
}

.outline-yellow-200\/30 {
  outline-color: rgb(254 240 138 / 0.3);
}

.outline-yellow-200\/40 {
  outline-color: rgb(254 240 138 / 0.4);
}

.outline-yellow-200\/50 {
  outline-color: rgb(254 240 138 / 0.5);
}

.outline-yellow-200\/60 {
  outline-color: rgb(254 240 138 / 0.6);
}

.outline-yellow-200\/70 {
  outline-color: rgb(254 240 138 / 0.7);
}

.outline-yellow-200\/75 {
  outline-color: rgb(254 240 138 / 0.75);
}

.outline-yellow-200\/80 {
  outline-color: rgb(254 240 138 / 0.8);
}

.outline-yellow-200\/90 {
  outline-color: rgb(254 240 138 / 0.9);
}

.outline-yellow-200\/95 {
  outline-color: rgb(254 240 138 / 0.95);
}

.outline-yellow-200\/100 {
  outline-color: rgb(254 240 138 / 1);
}

.outline-yellow-300\/0 {
  outline-color: rgb(253 224 71 / 0);
}

.outline-yellow-300\/5 {
  outline-color: rgb(253 224 71 / 0.05);
}

.outline-yellow-300\/10 {
  outline-color: rgb(253 224 71 / 0.1);
}

.outline-yellow-300\/20 {
  outline-color: rgb(253 224 71 / 0.2);
}

.outline-yellow-300\/25 {
  outline-color: rgb(253 224 71 / 0.25);
}

.outline-yellow-300\/30 {
  outline-color: rgb(253 224 71 / 0.3);
}

.outline-yellow-300\/40 {
  outline-color: rgb(253 224 71 / 0.4);
}

.outline-yellow-300\/50 {
  outline-color: rgb(253 224 71 / 0.5);
}

.outline-yellow-300\/60 {
  outline-color: rgb(253 224 71 / 0.6);
}

.outline-yellow-300\/70 {
  outline-color: rgb(253 224 71 / 0.7);
}

.outline-yellow-300\/75 {
  outline-color: rgb(253 224 71 / 0.75);
}

.outline-yellow-300\/80 {
  outline-color: rgb(253 224 71 / 0.8);
}

.outline-yellow-300\/90 {
  outline-color: rgb(253 224 71 / 0.9);
}

.outline-yellow-300\/95 {
  outline-color: rgb(253 224 71 / 0.95);
}

.outline-yellow-300\/100 {
  outline-color: rgb(253 224 71 / 1);
}

.outline-yellow-400\/0 {
  outline-color: rgb(250 204 21 / 0);
}

.outline-yellow-400\/5 {
  outline-color: rgb(250 204 21 / 0.05);
}

.outline-yellow-400\/10 {
  outline-color: rgb(250 204 21 / 0.1);
}

.outline-yellow-400\/20 {
  outline-color: rgb(250 204 21 / 0.2);
}

.outline-yellow-400\/25 {
  outline-color: rgb(250 204 21 / 0.25);
}

.outline-yellow-400\/30 {
  outline-color: rgb(250 204 21 / 0.3);
}

.outline-yellow-400\/40 {
  outline-color: rgb(250 204 21 / 0.4);
}

.outline-yellow-400\/50 {
  outline-color: rgb(250 204 21 / 0.5);
}

.outline-yellow-400\/60 {
  outline-color: rgb(250 204 21 / 0.6);
}

.outline-yellow-400\/70 {
  outline-color: rgb(250 204 21 / 0.7);
}

.outline-yellow-400\/75 {
  outline-color: rgb(250 204 21 / 0.75);
}

.outline-yellow-400\/80 {
  outline-color: rgb(250 204 21 / 0.8);
}

.outline-yellow-400\/90 {
  outline-color: rgb(250 204 21 / 0.9);
}

.outline-yellow-400\/95 {
  outline-color: rgb(250 204 21 / 0.95);
}

.outline-yellow-400\/100 {
  outline-color: rgb(250 204 21 / 1);
}

.outline-yellow-500\/0 {
  outline-color: rgb(234 179 8 / 0);
}

.outline-yellow-500\/5 {
  outline-color: rgb(234 179 8 / 0.05);
}

.outline-yellow-500\/10 {
  outline-color: rgb(234 179 8 / 0.1);
}

.outline-yellow-500\/20 {
  outline-color: rgb(234 179 8 / 0.2);
}

.outline-yellow-500\/25 {
  outline-color: rgb(234 179 8 / 0.25);
}

.outline-yellow-500\/30 {
  outline-color: rgb(234 179 8 / 0.3);
}

.outline-yellow-500\/40 {
  outline-color: rgb(234 179 8 / 0.4);
}

.outline-yellow-500\/50 {
  outline-color: rgb(234 179 8 / 0.5);
}

.outline-yellow-500\/60 {
  outline-color: rgb(234 179 8 / 0.6);
}

.outline-yellow-500\/70 {
  outline-color: rgb(234 179 8 / 0.7);
}

.outline-yellow-500\/75 {
  outline-color: rgb(234 179 8 / 0.75);
}

.outline-yellow-500\/80 {
  outline-color: rgb(234 179 8 / 0.8);
}

.outline-yellow-500\/90 {
  outline-color: rgb(234 179 8 / 0.9);
}

.outline-yellow-500\/95 {
  outline-color: rgb(234 179 8 / 0.95);
}

.outline-yellow-500\/100 {
  outline-color: rgb(234 179 8 / 1);
}

.outline-yellow-600\/0 {
  outline-color: rgb(202 138 4 / 0);
}

.outline-yellow-600\/5 {
  outline-color: rgb(202 138 4 / 0.05);
}

.outline-yellow-600\/10 {
  outline-color: rgb(202 138 4 / 0.1);
}

.outline-yellow-600\/20 {
  outline-color: rgb(202 138 4 / 0.2);
}

.outline-yellow-600\/25 {
  outline-color: rgb(202 138 4 / 0.25);
}

.outline-yellow-600\/30 {
  outline-color: rgb(202 138 4 / 0.3);
}

.outline-yellow-600\/40 {
  outline-color: rgb(202 138 4 / 0.4);
}

.outline-yellow-600\/50 {
  outline-color: rgb(202 138 4 / 0.5);
}

.outline-yellow-600\/60 {
  outline-color: rgb(202 138 4 / 0.6);
}

.outline-yellow-600\/70 {
  outline-color: rgb(202 138 4 / 0.7);
}

.outline-yellow-600\/75 {
  outline-color: rgb(202 138 4 / 0.75);
}

.outline-yellow-600\/80 {
  outline-color: rgb(202 138 4 / 0.8);
}

.outline-yellow-600\/90 {
  outline-color: rgb(202 138 4 / 0.9);
}

.outline-yellow-600\/95 {
  outline-color: rgb(202 138 4 / 0.95);
}

.outline-yellow-600\/100 {
  outline-color: rgb(202 138 4 / 1);
}

.outline-yellow-700\/0 {
  outline-color: rgb(161 98 7 / 0);
}

.outline-yellow-700\/5 {
  outline-color: rgb(161 98 7 / 0.05);
}

.outline-yellow-700\/10 {
  outline-color: rgb(161 98 7 / 0.1);
}

.outline-yellow-700\/20 {
  outline-color: rgb(161 98 7 / 0.2);
}

.outline-yellow-700\/25 {
  outline-color: rgb(161 98 7 / 0.25);
}

.outline-yellow-700\/30 {
  outline-color: rgb(161 98 7 / 0.3);
}

.outline-yellow-700\/40 {
  outline-color: rgb(161 98 7 / 0.4);
}

.outline-yellow-700\/50 {
  outline-color: rgb(161 98 7 / 0.5);
}

.outline-yellow-700\/60 {
  outline-color: rgb(161 98 7 / 0.6);
}

.outline-yellow-700\/70 {
  outline-color: rgb(161 98 7 / 0.7);
}

.outline-yellow-700\/75 {
  outline-color: rgb(161 98 7 / 0.75);
}

.outline-yellow-700\/80 {
  outline-color: rgb(161 98 7 / 0.8);
}

.outline-yellow-700\/90 {
  outline-color: rgb(161 98 7 / 0.9);
}

.outline-yellow-700\/95 {
  outline-color: rgb(161 98 7 / 0.95);
}

.outline-yellow-700\/100 {
  outline-color: rgb(161 98 7 / 1);
}

.outline-yellow-800\/0 {
  outline-color: rgb(133 77 14 / 0);
}

.outline-yellow-800\/5 {
  outline-color: rgb(133 77 14 / 0.05);
}

.outline-yellow-800\/10 {
  outline-color: rgb(133 77 14 / 0.1);
}

.outline-yellow-800\/20 {
  outline-color: rgb(133 77 14 / 0.2);
}

.outline-yellow-800\/25 {
  outline-color: rgb(133 77 14 / 0.25);
}

.outline-yellow-800\/30 {
  outline-color: rgb(133 77 14 / 0.3);
}

.outline-yellow-800\/40 {
  outline-color: rgb(133 77 14 / 0.4);
}

.outline-yellow-800\/50 {
  outline-color: rgb(133 77 14 / 0.5);
}

.outline-yellow-800\/60 {
  outline-color: rgb(133 77 14 / 0.6);
}

.outline-yellow-800\/70 {
  outline-color: rgb(133 77 14 / 0.7);
}

.outline-yellow-800\/75 {
  outline-color: rgb(133 77 14 / 0.75);
}

.outline-yellow-800\/80 {
  outline-color: rgb(133 77 14 / 0.8);
}

.outline-yellow-800\/90 {
  outline-color: rgb(133 77 14 / 0.9);
}

.outline-yellow-800\/95 {
  outline-color: rgb(133 77 14 / 0.95);
}

.outline-yellow-800\/100 {
  outline-color: rgb(133 77 14 / 1);
}

.outline-yellow-900\/0 {
  outline-color: rgb(113 63 18 / 0);
}

.outline-yellow-900\/5 {
  outline-color: rgb(113 63 18 / 0.05);
}

.outline-yellow-900\/10 {
  outline-color: rgb(113 63 18 / 0.1);
}

.outline-yellow-900\/20 {
  outline-color: rgb(113 63 18 / 0.2);
}

.outline-yellow-900\/25 {
  outline-color: rgb(113 63 18 / 0.25);
}

.outline-yellow-900\/30 {
  outline-color: rgb(113 63 18 / 0.3);
}

.outline-yellow-900\/40 {
  outline-color: rgb(113 63 18 / 0.4);
}

.outline-yellow-900\/50 {
  outline-color: rgb(113 63 18 / 0.5);
}

.outline-yellow-900\/60 {
  outline-color: rgb(113 63 18 / 0.6);
}

.outline-yellow-900\/70 {
  outline-color: rgb(113 63 18 / 0.7);
}

.outline-yellow-900\/75 {
  outline-color: rgb(113 63 18 / 0.75);
}

.outline-yellow-900\/80 {
  outline-color: rgb(113 63 18 / 0.8);
}

.outline-yellow-900\/90 {
  outline-color: rgb(113 63 18 / 0.9);
}

.outline-yellow-900\/95 {
  outline-color: rgb(113 63 18 / 0.95);
}

.outline-yellow-900\/100 {
  outline-color: rgb(113 63 18 / 1);
}

.outline-warning\/0 {
  outline-color: rgb(250 200 176 / 0);
}

.outline-warning\/5 {
  outline-color: rgb(250 200 176 / 0.05);
}

.outline-warning\/10 {
  outline-color: rgb(250 200 176 / 0.1);
}

.outline-warning\/20 {
  outline-color: rgb(250 200 176 / 0.2);
}

.outline-warning\/25 {
  outline-color: rgb(250 200 176 / 0.25);
}

.outline-warning\/30 {
  outline-color: rgb(250 200 176 / 0.3);
}

.outline-warning\/40 {
  outline-color: rgb(250 200 176 / 0.4);
}

.outline-warning\/50 {
  outline-color: rgb(250 200 176 / 0.5);
}

.outline-warning\/60 {
  outline-color: rgb(250 200 176 / 0.6);
}

.outline-warning\/70 {
  outline-color: rgb(250 200 176 / 0.7);
}

.outline-warning\/75 {
  outline-color: rgb(250 200 176 / 0.75);
}

.outline-warning\/80 {
  outline-color: rgb(250 200 176 / 0.8);
}

.outline-warning\/90 {
  outline-color: rgb(250 200 176 / 0.9);
}

.outline-warning\/95 {
  outline-color: rgb(250 200 176 / 0.95);
}

.outline-warning\/100 {
  outline-color: rgb(250 200 176 / 1);
}

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

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

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity));
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity));
}

.ring-warning {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 200 176 / var(--tw-ring-opacity));
}

.ring-white\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}

.ring-white\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.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\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.ring-white\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.ring-white\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.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\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.ring-white\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}

.ring-white\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}

.ring-yellow-50\/0 {
  --tw-ring-color: rgb(254 252 232 / 0);
}

.ring-yellow-50\/5 {
  --tw-ring-color: rgb(254 252 232 / 0.05);
}

.ring-yellow-50\/10 {
  --tw-ring-color: rgb(254 252 232 / 0.1);
}

.ring-yellow-50\/20 {
  --tw-ring-color: rgb(254 252 232 / 0.2);
}

.ring-yellow-50\/25 {
  --tw-ring-color: rgb(254 252 232 / 0.25);
}

.ring-yellow-50\/30 {
  --tw-ring-color: rgb(254 252 232 / 0.3);
}

.ring-yellow-50\/40 {
  --tw-ring-color: rgb(254 252 232 / 0.4);
}

.ring-yellow-50\/50 {
  --tw-ring-color: rgb(254 252 232 / 0.5);
}

.ring-yellow-50\/60 {
  --tw-ring-color: rgb(254 252 232 / 0.6);
}

.ring-yellow-50\/70 {
  --tw-ring-color: rgb(254 252 232 / 0.7);
}

.ring-yellow-50\/75 {
  --tw-ring-color: rgb(254 252 232 / 0.75);
}

.ring-yellow-50\/80 {
  --tw-ring-color: rgb(254 252 232 / 0.8);
}

.ring-yellow-50\/90 {
  --tw-ring-color: rgb(254 252 232 / 0.9);
}

.ring-yellow-50\/95 {
  --tw-ring-color: rgb(254 252 232 / 0.95);
}

.ring-yellow-50\/100 {
  --tw-ring-color: rgb(254 252 232 / 1);
}

.ring-yellow-100\/0 {
  --tw-ring-color: rgb(254 249 195 / 0);
}

.ring-yellow-100\/5 {
  --tw-ring-color: rgb(254 249 195 / 0.05);
}

.ring-yellow-100\/10 {
  --tw-ring-color: rgb(254 249 195 / 0.1);
}

.ring-yellow-100\/20 {
  --tw-ring-color: rgb(254 249 195 / 0.2);
}

.ring-yellow-100\/25 {
  --tw-ring-color: rgb(254 249 195 / 0.25);
}

.ring-yellow-100\/30 {
  --tw-ring-color: rgb(254 249 195 / 0.3);
}

.ring-yellow-100\/40 {
  --tw-ring-color: rgb(254 249 195 / 0.4);
}

.ring-yellow-100\/50 {
  --tw-ring-color: rgb(254 249 195 / 0.5);
}

.ring-yellow-100\/60 {
  --tw-ring-color: rgb(254 249 195 / 0.6);
}

.ring-yellow-100\/70 {
  --tw-ring-color: rgb(254 249 195 / 0.7);
}

.ring-yellow-100\/75 {
  --tw-ring-color: rgb(254 249 195 / 0.75);
}

.ring-yellow-100\/80 {
  --tw-ring-color: rgb(254 249 195 / 0.8);
}

.ring-yellow-100\/90 {
  --tw-ring-color: rgb(254 249 195 / 0.9);
}

.ring-yellow-100\/95 {
  --tw-ring-color: rgb(254 249 195 / 0.95);
}

.ring-yellow-100\/100 {
  --tw-ring-color: rgb(254 249 195 / 1);
}

.ring-yellow-200\/0 {
  --tw-ring-color: rgb(254 240 138 / 0);
}

.ring-yellow-200\/5 {
  --tw-ring-color: rgb(254 240 138 / 0.05);
}

.ring-yellow-200\/10 {
  --tw-ring-color: rgb(254 240 138 / 0.1);
}

.ring-yellow-200\/20 {
  --tw-ring-color: rgb(254 240 138 / 0.2);
}

.ring-yellow-200\/25 {
  --tw-ring-color: rgb(254 240 138 / 0.25);
}

.ring-yellow-200\/30 {
  --tw-ring-color: rgb(254 240 138 / 0.3);
}

.ring-yellow-200\/40 {
  --tw-ring-color: rgb(254 240 138 / 0.4);
}

.ring-yellow-200\/50 {
  --tw-ring-color: rgb(254 240 138 / 0.5);
}

.ring-yellow-200\/60 {
  --tw-ring-color: rgb(254 240 138 / 0.6);
}

.ring-yellow-200\/70 {
  --tw-ring-color: rgb(254 240 138 / 0.7);
}

.ring-yellow-200\/75 {
  --tw-ring-color: rgb(254 240 138 / 0.75);
}

.ring-yellow-200\/80 {
  --tw-ring-color: rgb(254 240 138 / 0.8);
}

.ring-yellow-200\/90 {
  --tw-ring-color: rgb(254 240 138 / 0.9);
}

.ring-yellow-200\/95 {
  --tw-ring-color: rgb(254 240 138 / 0.95);
}

.ring-yellow-200\/100 {
  --tw-ring-color: rgb(254 240 138 / 1);
}

.ring-yellow-300\/0 {
  --tw-ring-color: rgb(253 224 71 / 0);
}

.ring-yellow-300\/5 {
  --tw-ring-color: rgb(253 224 71 / 0.05);
}

.ring-yellow-300\/10 {
  --tw-ring-color: rgb(253 224 71 / 0.1);
}

.ring-yellow-300\/20 {
  --tw-ring-color: rgb(253 224 71 / 0.2);
}

.ring-yellow-300\/25 {
  --tw-ring-color: rgb(253 224 71 / 0.25);
}

.ring-yellow-300\/30 {
  --tw-ring-color: rgb(253 224 71 / 0.3);
}

.ring-yellow-300\/40 {
  --tw-ring-color: rgb(253 224 71 / 0.4);
}

.ring-yellow-300\/50 {
  --tw-ring-color: rgb(253 224 71 / 0.5);
}

.ring-yellow-300\/60 {
  --tw-ring-color: rgb(253 224 71 / 0.6);
}

.ring-yellow-300\/70 {
  --tw-ring-color: rgb(253 224 71 / 0.7);
}

.ring-yellow-300\/75 {
  --tw-ring-color: rgb(253 224 71 / 0.75);
}

.ring-yellow-300\/80 {
  --tw-ring-color: rgb(253 224 71 / 0.8);
}

.ring-yellow-300\/90 {
  --tw-ring-color: rgb(253 224 71 / 0.9);
}

.ring-yellow-300\/95 {
  --tw-ring-color: rgb(253 224 71 / 0.95);
}

.ring-yellow-300\/100 {
  --tw-ring-color: rgb(253 224 71 / 1);
}

.ring-yellow-400\/0 {
  --tw-ring-color: rgb(250 204 21 / 0);
}

.ring-yellow-400\/5 {
  --tw-ring-color: rgb(250 204 21 / 0.05);
}

.ring-yellow-400\/10 {
  --tw-ring-color: rgb(250 204 21 / 0.1);
}

.ring-yellow-400\/20 {
  --tw-ring-color: rgb(250 204 21 / 0.2);
}

.ring-yellow-400\/25 {
  --tw-ring-color: rgb(250 204 21 / 0.25);
}

.ring-yellow-400\/30 {
  --tw-ring-color: rgb(250 204 21 / 0.3);
}

.ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}

.ring-yellow-400\/50 {
  --tw-ring-color: rgb(250 204 21 / 0.5);
}

.ring-yellow-400\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6);
}

.ring-yellow-400\/70 {
  --tw-ring-color: rgb(250 204 21 / 0.7);
}

.ring-yellow-400\/75 {
  --tw-ring-color: rgb(250 204 21 / 0.75);
}

.ring-yellow-400\/80 {
  --tw-ring-color: rgb(250 204 21 / 0.8);
}

.ring-yellow-400\/90 {
  --tw-ring-color: rgb(250 204 21 / 0.9);
}

.ring-yellow-400\/95 {
  --tw-ring-color: rgb(250 204 21 / 0.95);
}

.ring-yellow-400\/100 {
  --tw-ring-color: rgb(250 204 21 / 1);
}

.ring-yellow-500\/0 {
  --tw-ring-color: rgb(234 179 8 / 0);
}

.ring-yellow-500\/5 {
  --tw-ring-color: rgb(234 179 8 / 0.05);
}

.ring-yellow-500\/10 {
  --tw-ring-color: rgb(234 179 8 / 0.1);
}

.ring-yellow-500\/20 {
  --tw-ring-color: rgb(234 179 8 / 0.2);
}

.ring-yellow-500\/25 {
  --tw-ring-color: rgb(234 179 8 / 0.25);
}

.ring-yellow-500\/30 {
  --tw-ring-color: rgb(234 179 8 / 0.3);
}

.ring-yellow-500\/40 {
  --tw-ring-color: rgb(234 179 8 / 0.4);
}

.ring-yellow-500\/50 {
  --tw-ring-color: rgb(234 179 8 / 0.5);
}

.ring-yellow-500\/60 {
  --tw-ring-color: rgb(234 179 8 / 0.6);
}

.ring-yellow-500\/70 {
  --tw-ring-color: rgb(234 179 8 / 0.7);
}

.ring-yellow-500\/75 {
  --tw-ring-color: rgb(234 179 8 / 0.75);
}

.ring-yellow-500\/80 {
  --tw-ring-color: rgb(234 179 8 / 0.8);
}

.ring-yellow-500\/90 {
  --tw-ring-color: rgb(234 179 8 / 0.9);
}

.ring-yellow-500\/95 {
  --tw-ring-color: rgb(234 179 8 / 0.95);
}

.ring-yellow-500\/100 {
  --tw-ring-color: rgb(234 179 8 / 1);
}

.ring-yellow-600\/0 {
  --tw-ring-color: rgb(202 138 4 / 0);
}

.ring-yellow-600\/5 {
  --tw-ring-color: rgb(202 138 4 / 0.05);
}

.ring-yellow-600\/10 {
  --tw-ring-color: rgb(202 138 4 / 0.1);
}

.ring-yellow-600\/20 {
  --tw-ring-color: rgb(202 138 4 / 0.2);
}

.ring-yellow-600\/25 {
  --tw-ring-color: rgb(202 138 4 / 0.25);
}

.ring-yellow-600\/30 {
  --tw-ring-color: rgb(202 138 4 / 0.3);
}

.ring-yellow-600\/40 {
  --tw-ring-color: rgb(202 138 4 / 0.4);
}

.ring-yellow-600\/50 {
  --tw-ring-color: rgb(202 138 4 / 0.5);
}

.ring-yellow-600\/60 {
  --tw-ring-color: rgb(202 138 4 / 0.6);
}

.ring-yellow-600\/70 {
  --tw-ring-color: rgb(202 138 4 / 0.7);
}

.ring-yellow-600\/75 {
  --tw-ring-color: rgb(202 138 4 / 0.75);
}

.ring-yellow-600\/80 {
  --tw-ring-color: rgb(202 138 4 / 0.8);
}

.ring-yellow-600\/90 {
  --tw-ring-color: rgb(202 138 4 / 0.9);
}

.ring-yellow-600\/95 {
  --tw-ring-color: rgb(202 138 4 / 0.95);
}

.ring-yellow-600\/100 {
  --tw-ring-color: rgb(202 138 4 / 1);
}

.ring-yellow-700\/0 {
  --tw-ring-color: rgb(161 98 7 / 0);
}

.ring-yellow-700\/5 {
  --tw-ring-color: rgb(161 98 7 / 0.05);
}

.ring-yellow-700\/10 {
  --tw-ring-color: rgb(161 98 7 / 0.1);
}

.ring-yellow-700\/20 {
  --tw-ring-color: rgb(161 98 7 / 0.2);
}

.ring-yellow-700\/25 {
  --tw-ring-color: rgb(161 98 7 / 0.25);
}

.ring-yellow-700\/30 {
  --tw-ring-color: rgb(161 98 7 / 0.3);
}

.ring-yellow-700\/40 {
  --tw-ring-color: rgb(161 98 7 / 0.4);
}

.ring-yellow-700\/50 {
  --tw-ring-color: rgb(161 98 7 / 0.5);
}

.ring-yellow-700\/60 {
  --tw-ring-color: rgb(161 98 7 / 0.6);
}

.ring-yellow-700\/70 {
  --tw-ring-color: rgb(161 98 7 / 0.7);
}

.ring-yellow-700\/75 {
  --tw-ring-color: rgb(161 98 7 / 0.75);
}

.ring-yellow-700\/80 {
  --tw-ring-color: rgb(161 98 7 / 0.8);
}

.ring-yellow-700\/90 {
  --tw-ring-color: rgb(161 98 7 / 0.9);
}

.ring-yellow-700\/95 {
  --tw-ring-color: rgb(161 98 7 / 0.95);
}

.ring-yellow-700\/100 {
  --tw-ring-color: rgb(161 98 7 / 1);
}

.ring-yellow-800\/0 {
  --tw-ring-color: rgb(133 77 14 / 0);
}

.ring-yellow-800\/5 {
  --tw-ring-color: rgb(133 77 14 / 0.05);
}

.ring-yellow-800\/10 {
  --tw-ring-color: rgb(133 77 14 / 0.1);
}

.ring-yellow-800\/20 {
  --tw-ring-color: rgb(133 77 14 / 0.2);
}

.ring-yellow-800\/25 {
  --tw-ring-color: rgb(133 77 14 / 0.25);
}

.ring-yellow-800\/30 {
  --tw-ring-color: rgb(133 77 14 / 0.3);
}

.ring-yellow-800\/40 {
  --tw-ring-color: rgb(133 77 14 / 0.4);
}

.ring-yellow-800\/50 {
  --tw-ring-color: rgb(133 77 14 / 0.5);
}

.ring-yellow-800\/60 {
  --tw-ring-color: rgb(133 77 14 / 0.6);
}

.ring-yellow-800\/70 {
  --tw-ring-color: rgb(133 77 14 / 0.7);
}

.ring-yellow-800\/75 {
  --tw-ring-color: rgb(133 77 14 / 0.75);
}

.ring-yellow-800\/80 {
  --tw-ring-color: rgb(133 77 14 / 0.8);
}

.ring-yellow-800\/90 {
  --tw-ring-color: rgb(133 77 14 / 0.9);
}

.ring-yellow-800\/95 {
  --tw-ring-color: rgb(133 77 14 / 0.95);
}

.ring-yellow-800\/100 {
  --tw-ring-color: rgb(133 77 14 / 1);
}

.ring-yellow-900\/0 {
  --tw-ring-color: rgb(113 63 18 / 0);
}

.ring-yellow-900\/5 {
  --tw-ring-color: rgb(113 63 18 / 0.05);
}

.ring-yellow-900\/10 {
  --tw-ring-color: rgb(113 63 18 / 0.1);
}

.ring-yellow-900\/20 {
  --tw-ring-color: rgb(113 63 18 / 0.2);
}

.ring-yellow-900\/25 {
  --tw-ring-color: rgb(113 63 18 / 0.25);
}

.ring-yellow-900\/30 {
  --tw-ring-color: rgb(113 63 18 / 0.3);
}

.ring-yellow-900\/40 {
  --tw-ring-color: rgb(113 63 18 / 0.4);
}

.ring-yellow-900\/50 {
  --tw-ring-color: rgb(113 63 18 / 0.5);
}

.ring-yellow-900\/60 {
  --tw-ring-color: rgb(113 63 18 / 0.6);
}

.ring-yellow-900\/70 {
  --tw-ring-color: rgb(113 63 18 / 0.7);
}

.ring-yellow-900\/75 {
  --tw-ring-color: rgb(113 63 18 / 0.75);
}

.ring-yellow-900\/80 {
  --tw-ring-color: rgb(113 63 18 / 0.8);
}

.ring-yellow-900\/90 {
  --tw-ring-color: rgb(113 63 18 / 0.9);
}

.ring-yellow-900\/95 {
  --tw-ring-color: rgb(113 63 18 / 0.95);
}

.ring-yellow-900\/100 {
  --tw-ring-color: rgb(113 63 18 / 1);
}

.ring-warning\/0 {
  --tw-ring-color: rgb(250 200 176 / 0);
}

.ring-warning\/5 {
  --tw-ring-color: rgb(250 200 176 / 0.05);
}

.ring-warning\/10 {
  --tw-ring-color: rgb(250 200 176 / 0.1);
}

.ring-warning\/20 {
  --tw-ring-color: rgb(250 200 176 / 0.2);
}

.ring-warning\/25 {
  --tw-ring-color: rgb(250 200 176 / 0.25);
}

.ring-warning\/30 {
  --tw-ring-color: rgb(250 200 176 / 0.3);
}

.ring-warning\/40 {
  --tw-ring-color: rgb(250 200 176 / 0.4);
}

.ring-warning\/50 {
  --tw-ring-color: rgb(250 200 176 / 0.5);
}

.ring-warning\/60 {
  --tw-ring-color: rgb(250 200 176 / 0.6);
}

.ring-warning\/70 {
  --tw-ring-color: rgb(250 200 176 / 0.7);
}

.ring-warning\/75 {
  --tw-ring-color: rgb(250 200 176 / 0.75);
}

.ring-warning\/80 {
  --tw-ring-color: rgb(250 200 176 / 0.8);
}

.ring-warning\/90 {
  --tw-ring-color: rgb(250 200 176 / 0.9);
}

.ring-warning\/95 {
  --tw-ring-color: rgb(250 200 176 / 0.95);
}

.ring-warning\/100 {
  --tw-ring-color: rgb(250 200 176 / 1);
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207;
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12;
}

.ring-offset-warning {
  --tw-ring-offset-color: #FAC8B0;
}

.ring-offset-white\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}

.ring-offset-white\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}

.ring-offset-white\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}

.ring-offset-white\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}

.ring-offset-white\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}

.ring-offset-white\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}

.ring-offset-white\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}

.ring-offset-white\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}

.ring-offset-white\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}

.ring-offset-white\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}

.ring-offset-white\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}

.ring-offset-white\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}

.ring-offset-white\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}

.ring-offset-white\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}

.ring-offset-white\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}

.ring-offset-yellow-50\/0 {
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}

.ring-offset-yellow-50\/5 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}

.ring-offset-yellow-50\/10 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}

.ring-offset-yellow-50\/20 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}

.ring-offset-yellow-50\/25 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}

.ring-offset-yellow-50\/30 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}

.ring-offset-yellow-50\/40 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}

.ring-offset-yellow-50\/50 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}

.ring-offset-yellow-50\/60 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}

.ring-offset-yellow-50\/70 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}

.ring-offset-yellow-50\/75 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}

.ring-offset-yellow-50\/80 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}

.ring-offset-yellow-50\/90 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}

.ring-offset-yellow-50\/95 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}

.ring-offset-yellow-50\/100 {
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}

.ring-offset-yellow-100\/0 {
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}

.ring-offset-yellow-100\/5 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}

.ring-offset-yellow-100\/10 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}

.ring-offset-yellow-100\/20 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}

.ring-offset-yellow-100\/25 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}

.ring-offset-yellow-100\/30 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}

.ring-offset-yellow-100\/40 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}

.ring-offset-yellow-100\/50 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}

.ring-offset-yellow-100\/60 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}

.ring-offset-yellow-100\/70 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}

.ring-offset-yellow-100\/75 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}

.ring-offset-yellow-100\/80 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}

.ring-offset-yellow-100\/90 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}

.ring-offset-yellow-100\/95 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}

.ring-offset-yellow-100\/100 {
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}

.ring-offset-yellow-200\/0 {
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}

.ring-offset-yellow-200\/5 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}

.ring-offset-yellow-200\/10 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}

.ring-offset-yellow-200\/20 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}

.ring-offset-yellow-200\/25 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}

.ring-offset-yellow-200\/30 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}

.ring-offset-yellow-200\/40 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}

.ring-offset-yellow-200\/50 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}

.ring-offset-yellow-200\/60 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}

.ring-offset-yellow-200\/70 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}

.ring-offset-yellow-200\/75 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}

.ring-offset-yellow-200\/80 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}

.ring-offset-yellow-200\/90 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}

.ring-offset-yellow-200\/95 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}

.ring-offset-yellow-200\/100 {
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}

.ring-offset-yellow-300\/0 {
  --tw-ring-offset-color: rgb(253 224 71 / 0);
}

.ring-offset-yellow-300\/5 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.05);
}

.ring-offset-yellow-300\/10 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.1);
}

.ring-offset-yellow-300\/20 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.2);
}

.ring-offset-yellow-300\/25 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.25);
}

.ring-offset-yellow-300\/30 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.3);
}

.ring-offset-yellow-300\/40 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}

.ring-offset-yellow-300\/50 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.5);
}

.ring-offset-yellow-300\/60 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}

.ring-offset-yellow-300\/70 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.7);
}

.ring-offset-yellow-300\/75 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.75);
}

.ring-offset-yellow-300\/80 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.8);
}

.ring-offset-yellow-300\/90 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.9);
}

.ring-offset-yellow-300\/95 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.95);
}

.ring-offset-yellow-300\/100 {
  --tw-ring-offset-color: rgb(253 224 71 / 1);
}

.ring-offset-yellow-400\/0 {
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}

.ring-offset-yellow-400\/5 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}

.ring-offset-yellow-400\/10 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}

.ring-offset-yellow-400\/20 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}

.ring-offset-yellow-400\/25 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}

.ring-offset-yellow-400\/30 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}

.ring-offset-yellow-400\/40 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}

.ring-offset-yellow-400\/50 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}

.ring-offset-yellow-400\/60 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}

.ring-offset-yellow-400\/70 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}

.ring-offset-yellow-400\/75 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}

.ring-offset-yellow-400\/80 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}

.ring-offset-yellow-400\/90 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}

.ring-offset-yellow-400\/95 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}

.ring-offset-yellow-400\/100 {
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}

.ring-offset-yellow-500\/0 {
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}

.ring-offset-yellow-500\/5 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}

.ring-offset-yellow-500\/10 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}

.ring-offset-yellow-500\/20 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}

.ring-offset-yellow-500\/25 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}

.ring-offset-yellow-500\/30 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}

.ring-offset-yellow-500\/40 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}

.ring-offset-yellow-500\/50 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}

.ring-offset-yellow-500\/60 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}

.ring-offset-yellow-500\/70 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}

.ring-offset-yellow-500\/75 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}

.ring-offset-yellow-500\/80 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}

.ring-offset-yellow-500\/90 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}

.ring-offset-yellow-500\/95 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}

.ring-offset-yellow-500\/100 {
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}

.ring-offset-yellow-600\/0 {
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}

.ring-offset-yellow-600\/5 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}

.ring-offset-yellow-600\/10 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}

.ring-offset-yellow-600\/20 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}

.ring-offset-yellow-600\/25 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}

.ring-offset-yellow-600\/30 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}

.ring-offset-yellow-600\/40 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}

.ring-offset-yellow-600\/50 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}

.ring-offset-yellow-600\/60 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}

.ring-offset-yellow-600\/70 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}

.ring-offset-yellow-600\/75 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}

.ring-offset-yellow-600\/80 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}

.ring-offset-yellow-600\/90 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}

.ring-offset-yellow-600\/95 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}

.ring-offset-yellow-600\/100 {
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}

.ring-offset-yellow-700\/0 {
  --tw-ring-offset-color: rgb(161 98 7 / 0);
}

.ring-offset-yellow-700\/5 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.05);
}

.ring-offset-yellow-700\/10 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.1);
}

.ring-offset-yellow-700\/20 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.2);
}

.ring-offset-yellow-700\/25 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.25);
}

.ring-offset-yellow-700\/30 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.3);
}

.ring-offset-yellow-700\/40 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.4);
}

.ring-offset-yellow-700\/50 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.5);
}

.ring-offset-yellow-700\/60 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.6);
}

.ring-offset-yellow-700\/70 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.7);
}

.ring-offset-yellow-700\/75 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.75);
}

.ring-offset-yellow-700\/80 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.8);
}

.ring-offset-yellow-700\/90 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.9);
}

.ring-offset-yellow-700\/95 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.95);
}

.ring-offset-yellow-700\/100 {
  --tw-ring-offset-color: rgb(161 98 7 / 1);
}

.ring-offset-yellow-800\/0 {
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}

.ring-offset-yellow-800\/5 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}

.ring-offset-yellow-800\/10 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}

.ring-offset-yellow-800\/20 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}

.ring-offset-yellow-800\/25 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}

.ring-offset-yellow-800\/30 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}

.ring-offset-yellow-800\/40 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}

.ring-offset-yellow-800\/50 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}

.ring-offset-yellow-800\/60 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}

.ring-offset-yellow-800\/70 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}

.ring-offset-yellow-800\/75 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}

.ring-offset-yellow-800\/80 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}

.ring-offset-yellow-800\/90 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}

.ring-offset-yellow-800\/95 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}

.ring-offset-yellow-800\/100 {
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}

.ring-offset-yellow-900\/0 {
  --tw-ring-offset-color: rgb(113 63 18 / 0);
}

.ring-offset-yellow-900\/5 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.05);
}

.ring-offset-yellow-900\/10 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.1);
}

.ring-offset-yellow-900\/20 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.2);
}

.ring-offset-yellow-900\/25 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.25);
}

.ring-offset-yellow-900\/30 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.3);
}

.ring-offset-yellow-900\/40 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.4);
}

.ring-offset-yellow-900\/50 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.5);
}

.ring-offset-yellow-900\/60 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.6);
}

.ring-offset-yellow-900\/70 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.7);
}

.ring-offset-yellow-900\/75 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.75);
}

.ring-offset-yellow-900\/80 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.8);
}

.ring-offset-yellow-900\/90 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.9);
}

.ring-offset-yellow-900\/95 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.95);
}

.ring-offset-yellow-900\/100 {
  --tw-ring-offset-color: rgb(113 63 18 / 1);
}

.ring-offset-warning\/0 {
  --tw-ring-offset-color: rgb(250 200 176 / 0);
}

.ring-offset-warning\/5 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.05);
}

.ring-offset-warning\/10 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.1);
}

.ring-offset-warning\/20 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.2);
}

.ring-offset-warning\/25 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.25);
}

.ring-offset-warning\/30 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.3);
}

.ring-offset-warning\/40 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.4);
}

.ring-offset-warning\/50 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.5);
}

.ring-offset-warning\/60 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.6);
}

.ring-offset-warning\/70 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.7);
}

.ring-offset-warning\/75 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.75);
}

.ring-offset-warning\/80 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.8);
}

.ring-offset-warning\/90 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.9);
}

.ring-offset-warning\/95 {
  --tw-ring-offset-color: rgb(250 200 176 / 0.95);
}

.ring-offset-warning\/100 {
  --tw-ring-offset-color: rgb(250 200 176 / 1);
}

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

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

.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-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.will-change-auto {
  will-change: auto;
}

.will-change-scroll {
  will-change: scroll-position;
}

.will-change-contents {
  will-change: contents;
}

.will-change-transform {
  will-change: transform;
}

@media screen and (min-width:768px) {
  ::-webkit-scrollbar,
        ::-webkit-scrollbar-thumb,
        ::-webkit-scrollbar-track {
    width: 7px;
    height: 4px;
    border: none;
    background: transparent;
  }

  ::-webkit-scrollbar-button,
        ::-webkit-scrollbar-track-piece,
        ::-webkit-scrollbar-corner,
        ::-webkit-resizer {
    display: none;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #FF5A1F;
  }

  ::-webkit-scrollbar-track {
    background-image: url("img/graphics/scrollbar-bg.png");
    background-repeat: repeat-y;
    background-size: contain;
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-4::before {
  content: var(--tw-content);
  left: 1rem;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}

.before\:h-4::before {
  content: var(--tw-content);
  height: 1rem;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-1::before {
  content: var(--tw-content);
  width: 0.25rem;
}

.before\:w-\[3px\]::before {
  content: var(--tw-content);
  width: 3px;
}

.before\:rounded-sm::before {
  content: var(--tw-content);
  border-radius: 0.125rem;
}

.before\:border-l-text-secondary::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(130 130 142 / var(--tw-border-opacity));
}

.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 41 0 / var(--tw-bg-opacity));
}

.before\:\!opacity-100::before {
  content: var(--tw-content);
  opacity: 1 !important;
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}

.after\:left-4::after {
  content: var(--tw-content);
  left: 1rem;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:-right-8::after {
  content: var(--tw-content);
  right: -2rem;
}

.after\:top-4::after {
  content: var(--tw-content);
  top: 1rem;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-6::after {
  content: var(--tw-content);
  height: 1.5rem;
}

.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:w-6::after {
  content: var(--tw-content);
  width: 1.5rem;
}

.after\:w-1::after {
  content: var(--tw-content);
  width: 0.25rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border-l-text-secondary::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(130 130 142 / var(--tw-border-opacity));
}

.after\:bg-background-paper::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(33 32 32 / var(--tw-bg-opacity));
}

.after\:bg-success::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(54 184 90 / var(--tw-bg-opacity));
}

.after\:bg-secondary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 141 / var(--tw-bg-opacity));
}

.after\:shadow-sm::after {
  content: var(--tw-content);
  --tw-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color), 0px 2px 2px var(--tw-shadow-color), 0px 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.after\:shadow-gray-600::after {
  content: var(--tw-content);
  --tw-shadow-color: #4b5563;
  --tw-shadow: var(--tw-shadow-colored);
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:rounded-l-full:first-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-l-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-r-full:last-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.last\:rounded-r-lg:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.odd\:bg-background-drop:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 48 / var(--tw-bg-opacity));
}

.odd\:bg-background-account:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 48 / var(--tw-bg-opacity));
}

.checked\:hidden:checked {
  display: none;
}

.hover\:-translate-x-1:hover {
  --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));
}

.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\:border:hover {
  border-width: 1px;
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-tertiary-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 212 / var(--tw-border-opacity));
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:bg-text-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 142 / var(--tw-bg-opacity));
}

.hover\:bg-background-other:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-field-select-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 48 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-background-instrument-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 78 83 / var(--tw-bg-opacity));
}

.hover\:bg-text-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 177 194 / var(--tw-bg-opacity));
}

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

.hover\:bg-background-paper:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 32 32 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

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

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-none:hover {
  background-image: none;
}

.hover\:bg-gradient-primary-hover:hover {
  background-image: linear-gradient(#D03801 0%, #D03801  100%);
}

.hover\:bg-gradient-secondary-hover:hover {
  background-image: linear-gradient(#D03801 0%, #D03801 100%);
}

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

.hover\:text-secondary-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(237 115 41 / var(--tw-text-opacity));
}

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

.hover\:text-button-hover-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-button-hover-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.hover\:shadow-sm:hover {
  --tw-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color), 0px 2px 2px var(--tw-shadow-color), 0px 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:before\:opacity-100:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

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

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

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

.focus\:ring-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-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}

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

.group:nth-child(even) .group-even\:bg-background-instrument {
  --tw-bg-opacity: 1;
  background-color: rgb(50 48 48 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 41 0 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-background-instrument-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

.peer:checked ~ .peer-checked\:block {
  display: block;
}

.peer:checked ~ .peer-checked\:bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(54 184 90 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dark .dark\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

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

.dark .dark\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 32 32 / var(--tw-bg-opacity));
}

.dark .dark\:bg-background-paper {
  --tw-bg-opacity: 1;
  background-color: rgb(33 32 32 / var(--tw-bg-opacity));
}

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

.dark .dark\:from-gray-800 {
  --tw-gradient-from: #000000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark .dark\:via-gray-700 {
  --tw-gradient-to: rgb(33 32 32 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #212020, var(--tw-gradient-to);
}

.dark .dark\:to-gray-800 {
  --tw-gradient-to: #000000;
}

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

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

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

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

.dark .dark\:hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

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

.dark .hover\:dark\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

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

.dark .dark\:focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(33 32 32 / var(--tw-ring-opacity));
}

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

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:w-\[45\%\] {
    width: 45%;
  }

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

  .sm\:w-9\/12 {
    width: 75%;
  }

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

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

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

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:\!rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:\!py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

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

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

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

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

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

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

  .sm\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:\!pr-0 {
    padding-right: 0px !important;
  }

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

  .sm\:pl-0 {
    padding-left: 0px;
  }

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

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

  .sm\:text-right {
    text-align: right;
  }

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

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

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:static {
    position: static;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

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

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

  .md\:left-\[10\%\] {
    left: 10%;
  }

  .md\:top-\[10\%\] {
    top: 10%;
  }

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-\[80\%\] {
    height: 80%;
  }

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

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

  .md\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .md\:max-h-\[570px\] {
    max-height: 570px;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

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

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

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

  .md\:min-w-\[50px\] {
    min-width: 50px;
  }

  .md\:min-w-\[9rem\] {
    min-width: 9rem;
  }

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

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

  .md\:max-w-\[493px\] {
    max-width: 493px;
  }

  .md\:max-w-\[250px\] {
    max-width: 250px;
  }

  .md\:max-w-\[30\%\] {
    max-width: 30%;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:grow-0 {
    flex-grow: 0;
  }

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

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

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

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

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

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

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

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

  .md\:gap-16 {
    gap: 4rem;
  }

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

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

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:bg-background-account {
    --tw-bg-opacity: 1;
    background-color: rgb(50 48 48 / var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

  .md\:text-start {
    text-align: start;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:\!text-text {
    --tw-text-opacity: 1 !important;
    color: rgb(210 210 212 / var(--tw-text-opacity)) !important;
  }
}

@media (min-width: 1024px) {
  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:-left-18 {
    left: -4.5rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .lg\:max-h-\[570px\] {
    max-height: 570px;
  }

  .lg\:min-h-\[70vh\] {
    min-height: 70vh;
  }

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

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

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

  .lg\:w-full {
    width: 100%;
  }

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

  .lg\:min-w-\[320px\] {
    min-width: 320px;
  }

  .lg\:min-w-\[400px\] {
    min-width: 400px;
  }

  .lg\:max-w-\[240px\] {
    max-width: 240px;
  }

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

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

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

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

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

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

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

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

  .xl\:w-full {
    width: 100%;
  }

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

  .xl\:basis-1 {
    flex-basis: 0.25rem;
  }

  .xl\:basis-1\/2 {
    flex-basis: 50%;
  }

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

  .xl\:gap-32 {
    gap: 8rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

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

  .\32xl\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .\32xl\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
}

@media (min-width: 480px) {
  .xs\:left-auto {
    left: auto;
  }

  .xs\:top-18 {
    top: 4.5rem;
  }

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

  .xs\:min-w-\[70\%\] {
    min-width: 70%;
  }

  .xs\: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));
  }

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

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .\37xl\:gap-32 {
    gap: 8rem;
  }
}

@media (min-width: 1800px) {
  .\39xl\:pr-4 {
    padding-right: 1rem;
  }
}
  