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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

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

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

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

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

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

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

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

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

/* Buttons */

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-danger {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Navbar DropDown items */

/* Other pages */

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

@media (min-width: 768px) {
  .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

/* Inputs */

.input-base {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  padding-left: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.input-base:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {
  .input-base {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.input-special {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.input-special::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.input-special::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.input-special:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.label-special {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* Registration */

.reg-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .reg-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .reg-title {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .reg-title {
    margin-top: 1.25rem;
  }
}

.reg-sub-title {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .reg-sub-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .reg-sub-title {
    margin-top: 0.5rem;
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .reg-sub-title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.reg-third-title {
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .reg-third-title {
    margin-top: 0.5rem;
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .reg-third-title {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.error-msg {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .error-msg {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* SQUARE */

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

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

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

.-bottom-0 {
  bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-top-0 {
  top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0;
}

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

.bottom-1 {
  bottom: 0.25rem;
}

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

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

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

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

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-128 {
  bottom: 32rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

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

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

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

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

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

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

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-96 {
  bottom: 20rem;
}

.left-0 {
  left: 0;
}

.left-1 {
  left: 0.25rem;
}

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

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0;
}

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

.top-1 {
  top: 0.25rem;
}

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

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

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

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

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-128 {
  top: 32rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

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

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

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-4 {
  top: 1rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-5 {
  top: 1.25rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-6 {
  top: 1.5rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-8 {
  top: 2rem;
}

.top-80 {
  top: 20rem;
}

.top-96 {
  top: 20rem;
}

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

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

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.-m-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0;
}

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

.m-1 {
  margin: 0.25rem;
}

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

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-128 {
  margin: 32rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

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

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-3 {
  margin: 0.75rem;
}

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

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-4 {
  margin: 1rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-8 {
  margin: 2rem;
}

.m-80 {
  margin: 20rem;
}

.m-96 {
  margin: 20rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-128 {
  margin-left: -32rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mr-128 {
  margin-right: -32rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-128 {
  margin-top: -32rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-2 {
  margin-inline-end: 0.5rem;
}

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

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

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

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

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

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

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

.ml-128 {
  margin-left: 32rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-128 {
  margin-right: 32rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

.mt-128 {
  margin-top: 32rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-0 {
  height: 0;
}

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

.h-1 {
  height: 0.25rem;
}

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

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

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

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

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

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-128 {
  height: 32rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

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

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

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

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

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

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

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

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

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

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

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

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

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

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

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

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 20rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

.max-h-128 {
  max-height: 32rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-0 {
  width: 0;
}

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

.w-1 {
  width: 0.25rem;
}

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

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

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

.w-11 {
  width: 2.75rem;
}

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

.w-12 {
  width: 3rem;
}

.w-128 {
  width: 32rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

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

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

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

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

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

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

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

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

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

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

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

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

.w-8 {
  width: 2rem;
}

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

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 20rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.grow-0 {
  flex-grow: 0;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-top {
  transform-origin: top;
}

.origin-top-left {
  transform-origin: top left;
}

.-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-y-full {
  --tw-translate-y: -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));
}

.-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));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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 spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.-scroll-m-0 {
  scroll-margin: 0;
}

.-scroll-m-0\.5 {
  scroll-margin: -0.125rem;
}

.-scroll-m-1 {
  scroll-margin: -0.25rem;
}

.-scroll-m-1\.5 {
  scroll-margin: -0.375rem;
}

.-scroll-m-10 {
  scroll-margin: -2.5rem;
}

.-scroll-m-11 {
  scroll-margin: -2.75rem;
}

.-scroll-m-12 {
  scroll-margin: -3rem;
}

.-scroll-m-128 {
  scroll-margin: -32rem;
}

.-scroll-m-14 {
  scroll-margin: -3.5rem;
}

.-scroll-m-16 {
  scroll-margin: -4rem;
}

.-scroll-m-2 {
  scroll-margin: -0.5rem;
}

.-scroll-m-2\.5 {
  scroll-margin: -0.625rem;
}

.-scroll-m-20 {
  scroll-margin: -5rem;
}

.-scroll-m-24 {
  scroll-margin: -6rem;
}

.-scroll-m-28 {
  scroll-margin: -7rem;
}

.-scroll-m-3 {
  scroll-margin: -0.75rem;
}

.-scroll-m-3\.5 {
  scroll-margin: -0.875rem;
}

.-scroll-m-32 {
  scroll-margin: -8rem;
}

.-scroll-m-36 {
  scroll-margin: -9rem;
}

.-scroll-m-4 {
  scroll-margin: -1rem;
}

.-scroll-m-40 {
  scroll-margin: -10rem;
}

.-scroll-m-44 {
  scroll-margin: -11rem;
}

.-scroll-m-48 {
  scroll-margin: -12rem;
}

.-scroll-m-5 {
  scroll-margin: -1.25rem;
}

.-scroll-m-52 {
  scroll-margin: -13rem;
}

.-scroll-m-56 {
  scroll-margin: -14rem;
}

.-scroll-m-6 {
  scroll-margin: -1.5rem;
}

.-scroll-m-60 {
  scroll-margin: -15rem;
}

.-scroll-m-64 {
  scroll-margin: -16rem;
}

.-scroll-m-8 {
  scroll-margin: -2rem;
}

.-scroll-m-80 {
  scroll-margin: -20rem;
}

.-scroll-m-96 {
  scroll-margin: -20rem;
}

.scroll-m-0 {
  scroll-margin: 0;
}

.scroll-m-0\.5 {
  scroll-margin: 0.125rem;
}

.scroll-m-1 {
  scroll-margin: 0.25rem;
}

.scroll-m-1\.5 {
  scroll-margin: 0.375rem;
}

.scroll-m-10 {
  scroll-margin: 2.5rem;
}

.scroll-m-11 {
  scroll-margin: 2.75rem;
}

.scroll-m-12 {
  scroll-margin: 3rem;
}

.scroll-m-128 {
  scroll-margin: 32rem;
}

.scroll-m-14 {
  scroll-margin: 3.5rem;
}

.scroll-m-16 {
  scroll-margin: 4rem;
}

.scroll-m-2 {
  scroll-margin: 0.5rem;
}

.scroll-m-2\.5 {
  scroll-margin: 0.625rem;
}

.scroll-m-20 {
  scroll-margin: 5rem;
}

.scroll-m-24 {
  scroll-margin: 6rem;
}

.scroll-m-28 {
  scroll-margin: 7rem;
}

.scroll-m-3 {
  scroll-margin: 0.75rem;
}

.scroll-m-3\.5 {
  scroll-margin: 0.875rem;
}

.scroll-m-32 {
  scroll-margin: 8rem;
}

.scroll-m-36 {
  scroll-margin: 9rem;
}

.scroll-m-4 {
  scroll-margin: 1rem;
}

.scroll-m-40 {
  scroll-margin: 10rem;
}

.scroll-m-44 {
  scroll-margin: 11rem;
}

.scroll-m-48 {
  scroll-margin: 12rem;
}

.scroll-m-5 {
  scroll-margin: 1.25rem;
}

.scroll-m-52 {
  scroll-margin: 13rem;
}

.scroll-m-56 {
  scroll-margin: 14rem;
}

.scroll-m-6 {
  scroll-margin: 1.5rem;
}

.scroll-m-60 {
  scroll-margin: 15rem;
}

.scroll-m-64 {
  scroll-margin: 16rem;
}

.scroll-m-8 {
  scroll-margin: 2rem;
}

.scroll-m-80 {
  scroll-margin: 20rem;
}

.scroll-m-96 {
  scroll-margin: 20rem;
}

.-scroll-mx-0 {
  scroll-margin-left: 0;
  scroll-margin-right: 0;
}

.-scroll-mx-0\.5 {
  scroll-margin-left: -0.125rem;
  scroll-margin-right: -0.125rem;
}

.-scroll-mx-1 {
  scroll-margin-left: -0.25rem;
  scroll-margin-right: -0.25rem;
}

.-scroll-mx-1\.5 {
  scroll-margin-left: -0.375rem;
  scroll-margin-right: -0.375rem;
}

.-scroll-mx-10 {
  scroll-margin-left: -2.5rem;
  scroll-margin-right: -2.5rem;
}

.-scroll-mx-11 {
  scroll-margin-left: -2.75rem;
  scroll-margin-right: -2.75rem;
}

.-scroll-mx-12 {
  scroll-margin-left: -3rem;
  scroll-margin-right: -3rem;
}

.-scroll-mx-128 {
  scroll-margin-left: -32rem;
  scroll-margin-right: -32rem;
}

.-scroll-mx-14 {
  scroll-margin-left: -3.5rem;
  scroll-margin-right: -3.5rem;
}

.-scroll-mx-16 {
  scroll-margin-left: -4rem;
  scroll-margin-right: -4rem;
}

.-scroll-mx-2 {
  scroll-margin-left: -0.5rem;
  scroll-margin-right: -0.5rem;
}

.-scroll-mx-2\.5 {
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}

.-scroll-mx-20 {
  scroll-margin-left: -5rem;
  scroll-margin-right: -5rem;
}

.-scroll-mx-24 {
  scroll-margin-left: -6rem;
  scroll-margin-right: -6rem;
}

.-scroll-mx-28 {
  scroll-margin-left: -7rem;
  scroll-margin-right: -7rem;
}

.-scroll-mx-3 {
  scroll-margin-left: -0.75rem;
  scroll-margin-right: -0.75rem;
}

.-scroll-mx-3\.5 {
  scroll-margin-left: -0.875rem;
  scroll-margin-right: -0.875rem;
}

.-scroll-mx-32 {
  scroll-margin-left: -8rem;
  scroll-margin-right: -8rem;
}

.-scroll-mx-36 {
  scroll-margin-left: -9rem;
  scroll-margin-right: -9rem;
}

.-scroll-mx-4 {
  scroll-margin-left: -1rem;
  scroll-margin-right: -1rem;
}

.-scroll-mx-40 {
  scroll-margin-left: -10rem;
  scroll-margin-right: -10rem;
}

.-scroll-mx-44 {
  scroll-margin-left: -11rem;
  scroll-margin-right: -11rem;
}

.-scroll-mx-48 {
  scroll-margin-left: -12rem;
  scroll-margin-right: -12rem;
}

.-scroll-mx-5 {
  scroll-margin-left: -1.25rem;
  scroll-margin-right: -1.25rem;
}

.-scroll-mx-52 {
  scroll-margin-left: -13rem;
  scroll-margin-right: -13rem;
}

.-scroll-mx-56 {
  scroll-margin-left: -14rem;
  scroll-margin-right: -14rem;
}

.-scroll-mx-6 {
  scroll-margin-left: -1.5rem;
  scroll-margin-right: -1.5rem;
}

.-scroll-mx-60 {
  scroll-margin-left: -15rem;
  scroll-margin-right: -15rem;
}

.-scroll-mx-64 {
  scroll-margin-left: -16rem;
  scroll-margin-right: -16rem;
}

.-scroll-mx-8 {
  scroll-margin-left: -2rem;
  scroll-margin-right: -2rem;
}

.-scroll-mx-80 {
  scroll-margin-left: -20rem;
  scroll-margin-right: -20rem;
}

.-scroll-mx-96 {
  scroll-margin-left: -20rem;
  scroll-margin-right: -20rem;
}

.-scroll-my-0 {
  scroll-margin-top: 0;
  scroll-margin-bottom: 0;
}

.-scroll-my-0\.5 {
  scroll-margin-top: -0.125rem;
  scroll-margin-bottom: -0.125rem;
}

.-scroll-my-1 {
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}

.-scroll-my-1\.5 {
  scroll-margin-top: -0.375rem;
  scroll-margin-bottom: -0.375rem;
}

.-scroll-my-10 {
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}

.-scroll-my-11 {
  scroll-margin-top: -2.75rem;
  scroll-margin-bottom: -2.75rem;
}

.-scroll-my-12 {
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}

.-scroll-my-128 {
  scroll-margin-top: -32rem;
  scroll-margin-bottom: -32rem;
}

.-scroll-my-14 {
  scroll-margin-top: -3.5rem;
  scroll-margin-bottom: -3.5rem;
}

.-scroll-my-16 {
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}

.-scroll-my-2 {
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}

.-scroll-my-2\.5 {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}

.-scroll-my-20 {
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}

.-scroll-my-24 {
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}

.-scroll-my-28 {
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}

.-scroll-my-3 {
  scroll-margin-top: -0.75rem;
  scroll-margin-bottom: -0.75rem;
}

.-scroll-my-3\.5 {
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}

.-scroll-my-32 {
  scroll-margin-top: -8rem;
  scroll-margin-bottom: -8rem;
}

.-scroll-my-36 {
  scroll-margin-top: -9rem;
  scroll-margin-bottom: -9rem;
}

.-scroll-my-4 {
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}

.-scroll-my-40 {
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}

.-scroll-my-44 {
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}

.-scroll-my-48 {
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}

.-scroll-my-5 {
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}

.-scroll-my-52 {
  scroll-margin-top: -13rem;
  scroll-margin-bottom: -13rem;
}

.-scroll-my-56 {
  scroll-margin-top: -14rem;
  scroll-margin-bottom: -14rem;
}

.-scroll-my-6 {
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}

.-scroll-my-60 {
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}

.-scroll-my-64 {
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}

.-scroll-my-8 {
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}

.-scroll-my-80 {
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}

.-scroll-my-96 {
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}

.scroll-mx-0 {
  scroll-margin-left: 0;
  scroll-margin-right: 0;
}

.scroll-mx-0\.5 {
  scroll-margin-left: 0.125rem;
  scroll-margin-right: 0.125rem;
}

.scroll-mx-1 {
  scroll-margin-left: 0.25rem;
  scroll-margin-right: 0.25rem;
}

.scroll-mx-1\.5 {
  scroll-margin-left: 0.375rem;
  scroll-margin-right: 0.375rem;
}

.scroll-mx-10 {
  scroll-margin-left: 2.5rem;
  scroll-margin-right: 2.5rem;
}

.scroll-mx-11 {
  scroll-margin-left: 2.75rem;
  scroll-margin-right: 2.75rem;
}

.scroll-mx-12 {
  scroll-margin-left: 3rem;
  scroll-margin-right: 3rem;
}

.scroll-mx-128 {
  scroll-margin-left: 32rem;
  scroll-margin-right: 32rem;
}

.scroll-mx-14 {
  scroll-margin-left: 3.5rem;
  scroll-margin-right: 3.5rem;
}

.scroll-mx-16 {
  scroll-margin-left: 4rem;
  scroll-margin-right: 4rem;
}

.scroll-mx-2 {
  scroll-margin-left: 0.5rem;
  scroll-margin-right: 0.5rem;
}

.scroll-mx-2\.5 {
  scroll-margin-left: 0.625rem;
  scroll-margin-right: 0.625rem;
}

.scroll-mx-20 {
  scroll-margin-left: 5rem;
  scroll-margin-right: 5rem;
}

.scroll-mx-24 {
  scroll-margin-left: 6rem;
  scroll-margin-right: 6rem;
}

.scroll-mx-28 {
  scroll-margin-left: 7rem;
  scroll-margin-right: 7rem;
}

.scroll-mx-3 {
  scroll-margin-left: 0.75rem;
  scroll-margin-right: 0.75rem;
}

.scroll-mx-3\.5 {
  scroll-margin-left: 0.875rem;
  scroll-margin-right: 0.875rem;
}

.scroll-mx-32 {
  scroll-margin-left: 8rem;
  scroll-margin-right: 8rem;
}

.scroll-mx-36 {
  scroll-margin-left: 9rem;
  scroll-margin-right: 9rem;
}

.scroll-mx-4 {
  scroll-margin-left: 1rem;
  scroll-margin-right: 1rem;
}

.scroll-mx-40 {
  scroll-margin-left: 10rem;
  scroll-margin-right: 10rem;
}

.scroll-mx-44 {
  scroll-margin-left: 11rem;
  scroll-margin-right: 11rem;
}

.scroll-mx-48 {
  scroll-margin-left: 12rem;
  scroll-margin-right: 12rem;
}

.scroll-mx-5 {
  scroll-margin-left: 1.25rem;
  scroll-margin-right: 1.25rem;
}

.scroll-mx-52 {
  scroll-margin-left: 13rem;
  scroll-margin-right: 13rem;
}

.scroll-mx-56 {
  scroll-margin-left: 14rem;
  scroll-margin-right: 14rem;
}

.scroll-mx-6 {
  scroll-margin-left: 1.5rem;
  scroll-margin-right: 1.5rem;
}

.scroll-mx-60 {
  scroll-margin-left: 15rem;
  scroll-margin-right: 15rem;
}

.scroll-mx-64 {
  scroll-margin-left: 16rem;
  scroll-margin-right: 16rem;
}

.scroll-mx-8 {
  scroll-margin-left: 2rem;
  scroll-margin-right: 2rem;
}

.scroll-mx-80 {
  scroll-margin-left: 20rem;
  scroll-margin-right: 20rem;
}

.scroll-mx-96 {
  scroll-margin-left: 20rem;
  scroll-margin-right: 20rem;
}

.scroll-my-0 {
  scroll-margin-top: 0;
  scroll-margin-bottom: 0;
}

.scroll-my-0\.5 {
  scroll-margin-top: 0.125rem;
  scroll-margin-bottom: 0.125rem;
}

.scroll-my-1 {
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}

.scroll-my-1\.5 {
  scroll-margin-top: 0.375rem;
  scroll-margin-bottom: 0.375rem;
}

.scroll-my-10 {
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}

.scroll-my-11 {
  scroll-margin-top: 2.75rem;
  scroll-margin-bottom: 2.75rem;
}

.scroll-my-12 {
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}

.scroll-my-128 {
  scroll-margin-top: 32rem;
  scroll-margin-bottom: 32rem;
}

.scroll-my-14 {
  scroll-margin-top: 3.5rem;
  scroll-margin-bottom: 3.5rem;
}

.scroll-my-16 {
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}

.scroll-my-2 {
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}

.scroll-my-2\.5 {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}

.scroll-my-20 {
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}

.scroll-my-24 {
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}

.scroll-my-28 {
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}

.scroll-my-3 {
  scroll-margin-top: 0.75rem;
  scroll-margin-bottom: 0.75rem;
}

.scroll-my-3\.5 {
  scroll-margin-top: 0.875rem;
  scroll-margin-bottom: 0.875rem;
}

.scroll-my-32 {
  scroll-margin-top: 8rem;
  scroll-margin-bottom: 8rem;
}

.scroll-my-36 {
  scroll-margin-top: 9rem;
  scroll-margin-bottom: 9rem;
}

.scroll-my-4 {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}

.scroll-my-40 {
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}

.scroll-my-44 {
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}

.scroll-my-48 {
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}

.scroll-my-5 {
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}

.scroll-my-52 {
  scroll-margin-top: 13rem;
  scroll-margin-bottom: 13rem;
}

.scroll-my-56 {
  scroll-margin-top: 14rem;
  scroll-margin-bottom: 14rem;
}

.scroll-my-6 {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}

.scroll-my-60 {
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}

.scroll-my-64 {
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}

.scroll-my-8 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}

.scroll-my-80 {
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}

.scroll-my-96 {
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}

.-scroll-mb-0 {
  scroll-margin-bottom: 0;
}

.-scroll-mb-0\.5 {
  scroll-margin-bottom: -0.125rem;
}

.-scroll-mb-1 {
  scroll-margin-bottom: -0.25rem;
}

.-scroll-mb-1\.5 {
  scroll-margin-bottom: -0.375rem;
}

.-scroll-mb-10 {
  scroll-margin-bottom: -2.5rem;
}

.-scroll-mb-11 {
  scroll-margin-bottom: -2.75rem;
}

.-scroll-mb-12 {
  scroll-margin-bottom: -3rem;
}

.-scroll-mb-128 {
  scroll-margin-bottom: -32rem;
}

.-scroll-mb-14 {
  scroll-margin-bottom: -3.5rem;
}

.-scroll-mb-16 {
  scroll-margin-bottom: -4rem;
}

.-scroll-mb-2 {
  scroll-margin-bottom: -0.5rem;
}

.-scroll-mb-2\.5 {
  scroll-margin-bottom: -0.625rem;
}

.-scroll-mb-20 {
  scroll-margin-bottom: -5rem;
}

.-scroll-mb-24 {
  scroll-margin-bottom: -6rem;
}

.-scroll-mb-28 {
  scroll-margin-bottom: -7rem;
}

.-scroll-mb-3 {
  scroll-margin-bottom: -0.75rem;
}

.-scroll-mb-3\.5 {
  scroll-margin-bottom: -0.875rem;
}

.-scroll-mb-32 {
  scroll-margin-bottom: -8rem;
}

.-scroll-mb-36 {
  scroll-margin-bottom: -9rem;
}

.-scroll-mb-4 {
  scroll-margin-bottom: -1rem;
}

.-scroll-mb-40 {
  scroll-margin-bottom: -10rem;
}

.-scroll-mb-44 {
  scroll-margin-bottom: -11rem;
}

.-scroll-mb-48 {
  scroll-margin-bottom: -12rem;
}

.-scroll-mb-5 {
  scroll-margin-bottom: -1.25rem;
}

.-scroll-mb-52 {
  scroll-margin-bottom: -13rem;
}

.-scroll-mb-56 {
  scroll-margin-bottom: -14rem;
}

.-scroll-mb-6 {
  scroll-margin-bottom: -1.5rem;
}

.-scroll-mb-60 {
  scroll-margin-bottom: -15rem;
}

.-scroll-mb-64 {
  scroll-margin-bottom: -16rem;
}

.-scroll-mb-8 {
  scroll-margin-bottom: -2rem;
}

.-scroll-mb-80 {
  scroll-margin-bottom: -20rem;
}

.-scroll-mb-96 {
  scroll-margin-bottom: -20rem;
}

.-scroll-ml-0 {
  scroll-margin-left: 0;
}

.-scroll-ml-0\.5 {
  scroll-margin-left: -0.125rem;
}

.-scroll-ml-1 {
  scroll-margin-left: -0.25rem;
}

.-scroll-ml-1\.5 {
  scroll-margin-left: -0.375rem;
}

.-scroll-ml-10 {
  scroll-margin-left: -2.5rem;
}

.-scroll-ml-11 {
  scroll-margin-left: -2.75rem;
}

.-scroll-ml-12 {
  scroll-margin-left: -3rem;
}

.-scroll-ml-128 {
  scroll-margin-left: -32rem;
}

.-scroll-ml-14 {
  scroll-margin-left: -3.5rem;
}

.-scroll-ml-16 {
  scroll-margin-left: -4rem;
}

.-scroll-ml-2 {
  scroll-margin-left: -0.5rem;
}

.-scroll-ml-2\.5 {
  scroll-margin-left: -0.625rem;
}

.-scroll-ml-20 {
  scroll-margin-left: -5rem;
}

.-scroll-ml-24 {
  scroll-margin-left: -6rem;
}

.-scroll-ml-28 {
  scroll-margin-left: -7rem;
}

.-scroll-ml-3 {
  scroll-margin-left: -0.75rem;
}

.-scroll-ml-3\.5 {
  scroll-margin-left: -0.875rem;
}

.-scroll-ml-32 {
  scroll-margin-left: -8rem;
}

.-scroll-ml-36 {
  scroll-margin-left: -9rem;
}

.-scroll-ml-4 {
  scroll-margin-left: -1rem;
}

.-scroll-ml-40 {
  scroll-margin-left: -10rem;
}

.-scroll-ml-44 {
  scroll-margin-left: -11rem;
}

.-scroll-ml-48 {
  scroll-margin-left: -12rem;
}

.-scroll-ml-5 {
  scroll-margin-left: -1.25rem;
}

.-scroll-ml-52 {
  scroll-margin-left: -13rem;
}

.-scroll-ml-56 {
  scroll-margin-left: -14rem;
}

.-scroll-ml-6 {
  scroll-margin-left: -1.5rem;
}

.-scroll-ml-60 {
  scroll-margin-left: -15rem;
}

.-scroll-ml-64 {
  scroll-margin-left: -16rem;
}

.-scroll-ml-8 {
  scroll-margin-left: -2rem;
}

.-scroll-ml-80 {
  scroll-margin-left: -20rem;
}

.-scroll-ml-96 {
  scroll-margin-left: -20rem;
}

.-scroll-mr-0 {
  scroll-margin-right: 0;
}

.-scroll-mr-0\.5 {
  scroll-margin-right: -0.125rem;
}

.-scroll-mr-1 {
  scroll-margin-right: -0.25rem;
}

.-scroll-mr-1\.5 {
  scroll-margin-right: -0.375rem;
}

.-scroll-mr-10 {
  scroll-margin-right: -2.5rem;
}

.-scroll-mr-11 {
  scroll-margin-right: -2.75rem;
}

.-scroll-mr-12 {
  scroll-margin-right: -3rem;
}

.-scroll-mr-128 {
  scroll-margin-right: -32rem;
}

.-scroll-mr-14 {
  scroll-margin-right: -3.5rem;
}

.-scroll-mr-16 {
  scroll-margin-right: -4rem;
}

.-scroll-mr-2 {
  scroll-margin-right: -0.5rem;
}

.-scroll-mr-2\.5 {
  scroll-margin-right: -0.625rem;
}

.-scroll-mr-20 {
  scroll-margin-right: -5rem;
}

.-scroll-mr-24 {
  scroll-margin-right: -6rem;
}

.-scroll-mr-28 {
  scroll-margin-right: -7rem;
}

.-scroll-mr-3 {
  scroll-margin-right: -0.75rem;
}

.-scroll-mr-3\.5 {
  scroll-margin-right: -0.875rem;
}

.-scroll-mr-32 {
  scroll-margin-right: -8rem;
}

.-scroll-mr-36 {
  scroll-margin-right: -9rem;
}

.-scroll-mr-4 {
  scroll-margin-right: -1rem;
}

.-scroll-mr-40 {
  scroll-margin-right: -10rem;
}

.-scroll-mr-44 {
  scroll-margin-right: -11rem;
}

.-scroll-mr-48 {
  scroll-margin-right: -12rem;
}

.-scroll-mr-5 {
  scroll-margin-right: -1.25rem;
}

.-scroll-mr-52 {
  scroll-margin-right: -13rem;
}

.-scroll-mr-56 {
  scroll-margin-right: -14rem;
}

.-scroll-mr-6 {
  scroll-margin-right: -1.5rem;
}

.-scroll-mr-60 {
  scroll-margin-right: -15rem;
}

.-scroll-mr-64 {
  scroll-margin-right: -16rem;
}

.-scroll-mr-8 {
  scroll-margin-right: -2rem;
}

.-scroll-mr-80 {
  scroll-margin-right: -20rem;
}

.-scroll-mr-96 {
  scroll-margin-right: -20rem;
}

.-scroll-mt-0 {
  scroll-margin-top: 0;
}

.-scroll-mt-0\.5 {
  scroll-margin-top: -0.125rem;
}

.-scroll-mt-1 {
  scroll-margin-top: -0.25rem;
}

.-scroll-mt-1\.5 {
  scroll-margin-top: -0.375rem;
}

.-scroll-mt-10 {
  scroll-margin-top: -2.5rem;
}

.-scroll-mt-11 {
  scroll-margin-top: -2.75rem;
}

.-scroll-mt-12 {
  scroll-margin-top: -3rem;
}

.-scroll-mt-128 {
  scroll-margin-top: -32rem;
}

.-scroll-mt-14 {
  scroll-margin-top: -3.5rem;
}

.-scroll-mt-16 {
  scroll-margin-top: -4rem;
}

.-scroll-mt-2 {
  scroll-margin-top: -0.5rem;
}

.-scroll-mt-2\.5 {
  scroll-margin-top: -0.625rem;
}

.-scroll-mt-20 {
  scroll-margin-top: -5rem;
}

.-scroll-mt-24 {
  scroll-margin-top: -6rem;
}

.-scroll-mt-28 {
  scroll-margin-top: -7rem;
}

.-scroll-mt-3 {
  scroll-margin-top: -0.75rem;
}

.-scroll-mt-3\.5 {
  scroll-margin-top: -0.875rem;
}

.-scroll-mt-32 {
  scroll-margin-top: -8rem;
}

.-scroll-mt-36 {
  scroll-margin-top: -9rem;
}

.-scroll-mt-4 {
  scroll-margin-top: -1rem;
}

.-scroll-mt-40 {
  scroll-margin-top: -10rem;
}

.-scroll-mt-44 {
  scroll-margin-top: -11rem;
}

.-scroll-mt-48 {
  scroll-margin-top: -12rem;
}

.-scroll-mt-5 {
  scroll-margin-top: -1.25rem;
}

.-scroll-mt-52 {
  scroll-margin-top: -13rem;
}

.-scroll-mt-56 {
  scroll-margin-top: -14rem;
}

.-scroll-mt-6 {
  scroll-margin-top: -1.5rem;
}

.-scroll-mt-60 {
  scroll-margin-top: -15rem;
}

.-scroll-mt-64 {
  scroll-margin-top: -16rem;
}

.-scroll-mt-8 {
  scroll-margin-top: -2rem;
}

.-scroll-mt-80 {
  scroll-margin-top: -20rem;
}

.-scroll-mt-96 {
  scroll-margin-top: -20rem;
}

.scroll-mb-0 {
  scroll-margin-bottom: 0;
}

.scroll-mb-0\.5 {
  scroll-margin-bottom: 0.125rem;
}

.scroll-mb-1 {
  scroll-margin-bottom: 0.25rem;
}

.scroll-mb-1\.5 {
  scroll-margin-bottom: 0.375rem;
}

.scroll-mb-10 {
  scroll-margin-bottom: 2.5rem;
}

.scroll-mb-11 {
  scroll-margin-bottom: 2.75rem;
}

.scroll-mb-12 {
  scroll-margin-bottom: 3rem;
}

.scroll-mb-128 {
  scroll-margin-bottom: 32rem;
}

.scroll-mb-14 {
  scroll-margin-bottom: 3.5rem;
}

.scroll-mb-16 {
  scroll-margin-bottom: 4rem;
}

.scroll-mb-2 {
  scroll-margin-bottom: 0.5rem;
}

.scroll-mb-2\.5 {
  scroll-margin-bottom: 0.625rem;
}

.scroll-mb-20 {
  scroll-margin-bottom: 5rem;
}

.scroll-mb-24 {
  scroll-margin-bottom: 6rem;
}

.scroll-mb-28 {
  scroll-margin-bottom: 7rem;
}

.scroll-mb-3 {
  scroll-margin-bottom: 0.75rem;
}

.scroll-mb-3\.5 {
  scroll-margin-bottom: 0.875rem;
}

.scroll-mb-32 {
  scroll-margin-bottom: 8rem;
}

.scroll-mb-36 {
  scroll-margin-bottom: 9rem;
}

.scroll-mb-4 {
  scroll-margin-bottom: 1rem;
}

.scroll-mb-40 {
  scroll-margin-bottom: 10rem;
}

.scroll-mb-44 {
  scroll-margin-bottom: 11rem;
}

.scroll-mb-48 {
  scroll-margin-bottom: 12rem;
}

.scroll-mb-5 {
  scroll-margin-bottom: 1.25rem;
}

.scroll-mb-52 {
  scroll-margin-bottom: 13rem;
}

.scroll-mb-56 {
  scroll-margin-bottom: 14rem;
}

.scroll-mb-6 {
  scroll-margin-bottom: 1.5rem;
}

.scroll-mb-60 {
  scroll-margin-bottom: 15rem;
}

.scroll-mb-64 {
  scroll-margin-bottom: 16rem;
}

.scroll-mb-8 {
  scroll-margin-bottom: 2rem;
}

.scroll-mb-80 {
  scroll-margin-bottom: 20rem;
}

.scroll-mb-96 {
  scroll-margin-bottom: 20rem;
}

.scroll-ml-0 {
  scroll-margin-left: 0;
}

.scroll-ml-0\.5 {
  scroll-margin-left: 0.125rem;
}

.scroll-ml-1 {
  scroll-margin-left: 0.25rem;
}

.scroll-ml-1\.5 {
  scroll-margin-left: 0.375rem;
}

.scroll-ml-10 {
  scroll-margin-left: 2.5rem;
}

.scroll-ml-11 {
  scroll-margin-left: 2.75rem;
}

.scroll-ml-12 {
  scroll-margin-left: 3rem;
}

.scroll-ml-128 {
  scroll-margin-left: 32rem;
}

.scroll-ml-14 {
  scroll-margin-left: 3.5rem;
}

.scroll-ml-16 {
  scroll-margin-left: 4rem;
}

.scroll-ml-2 {
  scroll-margin-left: 0.5rem;
}

.scroll-ml-2\.5 {
  scroll-margin-left: 0.625rem;
}

.scroll-ml-20 {
  scroll-margin-left: 5rem;
}

.scroll-ml-24 {
  scroll-margin-left: 6rem;
}

.scroll-ml-28 {
  scroll-margin-left: 7rem;
}

.scroll-ml-3 {
  scroll-margin-left: 0.75rem;
}

.scroll-ml-3\.5 {
  scroll-margin-left: 0.875rem;
}

.scroll-ml-32 {
  scroll-margin-left: 8rem;
}

.scroll-ml-36 {
  scroll-margin-left: 9rem;
}

.scroll-ml-4 {
  scroll-margin-left: 1rem;
}

.scroll-ml-40 {
  scroll-margin-left: 10rem;
}

.scroll-ml-44 {
  scroll-margin-left: 11rem;
}

.scroll-ml-48 {
  scroll-margin-left: 12rem;
}

.scroll-ml-5 {
  scroll-margin-left: 1.25rem;
}

.scroll-ml-52 {
  scroll-margin-left: 13rem;
}

.scroll-ml-56 {
  scroll-margin-left: 14rem;
}

.scroll-ml-6 {
  scroll-margin-left: 1.5rem;
}

.scroll-ml-60 {
  scroll-margin-left: 15rem;
}

.scroll-ml-64 {
  scroll-margin-left: 16rem;
}

.scroll-ml-8 {
  scroll-margin-left: 2rem;
}

.scroll-ml-80 {
  scroll-margin-left: 20rem;
}

.scroll-ml-96 {
  scroll-margin-left: 20rem;
}

.scroll-mr-0 {
  scroll-margin-right: 0;
}

.scroll-mr-0\.5 {
  scroll-margin-right: 0.125rem;
}

.scroll-mr-1 {
  scroll-margin-right: 0.25rem;
}

.scroll-mr-1\.5 {
  scroll-margin-right: 0.375rem;
}

.scroll-mr-10 {
  scroll-margin-right: 2.5rem;
}

.scroll-mr-11 {
  scroll-margin-right: 2.75rem;
}

.scroll-mr-12 {
  scroll-margin-right: 3rem;
}

.scroll-mr-128 {
  scroll-margin-right: 32rem;
}

.scroll-mr-14 {
  scroll-margin-right: 3.5rem;
}

.scroll-mr-16 {
  scroll-margin-right: 4rem;
}

.scroll-mr-2 {
  scroll-margin-right: 0.5rem;
}

.scroll-mr-2\.5 {
  scroll-margin-right: 0.625rem;
}

.scroll-mr-20 {
  scroll-margin-right: 5rem;
}

.scroll-mr-24 {
  scroll-margin-right: 6rem;
}

.scroll-mr-28 {
  scroll-margin-right: 7rem;
}

.scroll-mr-3 {
  scroll-margin-right: 0.75rem;
}

.scroll-mr-3\.5 {
  scroll-margin-right: 0.875rem;
}

.scroll-mr-32 {
  scroll-margin-right: 8rem;
}

.scroll-mr-36 {
  scroll-margin-right: 9rem;
}

.scroll-mr-4 {
  scroll-margin-right: 1rem;
}

.scroll-mr-40 {
  scroll-margin-right: 10rem;
}

.scroll-mr-44 {
  scroll-margin-right: 11rem;
}

.scroll-mr-48 {
  scroll-margin-right: 12rem;
}

.scroll-mr-5 {
  scroll-margin-right: 1.25rem;
}

.scroll-mr-52 {
  scroll-margin-right: 13rem;
}

.scroll-mr-56 {
  scroll-margin-right: 14rem;
}

.scroll-mr-6 {
  scroll-margin-right: 1.5rem;
}

.scroll-mr-60 {
  scroll-margin-right: 15rem;
}

.scroll-mr-64 {
  scroll-margin-right: 16rem;
}

.scroll-mr-8 {
  scroll-margin-right: 2rem;
}

.scroll-mr-80 {
  scroll-margin-right: 20rem;
}

.scroll-mr-96 {
  scroll-margin-right: 20rem;
}

.scroll-mt-0 {
  scroll-margin-top: 0;
}

.scroll-mt-0\.5 {
  scroll-margin-top: 0.125rem;
}

.scroll-mt-1 {
  scroll-margin-top: 0.25rem;
}

.scroll-mt-1\.5 {
  scroll-margin-top: 0.375rem;
}

.scroll-mt-10 {
  scroll-margin-top: 2.5rem;
}

.scroll-mt-11 {
  scroll-margin-top: 2.75rem;
}

.scroll-mt-12 {
  scroll-margin-top: 3rem;
}

.scroll-mt-128 {
  scroll-margin-top: 32rem;
}

.scroll-mt-14 {
  scroll-margin-top: 3.5rem;
}

.scroll-mt-16 {
  scroll-margin-top: 4rem;
}

.scroll-mt-2 {
  scroll-margin-top: 0.5rem;
}

.scroll-mt-2\.5 {
  scroll-margin-top: 0.625rem;
}

.scroll-mt-20 {
  scroll-margin-top: 5rem;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

.scroll-mt-28 {
  scroll-margin-top: 7rem;
}

.scroll-mt-3 {
  scroll-margin-top: 0.75rem;
}

.scroll-mt-3\.5 {
  scroll-margin-top: 0.875rem;
}

.scroll-mt-32 {
  scroll-margin-top: 8rem;
}

.scroll-mt-36 {
  scroll-margin-top: 9rem;
}

.scroll-mt-4 {
  scroll-margin-top: 1rem;
}

.scroll-mt-40 {
  scroll-margin-top: 10rem;
}

.scroll-mt-44 {
  scroll-margin-top: 11rem;
}

.scroll-mt-48 {
  scroll-margin-top: 12rem;
}

.scroll-mt-5 {
  scroll-margin-top: 1.25rem;
}

.scroll-mt-52 {
  scroll-margin-top: 13rem;
}

.scroll-mt-56 {
  scroll-margin-top: 14rem;
}

.scroll-mt-6 {
  scroll-margin-top: 1.5rem;
}

.scroll-mt-60 {
  scroll-margin-top: 15rem;
}

.scroll-mt-64 {
  scroll-margin-top: 16rem;
}

.scroll-mt-8 {
  scroll-margin-top: 2rem;
}

.scroll-mt-80 {
  scroll-margin-top: 20rem;
}

.scroll-mt-96 {
  scroll-margin-top: 20rem;
}

.scroll-p-0 {
  scroll-padding: 0;
}

.scroll-p-0\.5 {
  scroll-padding: 0.125rem;
}

.scroll-p-1 {
  scroll-padding: 0.25rem;
}

.scroll-p-1\.5 {
  scroll-padding: 0.375rem;
}

.scroll-p-10 {
  scroll-padding: 2.5rem;
}

.scroll-p-11 {
  scroll-padding: 2.75rem;
}

.scroll-p-12 {
  scroll-padding: 3rem;
}

.scroll-p-128 {
  scroll-padding: 32rem;
}

.scroll-p-14 {
  scroll-padding: 3.5rem;
}

.scroll-p-16 {
  scroll-padding: 4rem;
}

.scroll-p-2 {
  scroll-padding: 0.5rem;
}

.scroll-p-2\.5 {
  scroll-padding: 0.625rem;
}

.scroll-p-20 {
  scroll-padding: 5rem;
}

.scroll-p-24 {
  scroll-padding: 6rem;
}

.scroll-p-28 {
  scroll-padding: 7rem;
}

.scroll-p-3 {
  scroll-padding: 0.75rem;
}

.scroll-p-3\.5 {
  scroll-padding: 0.875rem;
}

.scroll-p-32 {
  scroll-padding: 8rem;
}

.scroll-p-36 {
  scroll-padding: 9rem;
}

.scroll-p-4 {
  scroll-padding: 1rem;
}

.scroll-p-40 {
  scroll-padding: 10rem;
}

.scroll-p-44 {
  scroll-padding: 11rem;
}

.scroll-p-48 {
  scroll-padding: 12rem;
}

.scroll-p-5 {
  scroll-padding: 1.25rem;
}

.scroll-p-52 {
  scroll-padding: 13rem;
}

.scroll-p-56 {
  scroll-padding: 14rem;
}

.scroll-p-6 {
  scroll-padding: 1.5rem;
}

.scroll-p-60 {
  scroll-padding: 15rem;
}

.scroll-p-64 {
  scroll-padding: 16rem;
}

.scroll-p-8 {
  scroll-padding: 2rem;
}

.scroll-p-80 {
  scroll-padding: 20rem;
}

.scroll-p-96 {
  scroll-padding: 20rem;
}

.scroll-px-0 {
  scroll-padding-left: 0;
  scroll-padding-right: 0;
}

.scroll-px-0\.5 {
  scroll-padding-left: 0.125rem;
  scroll-padding-right: 0.125rem;
}

.scroll-px-1 {
  scroll-padding-left: 0.25rem;
  scroll-padding-right: 0.25rem;
}

.scroll-px-1\.5 {
  scroll-padding-left: 0.375rem;
  scroll-padding-right: 0.375rem;
}

.scroll-px-10 {
  scroll-padding-left: 2.5rem;
  scroll-padding-right: 2.5rem;
}

.scroll-px-11 {
  scroll-padding-left: 2.75rem;
  scroll-padding-right: 2.75rem;
}

.scroll-px-12 {
  scroll-padding-left: 3rem;
  scroll-padding-right: 3rem;
}

.scroll-px-128 {
  scroll-padding-left: 32rem;
  scroll-padding-right: 32rem;
}

.scroll-px-14 {
  scroll-padding-left: 3.5rem;
  scroll-padding-right: 3.5rem;
}

.scroll-px-16 {
  scroll-padding-left: 4rem;
  scroll-padding-right: 4rem;
}

.scroll-px-2 {
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}

.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}

.scroll-px-20 {
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}

.scroll-px-24 {
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}

.scroll-px-28 {
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}

.scroll-px-3 {
  scroll-padding-left: 0.75rem;
  scroll-padding-right: 0.75rem;
}

.scroll-px-3\.5 {
  scroll-padding-left: 0.875rem;
  scroll-padding-right: 0.875rem;
}

.scroll-px-32 {
  scroll-padding-left: 8rem;
  scroll-padding-right: 8rem;
}

.scroll-px-36 {
  scroll-padding-left: 9rem;
  scroll-padding-right: 9rem;
}

.scroll-px-4 {
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}

.scroll-px-40 {
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}

.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}

.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}

.scroll-px-5 {
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}

.scroll-px-52 {
  scroll-padding-left: 13rem;
  scroll-padding-right: 13rem;
}

.scroll-px-56 {
  scroll-padding-left: 14rem;
  scroll-padding-right: 14rem;
}

.scroll-px-6 {
  scroll-padding-left: 1.5rem;
  scroll-padding-right: 1.5rem;
}

.scroll-px-60 {
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}

.scroll-px-64 {
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}

.scroll-px-8 {
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}

.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}

.scroll-px-96 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}

.scroll-py-0 {
  scroll-padding-top: 0;
  scroll-padding-bottom: 0;
}

.scroll-py-0\.5 {
  scroll-padding-top: 0.125rem;
  scroll-padding-bottom: 0.125rem;
}

.scroll-py-1 {
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}

.scroll-py-1\.5 {
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}

.scroll-py-10 {
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}

.scroll-py-11 {
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}

.scroll-py-12 {
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}

.scroll-py-128 {
  scroll-padding-top: 32rem;
  scroll-padding-bottom: 32rem;
}

.scroll-py-14 {
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}

.scroll-py-16 {
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}

.scroll-py-2 {
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}

.scroll-py-2\.5 {
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}

.scroll-py-20 {
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}

.scroll-py-24 {
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}

.scroll-py-28 {
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}

.scroll-py-3 {
  scroll-padding-top: 0.75rem;
  scroll-padding-bottom: 0.75rem;
}

.scroll-py-3\.5 {
  scroll-padding-top: 0.875rem;
  scroll-padding-bottom: 0.875rem;
}

.scroll-py-32 {
  scroll-padding-top: 8rem;
  scroll-padding-bottom: 8rem;
}

.scroll-py-36 {
  scroll-padding-top: 9rem;
  scroll-padding-bottom: 9rem;
}

.scroll-py-4 {
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}

.scroll-py-40 {
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}

.scroll-py-44 {
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}

.scroll-py-48 {
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}

.scroll-py-5 {
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}

.scroll-py-52 {
  scroll-padding-top: 13rem;
  scroll-padding-bottom: 13rem;
}

.scroll-py-56 {
  scroll-padding-top: 14rem;
  scroll-padding-bottom: 14rem;
}

.scroll-py-6 {
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}

.scroll-py-60 {
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}

.scroll-py-64 {
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}

.scroll-py-8 {
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}

.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}

.scroll-py-96 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}

.scroll-pb-0 {
  scroll-padding-bottom: 0;
}

.scroll-pb-0\.5 {
  scroll-padding-bottom: 0.125rem;
}

.scroll-pb-1 {
  scroll-padding-bottom: 0.25rem;
}

.scroll-pb-1\.5 {
  scroll-padding-bottom: 0.375rem;
}

.scroll-pb-10 {
  scroll-padding-bottom: 2.5rem;
}

.scroll-pb-11 {
  scroll-padding-bottom: 2.75rem;
}

.scroll-pb-12 {
  scroll-padding-bottom: 3rem;
}

.scroll-pb-128 {
  scroll-padding-bottom: 32rem;
}

.scroll-pb-14 {
  scroll-padding-bottom: 3.5rem;
}

.scroll-pb-16 {
  scroll-padding-bottom: 4rem;
}

.scroll-pb-2 {
  scroll-padding-bottom: 0.5rem;
}

.scroll-pb-2\.5 {
  scroll-padding-bottom: 0.625rem;
}

.scroll-pb-20 {
  scroll-padding-bottom: 5rem;
}

.scroll-pb-24 {
  scroll-padding-bottom: 6rem;
}

.scroll-pb-28 {
  scroll-padding-bottom: 7rem;
}

.scroll-pb-3 {
  scroll-padding-bottom: 0.75rem;
}

.scroll-pb-3\.5 {
  scroll-padding-bottom: 0.875rem;
}

.scroll-pb-32 {
  scroll-padding-bottom: 8rem;
}

.scroll-pb-36 {
  scroll-padding-bottom: 9rem;
}

.scroll-pb-4 {
  scroll-padding-bottom: 1rem;
}

.scroll-pb-40 {
  scroll-padding-bottom: 10rem;
}

.scroll-pb-44 {
  scroll-padding-bottom: 11rem;
}

.scroll-pb-48 {
  scroll-padding-bottom: 12rem;
}

.scroll-pb-5 {
  scroll-padding-bottom: 1.25rem;
}

.scroll-pb-52 {
  scroll-padding-bottom: 13rem;
}

.scroll-pb-56 {
  scroll-padding-bottom: 14rem;
}

.scroll-pb-6 {
  scroll-padding-bottom: 1.5rem;
}

.scroll-pb-60 {
  scroll-padding-bottom: 15rem;
}

.scroll-pb-64 {
  scroll-padding-bottom: 16rem;
}

.scroll-pb-8 {
  scroll-padding-bottom: 2rem;
}

.scroll-pb-80 {
  scroll-padding-bottom: 20rem;
}

.scroll-pb-96 {
  scroll-padding-bottom: 20rem;
}

.scroll-pl-0 {
  scroll-padding-left: 0;
}

.scroll-pl-0\.5 {
  scroll-padding-left: 0.125rem;
}

.scroll-pl-1 {
  scroll-padding-left: 0.25rem;
}

.scroll-pl-1\.5 {
  scroll-padding-left: 0.375rem;
}

.scroll-pl-10 {
  scroll-padding-left: 2.5rem;
}

.scroll-pl-11 {
  scroll-padding-left: 2.75rem;
}

.scroll-pl-12 {
  scroll-padding-left: 3rem;
}

.scroll-pl-128 {
  scroll-padding-left: 32rem;
}

.scroll-pl-14 {
  scroll-padding-left: 3.5rem;
}

.scroll-pl-16 {
  scroll-padding-left: 4rem;
}

.scroll-pl-2 {
  scroll-padding-left: 0.5rem;
}

.scroll-pl-2\.5 {
  scroll-padding-left: 0.625rem;
}

.scroll-pl-20 {
  scroll-padding-left: 5rem;
}

.scroll-pl-24 {
  scroll-padding-left: 6rem;
}

.scroll-pl-28 {
  scroll-padding-left: 7rem;
}

.scroll-pl-3 {
  scroll-padding-left: 0.75rem;
}

.scroll-pl-3\.5 {
  scroll-padding-left: 0.875rem;
}

.scroll-pl-32 {
  scroll-padding-left: 8rem;
}

.scroll-pl-36 {
  scroll-padding-left: 9rem;
}

.scroll-pl-4 {
  scroll-padding-left: 1rem;
}

.scroll-pl-40 {
  scroll-padding-left: 10rem;
}

.scroll-pl-44 {
  scroll-padding-left: 11rem;
}

.scroll-pl-48 {
  scroll-padding-left: 12rem;
}

.scroll-pl-5 {
  scroll-padding-left: 1.25rem;
}

.scroll-pl-52 {
  scroll-padding-left: 13rem;
}

.scroll-pl-56 {
  scroll-padding-left: 14rem;
}

.scroll-pl-6 {
  scroll-padding-left: 1.5rem;
}

.scroll-pl-60 {
  scroll-padding-left: 15rem;
}

.scroll-pl-64 {
  scroll-padding-left: 16rem;
}

.scroll-pl-8 {
  scroll-padding-left: 2rem;
}

.scroll-pl-80 {
  scroll-padding-left: 20rem;
}

.scroll-pl-96 {
  scroll-padding-left: 20rem;
}

.scroll-pr-0 {
  scroll-padding-right: 0;
}

.scroll-pr-0\.5 {
  scroll-padding-right: 0.125rem;
}

.scroll-pr-1 {
  scroll-padding-right: 0.25rem;
}

.scroll-pr-1\.5 {
  scroll-padding-right: 0.375rem;
}

.scroll-pr-10 {
  scroll-padding-right: 2.5rem;
}

.scroll-pr-11 {
  scroll-padding-right: 2.75rem;
}

.scroll-pr-12 {
  scroll-padding-right: 3rem;
}

.scroll-pr-128 {
  scroll-padding-right: 32rem;
}

.scroll-pr-14 {
  scroll-padding-right: 3.5rem;
}

.scroll-pr-16 {
  scroll-padding-right: 4rem;
}

.scroll-pr-2 {
  scroll-padding-right: 0.5rem;
}

.scroll-pr-2\.5 {
  scroll-padding-right: 0.625rem;
}

.scroll-pr-20 {
  scroll-padding-right: 5rem;
}

.scroll-pr-24 {
  scroll-padding-right: 6rem;
}

.scroll-pr-28 {
  scroll-padding-right: 7rem;
}

.scroll-pr-3 {
  scroll-padding-right: 0.75rem;
}

.scroll-pr-3\.5 {
  scroll-padding-right: 0.875rem;
}

.scroll-pr-32 {
  scroll-padding-right: 8rem;
}

.scroll-pr-36 {
  scroll-padding-right: 9rem;
}

.scroll-pr-4 {
  scroll-padding-right: 1rem;
}

.scroll-pr-40 {
  scroll-padding-right: 10rem;
}

.scroll-pr-44 {
  scroll-padding-right: 11rem;
}

.scroll-pr-48 {
  scroll-padding-right: 12rem;
}

.scroll-pr-5 {
  scroll-padding-right: 1.25rem;
}

.scroll-pr-52 {
  scroll-padding-right: 13rem;
}

.scroll-pr-56 {
  scroll-padding-right: 14rem;
}

.scroll-pr-6 {
  scroll-padding-right: 1.5rem;
}

.scroll-pr-60 {
  scroll-padding-right: 15rem;
}

.scroll-pr-64 {
  scroll-padding-right: 16rem;
}

.scroll-pr-8 {
  scroll-padding-right: 2rem;
}

.scroll-pr-80 {
  scroll-padding-right: 20rem;
}

.scroll-pr-96 {
  scroll-padding-right: 20rem;
}

.scroll-pt-0 {
  scroll-padding-top: 0;
}

.scroll-pt-0\.5 {
  scroll-padding-top: 0.125rem;
}

.scroll-pt-1 {
  scroll-padding-top: 0.25rem;
}

.scroll-pt-1\.5 {
  scroll-padding-top: 0.375rem;
}

.scroll-pt-10 {
  scroll-padding-top: 2.5rem;
}

.scroll-pt-11 {
  scroll-padding-top: 2.75rem;
}

.scroll-pt-12 {
  scroll-padding-top: 3rem;
}

.scroll-pt-128 {
  scroll-padding-top: 32rem;
}

.scroll-pt-14 {
  scroll-padding-top: 3.5rem;
}

.scroll-pt-16 {
  scroll-padding-top: 4rem;
}

.scroll-pt-2 {
  scroll-padding-top: 0.5rem;
}

.scroll-pt-2\.5 {
  scroll-padding-top: 0.625rem;
}

.scroll-pt-20 {
  scroll-padding-top: 5rem;
}

.scroll-pt-24 {
  scroll-padding-top: 6rem;
}

.scroll-pt-28 {
  scroll-padding-top: 7rem;
}

.scroll-pt-3 {
  scroll-padding-top: 0.75rem;
}

.scroll-pt-3\.5 {
  scroll-padding-top: 0.875rem;
}

.scroll-pt-32 {
  scroll-padding-top: 8rem;
}

.scroll-pt-36 {
  scroll-padding-top: 9rem;
}

.scroll-pt-4 {
  scroll-padding-top: 1rem;
}

.scroll-pt-40 {
  scroll-padding-top: 10rem;
}

.scroll-pt-44 {
  scroll-padding-top: 11rem;
}

.scroll-pt-48 {
  scroll-padding-top: 12rem;
}

.scroll-pt-5 {
  scroll-padding-top: 1.25rem;
}

.scroll-pt-52 {
  scroll-padding-top: 13rem;
}

.scroll-pt-56 {
  scroll-padding-top: 14rem;
}

.scroll-pt-6 {
  scroll-padding-top: 1.5rem;
}

.scroll-pt-60 {
  scroll-padding-top: 15rem;
}

.scroll-pt-64 {
  scroll-padding-top: 16rem;
}

.scroll-pt-8 {
  scroll-padding-top: 2rem;
}

.scroll-pt-80 {
  scroll-padding-top: 20rem;
}

.scroll-pt-96 {
  scroll-padding-top: 20rem;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-center {
  place-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-0 {
  gap: 0;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-128 {
  gap: 32rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-96 {
  gap: 20rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.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, 1));
}

.divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-divide-opacity, 1));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
}

.divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0);
}

.divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.1);
}

.divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 1);
}

.divide-yellow-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.15);
}

.divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.2);
}

.divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.25);
}

.divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.3);
}

.divide-yellow-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.35);
}

.divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.4);
}

.divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.45);
}

.divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.05);
}

.divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.5);
}

.divide-yellow-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.55);
}

.divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.6);
}

.divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.65);
}

.divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.7);
}

.divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.75);
}

.divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.8);
}

.divide-yellow-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.85);
}

.divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.9);
}

.divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.95);
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1));
}

.divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0);
}

.divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.1);
}

.divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 1);
}

.divide-yellow-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.15);
}

.divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.2);
}

.divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.25);
}

.divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.3);
}

.divide-yellow-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.35);
}

.divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.4);
}

.divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.45);
}

.divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.05);
}

.divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.5);
}

.divide-yellow-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.55);
}

.divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.6);
}

.divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.65);
}

.divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.7);
}

.divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.75);
}

.divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.8);
}

.divide-yellow-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.85);
}

.divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.9);
}

.divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.95);
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity, 1));
}

.divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0);
}

.divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.1);
}

.divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 1);
}

.divide-yellow-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.15);
}

.divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.2);
}

.divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.25);
}

.divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.3);
}

.divide-yellow-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.35);
}

.divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.4);
}

.divide-yellow-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.45);
}

.divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.05);
}

.divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.5);
}

.divide-yellow-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.55);
}

.divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.6);
}

.divide-yellow-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.65);
}

.divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.7);
}

.divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.75);
}

.divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.8);
}

.divide-yellow-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.85);
}

.divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.9);
}

.divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.95);
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
}

.divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0);
}

.divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.1);
}

.divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 1);
}

.divide-yellow-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.15);
}

.divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.2);
}

.divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.25);
}

.divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.3);
}

.divide-yellow-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.35);
}

.divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.4);
}

.divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.45);
}

.divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.05);
}

.divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.5);
}

.divide-yellow-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.55);
}

.divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.6);
}

.divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.65);
}

.divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.7);
}

.divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.75);
}

.divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.8);
}

.divide-yellow-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.85);
}

.divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.9);
}

.divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.95);
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity, 1));
}

.divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0);
}

.divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.1);
}

.divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 1);
}

.divide-yellow-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.15);
}

.divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.2);
}

.divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.25);
}

.divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.3);
}

.divide-yellow-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.35);
}

.divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.4);
}

.divide-yellow-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.45);
}

.divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.05);
}

.divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.5);
}

.divide-yellow-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.55);
}

.divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.6);
}

.divide-yellow-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.65);
}

.divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.7);
}

.divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.75);
}

.divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.8);
}

.divide-yellow-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.85);
}

.divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.9);
}

.divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.95);
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}

.divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0);
}

.divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.1);
}

.divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 1);
}

.divide-yellow-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.15);
}

.divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.2);
}

.divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.25);
}

.divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.3);
}

.divide-yellow-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.35);
}

.divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.4);
}

.divide-yellow-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.45);
}

.divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.05);
}

.divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.5);
}

.divide-yellow-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.55);
}

.divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.6);
}

.divide-yellow-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.65);
}

.divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.7);
}

.divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.75);
}

.divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.8);
}

.divide-yellow-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.85);
}

.divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.9);
}

.divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.95);
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}

.divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0);
}

.divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.1);
}

.divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 1);
}

.divide-yellow-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.15);
}

.divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.2);
}

.divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.25);
}

.divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.3);
}

.divide-yellow-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.35);
}

.divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.4);
}

.divide-yellow-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.45);
}

.divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.05);
}

.divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.5);
}

.divide-yellow-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.55);
}

.divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.6);
}

.divide-yellow-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.65);
}

.divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.7);
}

.divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.75);
}

.divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.8);
}

.divide-yellow-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.85);
}

.divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.9);
}

.divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.95);
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
}

.divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0);
}

.divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.1);
}

.divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 1);
}

.divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.15);
}

.divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.2);
}

.divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.25);
}

.divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.3);
}

.divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.35);
}

.divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.4);
}

.divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.45);
}

.divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.05);
}

.divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.5);
}

.divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.55);
}

.divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.6);
}

.divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.65);
}

.divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.7);
}

.divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.75);
}

.divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.8);
}

.divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.85);
}

.divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.9);
}

.divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.95);
}

.justify-self-auto {
  justify-self: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.border-amber-100\/0 {
  border-color: rgb(254 243 199 / 0);
}

.border-amber-100\/10 {
  border-color: rgb(254 243 199 / 0.1);
}

.border-amber-100\/100 {
  border-color: rgb(254 243 199 / 1);
}

.border-amber-100\/15 {
  border-color: rgb(254 243 199 / 0.15);
}

.border-amber-100\/20 {
  border-color: rgb(254 243 199 / 0.2);
}

.border-amber-100\/25 {
  border-color: rgb(254 243 199 / 0.25);
}

.border-amber-100\/30 {
  border-color: rgb(254 243 199 / 0.3);
}

.border-amber-100\/35 {
  border-color: rgb(254 243 199 / 0.35);
}

.border-amber-100\/40 {
  border-color: rgb(254 243 199 / 0.4);
}

.border-amber-100\/45 {
  border-color: rgb(254 243 199 / 0.45);
}

.border-amber-100\/5 {
  border-color: rgb(254 243 199 / 0.05);
}

.border-amber-100\/50 {
  border-color: rgb(254 243 199 / 0.5);
}

.border-amber-100\/55 {
  border-color: rgb(254 243 199 / 0.55);
}

.border-amber-100\/60 {
  border-color: rgb(254 243 199 / 0.6);
}

.border-amber-100\/65 {
  border-color: rgb(254 243 199 / 0.65);
}

.border-amber-100\/70 {
  border-color: rgb(254 243 199 / 0.7);
}

.border-amber-100\/75 {
  border-color: rgb(254 243 199 / 0.75);
}

.border-amber-100\/80 {
  border-color: rgb(254 243 199 / 0.8);
}

.border-amber-100\/85 {
  border-color: rgb(254 243 199 / 0.85);
}

.border-amber-100\/90 {
  border-color: rgb(254 243 199 / 0.9);
}

.border-amber-100\/95 {
  border-color: rgb(254 243 199 / 0.95);
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-amber-200\/0 {
  border-color: rgb(253 230 138 / 0);
}

.border-amber-200\/10 {
  border-color: rgb(253 230 138 / 0.1);
}

.border-amber-200\/100 {
  border-color: rgb(253 230 138 / 1);
}

.border-amber-200\/15 {
  border-color: rgb(253 230 138 / 0.15);
}

.border-amber-200\/20 {
  border-color: rgb(253 230 138 / 0.2);
}

.border-amber-200\/25 {
  border-color: rgb(253 230 138 / 0.25);
}

.border-amber-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}

.border-amber-200\/35 {
  border-color: rgb(253 230 138 / 0.35);
}

.border-amber-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}

.border-amber-200\/45 {
  border-color: rgb(253 230 138 / 0.45);
}

.border-amber-200\/5 {
  border-color: rgb(253 230 138 / 0.05);
}

.border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}

.border-amber-200\/55 {
  border-color: rgb(253 230 138 / 0.55);
}

.border-amber-200\/60 {
  border-color: rgb(253 230 138 / 0.6);
}

.border-amber-200\/65 {
  border-color: rgb(253 230 138 / 0.65);
}

.border-amber-200\/70 {
  border-color: rgb(253 230 138 / 0.7);
}

.border-amber-200\/75 {
  border-color: rgb(253 230 138 / 0.75);
}

.border-amber-200\/80 {
  border-color: rgb(253 230 138 / 0.8);
}

.border-amber-200\/85 {
  border-color: rgb(253 230 138 / 0.85);
}

.border-amber-200\/90 {
  border-color: rgb(253 230 138 / 0.9);
}

.border-amber-200\/95 {
  border-color: rgb(253 230 138 / 0.95);
}

.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.border-amber-300\/0 {
  border-color: rgb(252 211 77 / 0);
}

.border-amber-300\/10 {
  border-color: rgb(252 211 77 / 0.1);
}

.border-amber-300\/100 {
  border-color: rgb(252 211 77 / 1);
}

.border-amber-300\/15 {
  border-color: rgb(252 211 77 / 0.15);
}

.border-amber-300\/20 {
  border-color: rgb(252 211 77 / 0.2);
}

.border-amber-300\/25 {
  border-color: rgb(252 211 77 / 0.25);
}

.border-amber-300\/30 {
  border-color: rgb(252 211 77 / 0.3);
}

.border-amber-300\/35 {
  border-color: rgb(252 211 77 / 0.35);
}

.border-amber-300\/40 {
  border-color: rgb(252 211 77 / 0.4);
}

.border-amber-300\/45 {
  border-color: rgb(252 211 77 / 0.45);
}

.border-amber-300\/5 {
  border-color: rgb(252 211 77 / 0.05);
}

.border-amber-300\/50 {
  border-color: rgb(252 211 77 / 0.5);
}

.border-amber-300\/55 {
  border-color: rgb(252 211 77 / 0.55);
}

.border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}

.border-amber-300\/65 {
  border-color: rgb(252 211 77 / 0.65);
}

.border-amber-300\/70 {
  border-color: rgb(252 211 77 / 0.7);
}

.border-amber-300\/75 {
  border-color: rgb(252 211 77 / 0.75);
}

.border-amber-300\/80 {
  border-color: rgb(252 211 77 / 0.8);
}

.border-amber-300\/85 {
  border-color: rgb(252 211 77 / 0.85);
}

.border-amber-300\/90 {
  border-color: rgb(252 211 77 / 0.9);
}

.border-amber-300\/95 {
  border-color: rgb(252 211 77 / 0.95);
}

.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.border-amber-400\/0 {
  border-color: rgb(251 191 36 / 0);
}

.border-amber-400\/10 {
  border-color: rgb(251 191 36 / 0.1);
}

.border-amber-400\/100 {
  border-color: rgb(251 191 36 / 1);
}

.border-amber-400\/15 {
  border-color: rgb(251 191 36 / 0.15);
}

.border-amber-400\/20 {
  border-color: rgb(251 191 36 / 0.2);
}

.border-amber-400\/25 {
  border-color: rgb(251 191 36 / 0.25);
}

.border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}

.border-amber-400\/35 {
  border-color: rgb(251 191 36 / 0.35);
}

.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}

.border-amber-400\/45 {
  border-color: rgb(251 191 36 / 0.45);
}

.border-amber-400\/5 {
  border-color: rgb(251 191 36 / 0.05);
}

.border-amber-400\/50 {
  border-color: rgb(251 191 36 / 0.5);
}

.border-amber-400\/55 {
  border-color: rgb(251 191 36 / 0.55);
}

.border-amber-400\/60 {
  border-color: rgb(251 191 36 / 0.6);
}

.border-amber-400\/65 {
  border-color: rgb(251 191 36 / 0.65);
}

.border-amber-400\/70 {
  border-color: rgb(251 191 36 / 0.7);
}

.border-amber-400\/75 {
  border-color: rgb(251 191 36 / 0.75);
}

.border-amber-400\/80 {
  border-color: rgb(251 191 36 / 0.8);
}

.border-amber-400\/85 {
  border-color: rgb(251 191 36 / 0.85);
}

.border-amber-400\/90 {
  border-color: rgb(251 191 36 / 0.9);
}

.border-amber-400\/95 {
  border-color: rgb(251 191 36 / 0.95);
}

.border-amber-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.border-amber-50\/0 {
  border-color: rgb(255 251 235 / 0);
}

.border-amber-50\/10 {
  border-color: rgb(255 251 235 / 0.1);
}

.border-amber-50\/100 {
  border-color: rgb(255 251 235 / 1);
}

.border-amber-50\/15 {
  border-color: rgb(255 251 235 / 0.15);
}

.border-amber-50\/20 {
  border-color: rgb(255 251 235 / 0.2);
}

.border-amber-50\/25 {
  border-color: rgb(255 251 235 / 0.25);
}

.border-amber-50\/30 {
  border-color: rgb(255 251 235 / 0.3);
}

.border-amber-50\/35 {
  border-color: rgb(255 251 235 / 0.35);
}

.border-amber-50\/40 {
  border-color: rgb(255 251 235 / 0.4);
}

.border-amber-50\/45 {
  border-color: rgb(255 251 235 / 0.45);
}

.border-amber-50\/5 {
  border-color: rgb(255 251 235 / 0.05);
}

.border-amber-50\/50 {
  border-color: rgb(255 251 235 / 0.5);
}

.border-amber-50\/55 {
  border-color: rgb(255 251 235 / 0.55);
}

.border-amber-50\/60 {
  border-color: rgb(255 251 235 / 0.6);
}

.border-amber-50\/65 {
  border-color: rgb(255 251 235 / 0.65);
}

.border-amber-50\/70 {
  border-color: rgb(255 251 235 / 0.7);
}

.border-amber-50\/75 {
  border-color: rgb(255 251 235 / 0.75);
}

.border-amber-50\/80 {
  border-color: rgb(255 251 235 / 0.8);
}

.border-amber-50\/85 {
  border-color: rgb(255 251 235 / 0.85);
}

.border-amber-50\/90 {
  border-color: rgb(255 251 235 / 0.9);
}

.border-amber-50\/95 {
  border-color: rgb(255 251 235 / 0.95);
}

.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.border-amber-500\/0 {
  border-color: rgb(245 158 11 / 0);
}

.border-amber-500\/10 {
  border-color: rgb(245 158 11 / 0.1);
}

.border-amber-500\/100 {
  border-color: rgb(245 158 11 / 1);
}

.border-amber-500\/15 {
  border-color: rgb(245 158 11 / 0.15);
}

.border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}

.border-amber-500\/25 {
  border-color: rgb(245 158 11 / 0.25);
}

.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}

.border-amber-500\/35 {
  border-color: rgb(245 158 11 / 0.35);
}

.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}

.border-amber-500\/45 {
  border-color: rgb(245 158 11 / 0.45);
}

.border-amber-500\/5 {
  border-color: rgb(245 158 11 / 0.05);
}

.border-amber-500\/50 {
  border-color: rgb(245 158 11 / 0.5);
}

.border-amber-500\/55 {
  border-color: rgb(245 158 11 / 0.55);
}

.border-amber-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}

.border-amber-500\/65 {
  border-color: rgb(245 158 11 / 0.65);
}

.border-amber-500\/70 {
  border-color: rgb(245 158 11 / 0.7);
}

.border-amber-500\/75 {
  border-color: rgb(245 158 11 / 0.75);
}

.border-amber-500\/80 {
  border-color: rgb(245 158 11 / 0.8);
}

.border-amber-500\/85 {
  border-color: rgb(245 158 11 / 0.85);
}

.border-amber-500\/90 {
  border-color: rgb(245 158 11 / 0.9);
}

.border-amber-500\/95 {
  border-color: rgb(245 158 11 / 0.95);
}

.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.border-amber-600\/0 {
  border-color: rgb(217 119 6 / 0);
}

.border-amber-600\/10 {
  border-color: rgb(217 119 6 / 0.1);
}

.border-amber-600\/100 {
  border-color: rgb(217 119 6 / 1);
}

.border-amber-600\/15 {
  border-color: rgb(217 119 6 / 0.15);
}

.border-amber-600\/20 {
  border-color: rgb(217 119 6 / 0.2);
}

.border-amber-600\/25 {
  border-color: rgb(217 119 6 / 0.25);
}

.border-amber-600\/30 {
  border-color: rgb(217 119 6 / 0.3);
}

.border-amber-600\/35 {
  border-color: rgb(217 119 6 / 0.35);
}

.border-amber-600\/40 {
  border-color: rgb(217 119 6 / 0.4);
}

.border-amber-600\/45 {
  border-color: rgb(217 119 6 / 0.45);
}

.border-amber-600\/5 {
  border-color: rgb(217 119 6 / 0.05);
}

.border-amber-600\/50 {
  border-color: rgb(217 119 6 / 0.5);
}

.border-amber-600\/55 {
  border-color: rgb(217 119 6 / 0.55);
}

.border-amber-600\/60 {
  border-color: rgb(217 119 6 / 0.6);
}

.border-amber-600\/65 {
  border-color: rgb(217 119 6 / 0.65);
}

.border-amber-600\/70 {
  border-color: rgb(217 119 6 / 0.7);
}

.border-amber-600\/75 {
  border-color: rgb(217 119 6 / 0.75);
}

.border-amber-600\/80 {
  border-color: rgb(217 119 6 / 0.8);
}

.border-amber-600\/85 {
  border-color: rgb(217 119 6 / 0.85);
}

.border-amber-600\/90 {
  border-color: rgb(217 119 6 / 0.9);
}

.border-amber-600\/95 {
  border-color: rgb(217 119 6 / 0.95);
}

.border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.border-amber-700\/0 {
  border-color: rgb(180 83 9 / 0);
}

.border-amber-700\/10 {
  border-color: rgb(180 83 9 / 0.1);
}

.border-amber-700\/100 {
  border-color: rgb(180 83 9 / 1);
}

.border-amber-700\/15 {
  border-color: rgb(180 83 9 / 0.15);
}

.border-amber-700\/20 {
  border-color: rgb(180 83 9 / 0.2);
}

.border-amber-700\/25 {
  border-color: rgb(180 83 9 / 0.25);
}

.border-amber-700\/30 {
  border-color: rgb(180 83 9 / 0.3);
}

.border-amber-700\/35 {
  border-color: rgb(180 83 9 / 0.35);
}

.border-amber-700\/40 {
  border-color: rgb(180 83 9 / 0.4);
}

.border-amber-700\/45 {
  border-color: rgb(180 83 9 / 0.45);
}

.border-amber-700\/5 {
  border-color: rgb(180 83 9 / 0.05);
}

.border-amber-700\/50 {
  border-color: rgb(180 83 9 / 0.5);
}

.border-amber-700\/55 {
  border-color: rgb(180 83 9 / 0.55);
}

.border-amber-700\/60 {
  border-color: rgb(180 83 9 / 0.6);
}

.border-amber-700\/65 {
  border-color: rgb(180 83 9 / 0.65);
}

.border-amber-700\/70 {
  border-color: rgb(180 83 9 / 0.7);
}

.border-amber-700\/75 {
  border-color: rgb(180 83 9 / 0.75);
}

.border-amber-700\/80 {
  border-color: rgb(180 83 9 / 0.8);
}

.border-amber-700\/85 {
  border-color: rgb(180 83 9 / 0.85);
}

.border-amber-700\/90 {
  border-color: rgb(180 83 9 / 0.9);
}

.border-amber-700\/95 {
  border-color: rgb(180 83 9 / 0.95);
}

.border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.border-amber-800\/0 {
  border-color: rgb(146 64 14 / 0);
}

.border-amber-800\/10 {
  border-color: rgb(146 64 14 / 0.1);
}

.border-amber-800\/100 {
  border-color: rgb(146 64 14 / 1);
}

.border-amber-800\/15 {
  border-color: rgb(146 64 14 / 0.15);
}

.border-amber-800\/20 {
  border-color: rgb(146 64 14 / 0.2);
}

.border-amber-800\/25 {
  border-color: rgb(146 64 14 / 0.25);
}

.border-amber-800\/30 {
  border-color: rgb(146 64 14 / 0.3);
}

.border-amber-800\/35 {
  border-color: rgb(146 64 14 / 0.35);
}

.border-amber-800\/40 {
  border-color: rgb(146 64 14 / 0.4);
}

.border-amber-800\/45 {
  border-color: rgb(146 64 14 / 0.45);
}

.border-amber-800\/5 {
  border-color: rgb(146 64 14 / 0.05);
}

.border-amber-800\/50 {
  border-color: rgb(146 64 14 / 0.5);
}

.border-amber-800\/55 {
  border-color: rgb(146 64 14 / 0.55);
}

.border-amber-800\/60 {
  border-color: rgb(146 64 14 / 0.6);
}

.border-amber-800\/65 {
  border-color: rgb(146 64 14 / 0.65);
}

.border-amber-800\/70 {
  border-color: rgb(146 64 14 / 0.7);
}

.border-amber-800\/75 {
  border-color: rgb(146 64 14 / 0.75);
}

.border-amber-800\/80 {
  border-color: rgb(146 64 14 / 0.8);
}

.border-amber-800\/85 {
  border-color: rgb(146 64 14 / 0.85);
}

.border-amber-800\/90 {
  border-color: rgb(146 64 14 / 0.9);
}

.border-amber-800\/95 {
  border-color: rgb(146 64 14 / 0.95);
}

.border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.border-amber-900\/0 {
  border-color: rgb(120 53 15 / 0);
}

.border-amber-900\/10 {
  border-color: rgb(120 53 15 / 0.1);
}

.border-amber-900\/100 {
  border-color: rgb(120 53 15 / 1);
}

.border-amber-900\/15 {
  border-color: rgb(120 53 15 / 0.15);
}

.border-amber-900\/20 {
  border-color: rgb(120 53 15 / 0.2);
}

.border-amber-900\/25 {
  border-color: rgb(120 53 15 / 0.25);
}

.border-amber-900\/30 {
  border-color: rgb(120 53 15 / 0.3);
}

.border-amber-900\/35 {
  border-color: rgb(120 53 15 / 0.35);
}

.border-amber-900\/40 {
  border-color: rgb(120 53 15 / 0.4);
}

.border-amber-900\/45 {
  border-color: rgb(120 53 15 / 0.45);
}

.border-amber-900\/5 {
  border-color: rgb(120 53 15 / 0.05);
}

.border-amber-900\/50 {
  border-color: rgb(120 53 15 / 0.5);
}

.border-amber-900\/55 {
  border-color: rgb(120 53 15 / 0.55);
}

.border-amber-900\/60 {
  border-color: rgb(120 53 15 / 0.6);
}

.border-amber-900\/65 {
  border-color: rgb(120 53 15 / 0.65);
}

.border-amber-900\/70 {
  border-color: rgb(120 53 15 / 0.7);
}

.border-amber-900\/75 {
  border-color: rgb(120 53 15 / 0.75);
}

.border-amber-900\/80 {
  border-color: rgb(120 53 15 / 0.8);
}

.border-amber-900\/85 {
  border-color: rgb(120 53 15 / 0.85);
}

.border-amber-900\/90 {
  border-color: rgb(120 53 15 / 0.9);
}

.border-amber-900\/95 {
  border-color: rgb(120 53 15 / 0.95);
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-blue-100\/0 {
  border-color: rgb(219 234 254 / 0);
}

.border-blue-100\/10 {
  border-color: rgb(219 234 254 / 0.1);
}

.border-blue-100\/100 {
  border-color: rgb(219 234 254 / 1);
}

.border-blue-100\/15 {
  border-color: rgb(219 234 254 / 0.15);
}

.border-blue-100\/20 {
  border-color: rgb(219 234 254 / 0.2);
}

.border-blue-100\/25 {
  border-color: rgb(219 234 254 / 0.25);
}

.border-blue-100\/30 {
  border-color: rgb(219 234 254 / 0.3);
}

.border-blue-100\/35 {
  border-color: rgb(219 234 254 / 0.35);
}

.border-blue-100\/40 {
  border-color: rgb(219 234 254 / 0.4);
}

.border-blue-100\/45 {
  border-color: rgb(219 234 254 / 0.45);
}

.border-blue-100\/5 {
  border-color: rgb(219 234 254 / 0.05);
}

.border-blue-100\/50 {
  border-color: rgb(219 234 254 / 0.5);
}

.border-blue-100\/55 {
  border-color: rgb(219 234 254 / 0.55);
}

.border-blue-100\/60 {
  border-color: rgb(219 234 254 / 0.6);
}

.border-blue-100\/65 {
  border-color: rgb(219 234 254 / 0.65);
}

.border-blue-100\/70 {
  border-color: rgb(219 234 254 / 0.7);
}

.border-blue-100\/75 {
  border-color: rgb(219 234 254 / 0.75);
}

.border-blue-100\/80 {
  border-color: rgb(219 234 254 / 0.8);
}

.border-blue-100\/85 {
  border-color: rgb(219 234 254 / 0.85);
}

.border-blue-100\/90 {
  border-color: rgb(219 234 254 / 0.9);
}

.border-blue-100\/95 {
  border-color: rgb(219 234 254 / 0.95);
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-200\/0 {
  border-color: rgb(191 219 254 / 0);
}

.border-blue-200\/10 {
  border-color: rgb(191 219 254 / 0.1);
}

.border-blue-200\/100 {
  border-color: rgb(191 219 254 / 1);
}

.border-blue-200\/15 {
  border-color: rgb(191 219 254 / 0.15);
}

.border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2);
}

.border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25);
}

.border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}

.border-blue-200\/35 {
  border-color: rgb(191 219 254 / 0.35);
}

.border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4);
}

.border-blue-200\/45 {
  border-color: rgb(191 219 254 / 0.45);
}

.border-blue-200\/5 {
  border-color: rgb(191 219 254 / 0.05);
}

.border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5);
}

.border-blue-200\/55 {
  border-color: rgb(191 219 254 / 0.55);
}

.border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6);
}

.border-blue-200\/65 {
  border-color: rgb(191 219 254 / 0.65);
}

.border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7);
}

.border-blue-200\/75 {
  border-color: rgb(191 219 254 / 0.75);
}

.border-blue-200\/80 {
  border-color: rgb(191 219 254 / 0.8);
}

.border-blue-200\/85 {
  border-color: rgb(191 219 254 / 0.85);
}

.border-blue-200\/90 {
  border-color: rgb(191 219 254 / 0.9);
}

.border-blue-200\/95 {
  border-color: rgb(191 219 254 / 0.95);
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.border-blue-300\/0 {
  border-color: rgb(147 197 253 / 0);
}

.border-blue-300\/10 {
  border-color: rgb(147 197 253 / 0.1);
}

.border-blue-300\/100 {
  border-color: rgb(147 197 253 / 1);
}

.border-blue-300\/15 {
  border-color: rgb(147 197 253 / 0.15);
}

.border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2);
}

.border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}

.border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}

.border-blue-300\/35 {
  border-color: rgb(147 197 253 / 0.35);
}

.border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4);
}

.border-blue-300\/45 {
  border-color: rgb(147 197 253 / 0.45);
}

.border-blue-300\/5 {
  border-color: rgb(147 197 253 / 0.05);
}

.border-blue-300\/50 {
  border-color: rgb(147 197 253 / 0.5);
}

.border-blue-300\/55 {
  border-color: rgb(147 197 253 / 0.55);
}

.border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}

.border-blue-300\/65 {
  border-color: rgb(147 197 253 / 0.65);
}

.border-blue-300\/70 {
  border-color: rgb(147 197 253 / 0.7);
}

.border-blue-300\/75 {
  border-color: rgb(147 197 253 / 0.75);
}

.border-blue-300\/80 {
  border-color: rgb(147 197 253 / 0.8);
}

.border-blue-300\/85 {
  border-color: rgb(147 197 253 / 0.85);
}

.border-blue-300\/90 {
  border-color: rgb(147 197 253 / 0.9);
}

.border-blue-300\/95 {
  border-color: rgb(147 197 253 / 0.95);
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-blue-400\/0 {
  border-color: rgb(96 165 250 / 0);
}

.border-blue-400\/10 {
  border-color: rgb(96 165 250 / 0.1);
}

.border-blue-400\/100 {
  border-color: rgb(96 165 250 / 1);
}

.border-blue-400\/15 {
  border-color: rgb(96 165 250 / 0.15);
}

.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}

.border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}

.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}

.border-blue-400\/35 {
  border-color: rgb(96 165 250 / 0.35);
}

.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}

.border-blue-400\/45 {
  border-color: rgb(96 165 250 / 0.45);
}

.border-blue-400\/5 {
  border-color: rgb(96 165 250 / 0.05);
}

.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}

.border-blue-400\/55 {
  border-color: rgb(96 165 250 / 0.55);
}

.border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}

.border-blue-400\/65 {
  border-color: rgb(96 165 250 / 0.65);
}

.border-blue-400\/70 {
  border-color: rgb(96 165 250 / 0.7);
}

.border-blue-400\/75 {
  border-color: rgb(96 165 250 / 0.75);
}

.border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}

.border-blue-400\/85 {
  border-color: rgb(96 165 250 / 0.85);
}

.border-blue-400\/90 {
  border-color: rgb(96 165 250 / 0.9);
}

.border-blue-400\/95 {
  border-color: rgb(96 165 250 / 0.95);
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.border-blue-50\/0 {
  border-color: rgb(239 246 255 / 0);
}

.border-blue-50\/10 {
  border-color: rgb(239 246 255 / 0.1);
}

.border-blue-50\/100 {
  border-color: rgb(239 246 255 / 1);
}

.border-blue-50\/15 {
  border-color: rgb(239 246 255 / 0.15);
}

.border-blue-50\/20 {
  border-color: rgb(239 246 255 / 0.2);
}

.border-blue-50\/25 {
  border-color: rgb(239 246 255 / 0.25);
}

.border-blue-50\/30 {
  border-color: rgb(239 246 255 / 0.3);
}

.border-blue-50\/35 {
  border-color: rgb(239 246 255 / 0.35);
}

.border-blue-50\/40 {
  border-color: rgb(239 246 255 / 0.4);
}

.border-blue-50\/45 {
  border-color: rgb(239 246 255 / 0.45);
}

.border-blue-50\/5 {
  border-color: rgb(239 246 255 / 0.05);
}

.border-blue-50\/50 {
  border-color: rgb(239 246 255 / 0.5);
}

.border-blue-50\/55 {
  border-color: rgb(239 246 255 / 0.55);
}

.border-blue-50\/60 {
  border-color: rgb(239 246 255 / 0.6);
}

.border-blue-50\/65 {
  border-color: rgb(239 246 255 / 0.65);
}

.border-blue-50\/70 {
  border-color: rgb(239 246 255 / 0.7);
}

.border-blue-50\/75 {
  border-color: rgb(239 246 255 / 0.75);
}

.border-blue-50\/80 {
  border-color: rgb(239 246 255 / 0.8);
}

.border-blue-50\/85 {
  border-color: rgb(239 246 255 / 0.85);
}

.border-blue-50\/90 {
  border-color: rgb(239 246 255 / 0.9);
}

.border-blue-50\/95 {
  border-color: rgb(239 246 255 / 0.95);
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0);
}

.border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1);
}

.border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1);
}

.border-blue-500\/15 {
  border-color: rgb(59 130 246 / 0.15);
}

.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}

.border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}

.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}

.border-blue-500\/35 {
  border-color: rgb(59 130 246 / 0.35);
}

.border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}

.border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45);
}

.border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05);
}

.border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5);
}

.border-blue-500\/55 {
  border-color: rgb(59 130 246 / 0.55);
}

.border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}

.border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65);
}

.border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}

.border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75);
}

.border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8);
}

.border-blue-500\/85 {
  border-color: rgb(59 130 246 / 0.85);
}

.border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9);
}

.border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95);
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-blue-600\/0 {
  border-color: rgb(37 99 235 / 0);
}

.border-blue-600\/10 {
  border-color: rgb(37 99 235 / 0.1);
}

.border-blue-600\/100 {
  border-color: rgb(37 99 235 / 1);
}

.border-blue-600\/15 {
  border-color: rgb(37 99 235 / 0.15);
}

.border-blue-600\/20 {
  border-color: rgb(37 99 235 / 0.2);
}

.border-blue-600\/25 {
  border-color: rgb(37 99 235 / 0.25);
}

.border-blue-600\/30 {
  border-color: rgb(37 99 235 / 0.3);
}

.border-blue-600\/35 {
  border-color: rgb(37 99 235 / 0.35);
}

.border-blue-600\/40 {
  border-color: rgb(37 99 235 / 0.4);
}

.border-blue-600\/45 {
  border-color: rgb(37 99 235 / 0.45);
}

.border-blue-600\/5 {
  border-color: rgb(37 99 235 / 0.05);
}

.border-blue-600\/50 {
  border-color: rgb(37 99 235 / 0.5);
}

.border-blue-600\/55 {
  border-color: rgb(37 99 235 / 0.55);
}

.border-blue-600\/60 {
  border-color: rgb(37 99 235 / 0.6);
}

.border-blue-600\/65 {
  border-color: rgb(37 99 235 / 0.65);
}

.border-blue-600\/70 {
  border-color: rgb(37 99 235 / 0.7);
}

.border-blue-600\/75 {
  border-color: rgb(37 99 235 / 0.75);
}

.border-blue-600\/80 {
  border-color: rgb(37 99 235 / 0.8);
}

.border-blue-600\/85 {
  border-color: rgb(37 99 235 / 0.85);
}

.border-blue-600\/90 {
  border-color: rgb(37 99 235 / 0.9);
}

.border-blue-600\/95 {
  border-color: rgb(37 99 235 / 0.95);
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.border-blue-700\/0 {
  border-color: rgb(29 78 216 / 0);
}

.border-blue-700\/10 {
  border-color: rgb(29 78 216 / 0.1);
}

.border-blue-700\/100 {
  border-color: rgb(29 78 216 / 1);
}

.border-blue-700\/15 {
  border-color: rgb(29 78 216 / 0.15);
}

.border-blue-700\/20 {
  border-color: rgb(29 78 216 / 0.2);
}

.border-blue-700\/25 {
  border-color: rgb(29 78 216 / 0.25);
}

.border-blue-700\/30 {
  border-color: rgb(29 78 216 / 0.3);
}

.border-blue-700\/35 {
  border-color: rgb(29 78 216 / 0.35);
}

.border-blue-700\/40 {
  border-color: rgb(29 78 216 / 0.4);
}

.border-blue-700\/45 {
  border-color: rgb(29 78 216 / 0.45);
}

.border-blue-700\/5 {
  border-color: rgb(29 78 216 / 0.05);
}

.border-blue-700\/50 {
  border-color: rgb(29 78 216 / 0.5);
}

.border-blue-700\/55 {
  border-color: rgb(29 78 216 / 0.55);
}

.border-blue-700\/60 {
  border-color: rgb(29 78 216 / 0.6);
}

.border-blue-700\/65 {
  border-color: rgb(29 78 216 / 0.65);
}

.border-blue-700\/70 {
  border-color: rgb(29 78 216 / 0.7);
}

.border-blue-700\/75 {
  border-color: rgb(29 78 216 / 0.75);
}

.border-blue-700\/80 {
  border-color: rgb(29 78 216 / 0.8);
}

.border-blue-700\/85 {
  border-color: rgb(29 78 216 / 0.85);
}

.border-blue-700\/90 {
  border-color: rgb(29 78 216 / 0.9);
}

.border-blue-700\/95 {
  border-color: rgb(29 78 216 / 0.95);
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.border-blue-800\/0 {
  border-color: rgb(30 64 175 / 0);
}

.border-blue-800\/10 {
  border-color: rgb(30 64 175 / 0.1);
}

.border-blue-800\/100 {
  border-color: rgb(30 64 175 / 1);
}

.border-blue-800\/15 {
  border-color: rgb(30 64 175 / 0.15);
}

.border-blue-800\/20 {
  border-color: rgb(30 64 175 / 0.2);
}

.border-blue-800\/25 {
  border-color: rgb(30 64 175 / 0.25);
}

.border-blue-800\/30 {
  border-color: rgb(30 64 175 / 0.3);
}

.border-blue-800\/35 {
  border-color: rgb(30 64 175 / 0.35);
}

.border-blue-800\/40 {
  border-color: rgb(30 64 175 / 0.4);
}

.border-blue-800\/45 {
  border-color: rgb(30 64 175 / 0.45);
}

.border-blue-800\/5 {
  border-color: rgb(30 64 175 / 0.05);
}

.border-blue-800\/50 {
  border-color: rgb(30 64 175 / 0.5);
}

.border-blue-800\/55 {
  border-color: rgb(30 64 175 / 0.55);
}

.border-blue-800\/60 {
  border-color: rgb(30 64 175 / 0.6);
}

.border-blue-800\/65 {
  border-color: rgb(30 64 175 / 0.65);
}

.border-blue-800\/70 {
  border-color: rgb(30 64 175 / 0.7);
}

.border-blue-800\/75 {
  border-color: rgb(30 64 175 / 0.75);
}

.border-blue-800\/80 {
  border-color: rgb(30 64 175 / 0.8);
}

.border-blue-800\/85 {
  border-color: rgb(30 64 175 / 0.85);
}

.border-blue-800\/90 {
  border-color: rgb(30 64 175 / 0.9);
}

.border-blue-800\/95 {
  border-color: rgb(30 64 175 / 0.95);
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.border-blue-900\/0 {
  border-color: rgb(30 58 138 / 0);
}

.border-blue-900\/10 {
  border-color: rgb(30 58 138 / 0.1);
}

.border-blue-900\/100 {
  border-color: rgb(30 58 138 / 1);
}

.border-blue-900\/15 {
  border-color: rgb(30 58 138 / 0.15);
}

.border-blue-900\/20 {
  border-color: rgb(30 58 138 / 0.2);
}

.border-blue-900\/25 {
  border-color: rgb(30 58 138 / 0.25);
}

.border-blue-900\/30 {
  border-color: rgb(30 58 138 / 0.3);
}

.border-blue-900\/35 {
  border-color: rgb(30 58 138 / 0.35);
}

.border-blue-900\/40 {
  border-color: rgb(30 58 138 / 0.4);
}

.border-blue-900\/45 {
  border-color: rgb(30 58 138 / 0.45);
}

.border-blue-900\/5 {
  border-color: rgb(30 58 138 / 0.05);
}

.border-blue-900\/50 {
  border-color: rgb(30 58 138 / 0.5);
}

.border-blue-900\/55 {
  border-color: rgb(30 58 138 / 0.55);
}

.border-blue-900\/60 {
  border-color: rgb(30 58 138 / 0.6);
}

.border-blue-900\/65 {
  border-color: rgb(30 58 138 / 0.65);
}

.border-blue-900\/70 {
  border-color: rgb(30 58 138 / 0.7);
}

.border-blue-900\/75 {
  border-color: rgb(30 58 138 / 0.75);
}

.border-blue-900\/80 {
  border-color: rgb(30 58 138 / 0.8);
}

.border-blue-900\/85 {
  border-color: rgb(30 58 138 / 0.85);
}

.border-blue-900\/90 {
  border-color: rgb(30 58 138 / 0.9);
}

.border-blue-900\/95 {
  border-color: rgb(30 58 138 / 0.95);
}

.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}

.border-cyan-100\/0 {
  border-color: rgb(207 250 254 / 0);
}

.border-cyan-100\/10 {
  border-color: rgb(207 250 254 / 0.1);
}

.border-cyan-100\/100 {
  border-color: rgb(207 250 254 / 1);
}

.border-cyan-100\/15 {
  border-color: rgb(207 250 254 / 0.15);
}

.border-cyan-100\/20 {
  border-color: rgb(207 250 254 / 0.2);
}

.border-cyan-100\/25 {
  border-color: rgb(207 250 254 / 0.25);
}

.border-cyan-100\/30 {
  border-color: rgb(207 250 254 / 0.3);
}

.border-cyan-100\/35 {
  border-color: rgb(207 250 254 / 0.35);
}

.border-cyan-100\/40 {
  border-color: rgb(207 250 254 / 0.4);
}

.border-cyan-100\/45 {
  border-color: rgb(207 250 254 / 0.45);
}

.border-cyan-100\/5 {
  border-color: rgb(207 250 254 / 0.05);
}

.border-cyan-100\/50 {
  border-color: rgb(207 250 254 / 0.5);
}

.border-cyan-100\/55 {
  border-color: rgb(207 250 254 / 0.55);
}

.border-cyan-100\/60 {
  border-color: rgb(207 250 254 / 0.6);
}

.border-cyan-100\/65 {
  border-color: rgb(207 250 254 / 0.65);
}

.border-cyan-100\/70 {
  border-color: rgb(207 250 254 / 0.7);
}

.border-cyan-100\/75 {
  border-color: rgb(207 250 254 / 0.75);
}

.border-cyan-100\/80 {
  border-color: rgb(207 250 254 / 0.8);
}

.border-cyan-100\/85 {
  border-color: rgb(207 250 254 / 0.85);
}

.border-cyan-100\/90 {
  border-color: rgb(207 250 254 / 0.9);
}

.border-cyan-100\/95 {
  border-color: rgb(207 250 254 / 0.95);
}

.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}

.border-cyan-200\/0 {
  border-color: rgb(165 243 252 / 0);
}

.border-cyan-200\/10 {
  border-color: rgb(165 243 252 / 0.1);
}

.border-cyan-200\/100 {
  border-color: rgb(165 243 252 / 1);
}

.border-cyan-200\/15 {
  border-color: rgb(165 243 252 / 0.15);
}

.border-cyan-200\/20 {
  border-color: rgb(165 243 252 / 0.2);
}

.border-cyan-200\/25 {
  border-color: rgb(165 243 252 / 0.25);
}

.border-cyan-200\/30 {
  border-color: rgb(165 243 252 / 0.3);
}

.border-cyan-200\/35 {
  border-color: rgb(165 243 252 / 0.35);
}

.border-cyan-200\/40 {
  border-color: rgb(165 243 252 / 0.4);
}

.border-cyan-200\/45 {
  border-color: rgb(165 243 252 / 0.45);
}

.border-cyan-200\/5 {
  border-color: rgb(165 243 252 / 0.05);
}

.border-cyan-200\/50 {
  border-color: rgb(165 243 252 / 0.5);
}

.border-cyan-200\/55 {
  border-color: rgb(165 243 252 / 0.55);
}

.border-cyan-200\/60 {
  border-color: rgb(165 243 252 / 0.6);
}

.border-cyan-200\/65 {
  border-color: rgb(165 243 252 / 0.65);
}

.border-cyan-200\/70 {
  border-color: rgb(165 243 252 / 0.7);
}

.border-cyan-200\/75 {
  border-color: rgb(165 243 252 / 0.75);
}

.border-cyan-200\/80 {
  border-color: rgb(165 243 252 / 0.8);
}

.border-cyan-200\/85 {
  border-color: rgb(165 243 252 / 0.85);
}

.border-cyan-200\/90 {
  border-color: rgb(165 243 252 / 0.9);
}

.border-cyan-200\/95 {
  border-color: rgb(165 243 252 / 0.95);
}

.border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}

.border-cyan-300\/0 {
  border-color: rgb(103 232 249 / 0);
}

.border-cyan-300\/10 {
  border-color: rgb(103 232 249 / 0.1);
}

.border-cyan-300\/100 {
  border-color: rgb(103 232 249 / 1);
}

.border-cyan-300\/15 {
  border-color: rgb(103 232 249 / 0.15);
}

.border-cyan-300\/20 {
  border-color: rgb(103 232 249 / 0.2);
}

.border-cyan-300\/25 {
  border-color: rgb(103 232 249 / 0.25);
}

.border-cyan-300\/30 {
  border-color: rgb(103 232 249 / 0.3);
}

.border-cyan-300\/35 {
  border-color: rgb(103 232 249 / 0.35);
}

.border-cyan-300\/40 {
  border-color: rgb(103 232 249 / 0.4);
}

.border-cyan-300\/45 {
  border-color: rgb(103 232 249 / 0.45);
}

.border-cyan-300\/5 {
  border-color: rgb(103 232 249 / 0.05);
}

.border-cyan-300\/50 {
  border-color: rgb(103 232 249 / 0.5);
}

.border-cyan-300\/55 {
  border-color: rgb(103 232 249 / 0.55);
}

.border-cyan-300\/60 {
  border-color: rgb(103 232 249 / 0.6);
}

.border-cyan-300\/65 {
  border-color: rgb(103 232 249 / 0.65);
}

.border-cyan-300\/70 {
  border-color: rgb(103 232 249 / 0.7);
}

.border-cyan-300\/75 {
  border-color: rgb(103 232 249 / 0.75);
}

.border-cyan-300\/80 {
  border-color: rgb(103 232 249 / 0.8);
}

.border-cyan-300\/85 {
  border-color: rgb(103 232 249 / 0.85);
}

.border-cyan-300\/90 {
  border-color: rgb(103 232 249 / 0.9);
}

.border-cyan-300\/95 {
  border-color: rgb(103 232 249 / 0.95);
}

.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.border-cyan-400\/0 {
  border-color: rgb(34 211 238 / 0);
}

.border-cyan-400\/10 {
  border-color: rgb(34 211 238 / 0.1);
}

.border-cyan-400\/100 {
  border-color: rgb(34 211 238 / 1);
}

.border-cyan-400\/15 {
  border-color: rgb(34 211 238 / 0.15);
}

.border-cyan-400\/20 {
  border-color: rgb(34 211 238 / 0.2);
}

.border-cyan-400\/25 {
  border-color: rgb(34 211 238 / 0.25);
}

.border-cyan-400\/30 {
  border-color: rgb(34 211 238 / 0.3);
}

.border-cyan-400\/35 {
  border-color: rgb(34 211 238 / 0.35);
}

.border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4);
}

.border-cyan-400\/45 {
  border-color: rgb(34 211 238 / 0.45);
}

.border-cyan-400\/5 {
  border-color: rgb(34 211 238 / 0.05);
}

.border-cyan-400\/50 {
  border-color: rgb(34 211 238 / 0.5);
}

.border-cyan-400\/55 {
  border-color: rgb(34 211 238 / 0.55);
}

.border-cyan-400\/60 {
  border-color: rgb(34 211 238 / 0.6);
}

.border-cyan-400\/65 {
  border-color: rgb(34 211 238 / 0.65);
}

.border-cyan-400\/70 {
  border-color: rgb(34 211 238 / 0.7);
}

.border-cyan-400\/75 {
  border-color: rgb(34 211 238 / 0.75);
}

.border-cyan-400\/80 {
  border-color: rgb(34 211 238 / 0.8);
}

.border-cyan-400\/85 {
  border-color: rgb(34 211 238 / 0.85);
}

.border-cyan-400\/90 {
  border-color: rgb(34 211 238 / 0.9);
}

.border-cyan-400\/95 {
  border-color: rgb(34 211 238 / 0.95);
}

.border-cyan-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}

.border-cyan-50\/0 {
  border-color: rgb(236 254 255 / 0);
}

.border-cyan-50\/10 {
  border-color: rgb(236 254 255 / 0.1);
}

.border-cyan-50\/100 {
  border-color: rgb(236 254 255 / 1);
}

.border-cyan-50\/15 {
  border-color: rgb(236 254 255 / 0.15);
}

.border-cyan-50\/20 {
  border-color: rgb(236 254 255 / 0.2);
}

.border-cyan-50\/25 {
  border-color: rgb(236 254 255 / 0.25);
}

.border-cyan-50\/30 {
  border-color: rgb(236 254 255 / 0.3);
}

.border-cyan-50\/35 {
  border-color: rgb(236 254 255 / 0.35);
}

.border-cyan-50\/40 {
  border-color: rgb(236 254 255 / 0.4);
}

.border-cyan-50\/45 {
  border-color: rgb(236 254 255 / 0.45);
}

.border-cyan-50\/5 {
  border-color: rgb(236 254 255 / 0.05);
}

.border-cyan-50\/50 {
  border-color: rgb(236 254 255 / 0.5);
}

.border-cyan-50\/55 {
  border-color: rgb(236 254 255 / 0.55);
}

.border-cyan-50\/60 {
  border-color: rgb(236 254 255 / 0.6);
}

.border-cyan-50\/65 {
  border-color: rgb(236 254 255 / 0.65);
}

.border-cyan-50\/70 {
  border-color: rgb(236 254 255 / 0.7);
}

.border-cyan-50\/75 {
  border-color: rgb(236 254 255 / 0.75);
}

.border-cyan-50\/80 {
  border-color: rgb(236 254 255 / 0.8);
}

.border-cyan-50\/85 {
  border-color: rgb(236 254 255 / 0.85);
}

.border-cyan-50\/90 {
  border-color: rgb(236 254 255 / 0.9);
}

.border-cyan-50\/95 {
  border-color: rgb(236 254 255 / 0.95);
}

.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

.border-cyan-500\/0 {
  border-color: rgb(6 182 212 / 0);
}

.border-cyan-500\/10 {
  border-color: rgb(6 182 212 / 0.1);
}

.border-cyan-500\/100 {
  border-color: rgb(6 182 212 / 1);
}

.border-cyan-500\/15 {
  border-color: rgb(6 182 212 / 0.15);
}

.border-cyan-500\/20 {
  border-color: rgb(6 182 212 / 0.2);
}

.border-cyan-500\/25 {
  border-color: rgb(6 182 212 / 0.25);
}

.border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3);
}

.border-cyan-500\/35 {
  border-color: rgb(6 182 212 / 0.35);
}

.border-cyan-500\/40 {
  border-color: rgb(6 182 212 / 0.4);
}

.border-cyan-500\/45 {
  border-color: rgb(6 182 212 / 0.45);
}

.border-cyan-500\/5 {
  border-color: rgb(6 182 212 / 0.05);
}

.border-cyan-500\/50 {
  border-color: rgb(6 182 212 / 0.5);
}

.border-cyan-500\/55 {
  border-color: rgb(6 182 212 / 0.55);
}

.border-cyan-500\/60 {
  border-color: rgb(6 182 212 / 0.6);
}

.border-cyan-500\/65 {
  border-color: rgb(6 182 212 / 0.65);
}

.border-cyan-500\/70 {
  border-color: rgb(6 182 212 / 0.7);
}

.border-cyan-500\/75 {
  border-color: rgb(6 182 212 / 0.75);
}

.border-cyan-500\/80 {
  border-color: rgb(6 182 212 / 0.8);
}

.border-cyan-500\/85 {
  border-color: rgb(6 182 212 / 0.85);
}

.border-cyan-500\/90 {
  border-color: rgb(6 182 212 / 0.9);
}

.border-cyan-500\/95 {
  border-color: rgb(6 182 212 / 0.95);
}

.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}

.border-cyan-600\/0 {
  border-color: rgb(8 145 178 / 0);
}

.border-cyan-600\/10 {
  border-color: rgb(8 145 178 / 0.1);
}

.border-cyan-600\/100 {
  border-color: rgb(8 145 178 / 1);
}

.border-cyan-600\/15 {
  border-color: rgb(8 145 178 / 0.15);
}

.border-cyan-600\/20 {
  border-color: rgb(8 145 178 / 0.2);
}

.border-cyan-600\/25 {
  border-color: rgb(8 145 178 / 0.25);
}

.border-cyan-600\/30 {
  border-color: rgb(8 145 178 / 0.3);
}

.border-cyan-600\/35 {
  border-color: rgb(8 145 178 / 0.35);
}

.border-cyan-600\/40 {
  border-color: rgb(8 145 178 / 0.4);
}

.border-cyan-600\/45 {
  border-color: rgb(8 145 178 / 0.45);
}

.border-cyan-600\/5 {
  border-color: rgb(8 145 178 / 0.05);
}

.border-cyan-600\/50 {
  border-color: rgb(8 145 178 / 0.5);
}

.border-cyan-600\/55 {
  border-color: rgb(8 145 178 / 0.55);
}

.border-cyan-600\/60 {
  border-color: rgb(8 145 178 / 0.6);
}

.border-cyan-600\/65 {
  border-color: rgb(8 145 178 / 0.65);
}

.border-cyan-600\/70 {
  border-color: rgb(8 145 178 / 0.7);
}

.border-cyan-600\/75 {
  border-color: rgb(8 145 178 / 0.75);
}

.border-cyan-600\/80 {
  border-color: rgb(8 145 178 / 0.8);
}

.border-cyan-600\/85 {
  border-color: rgb(8 145 178 / 0.85);
}

.border-cyan-600\/90 {
  border-color: rgb(8 145 178 / 0.9);
}

.border-cyan-600\/95 {
  border-color: rgb(8 145 178 / 0.95);
}

.border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}

.border-cyan-700\/0 {
  border-color: rgb(14 116 144 / 0);
}

.border-cyan-700\/10 {
  border-color: rgb(14 116 144 / 0.1);
}

.border-cyan-700\/100 {
  border-color: rgb(14 116 144 / 1);
}

.border-cyan-700\/15 {
  border-color: rgb(14 116 144 / 0.15);
}

.border-cyan-700\/20 {
  border-color: rgb(14 116 144 / 0.2);
}

.border-cyan-700\/25 {
  border-color: rgb(14 116 144 / 0.25);
}

.border-cyan-700\/30 {
  border-color: rgb(14 116 144 / 0.3);
}

.border-cyan-700\/35 {
  border-color: rgb(14 116 144 / 0.35);
}

.border-cyan-700\/40 {
  border-color: rgb(14 116 144 / 0.4);
}

.border-cyan-700\/45 {
  border-color: rgb(14 116 144 / 0.45);
}

.border-cyan-700\/5 {
  border-color: rgb(14 116 144 / 0.05);
}

.border-cyan-700\/50 {
  border-color: rgb(14 116 144 / 0.5);
}

.border-cyan-700\/55 {
  border-color: rgb(14 116 144 / 0.55);
}

.border-cyan-700\/60 {
  border-color: rgb(14 116 144 / 0.6);
}

.border-cyan-700\/65 {
  border-color: rgb(14 116 144 / 0.65);
}

.border-cyan-700\/70 {
  border-color: rgb(14 116 144 / 0.7);
}

.border-cyan-700\/75 {
  border-color: rgb(14 116 144 / 0.75);
}

.border-cyan-700\/80 {
  border-color: rgb(14 116 144 / 0.8);
}

.border-cyan-700\/85 {
  border-color: rgb(14 116 144 / 0.85);
}

.border-cyan-700\/90 {
  border-color: rgb(14 116 144 / 0.9);
}

.border-cyan-700\/95 {
  border-color: rgb(14 116 144 / 0.95);
}

.border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}

.border-cyan-800\/0 {
  border-color: rgb(21 94 117 / 0);
}

.border-cyan-800\/10 {
  border-color: rgb(21 94 117 / 0.1);
}

.border-cyan-800\/100 {
  border-color: rgb(21 94 117 / 1);
}

.border-cyan-800\/15 {
  border-color: rgb(21 94 117 / 0.15);
}

.border-cyan-800\/20 {
  border-color: rgb(21 94 117 / 0.2);
}

.border-cyan-800\/25 {
  border-color: rgb(21 94 117 / 0.25);
}

.border-cyan-800\/30 {
  border-color: rgb(21 94 117 / 0.3);
}

.border-cyan-800\/35 {
  border-color: rgb(21 94 117 / 0.35);
}

.border-cyan-800\/40 {
  border-color: rgb(21 94 117 / 0.4);
}

.border-cyan-800\/45 {
  border-color: rgb(21 94 117 / 0.45);
}

.border-cyan-800\/5 {
  border-color: rgb(21 94 117 / 0.05);
}

.border-cyan-800\/50 {
  border-color: rgb(21 94 117 / 0.5);
}

.border-cyan-800\/55 {
  border-color: rgb(21 94 117 / 0.55);
}

.border-cyan-800\/60 {
  border-color: rgb(21 94 117 / 0.6);
}

.border-cyan-800\/65 {
  border-color: rgb(21 94 117 / 0.65);
}

.border-cyan-800\/70 {
  border-color: rgb(21 94 117 / 0.7);
}

.border-cyan-800\/75 {
  border-color: rgb(21 94 117 / 0.75);
}

.border-cyan-800\/80 {
  border-color: rgb(21 94 117 / 0.8);
}

.border-cyan-800\/85 {
  border-color: rgb(21 94 117 / 0.85);
}

.border-cyan-800\/90 {
  border-color: rgb(21 94 117 / 0.9);
}

.border-cyan-800\/95 {
  border-color: rgb(21 94 117 / 0.95);
}

.border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}

.border-cyan-900\/0 {
  border-color: rgb(22 78 99 / 0);
}

.border-cyan-900\/10 {
  border-color: rgb(22 78 99 / 0.1);
}

.border-cyan-900\/100 {
  border-color: rgb(22 78 99 / 1);
}

.border-cyan-900\/15 {
  border-color: rgb(22 78 99 / 0.15);
}

.border-cyan-900\/20 {
  border-color: rgb(22 78 99 / 0.2);
}

.border-cyan-900\/25 {
  border-color: rgb(22 78 99 / 0.25);
}

.border-cyan-900\/30 {
  border-color: rgb(22 78 99 / 0.3);
}

.border-cyan-900\/35 {
  border-color: rgb(22 78 99 / 0.35);
}

.border-cyan-900\/40 {
  border-color: rgb(22 78 99 / 0.4);
}

.border-cyan-900\/45 {
  border-color: rgb(22 78 99 / 0.45);
}

.border-cyan-900\/5 {
  border-color: rgb(22 78 99 / 0.05);
}

.border-cyan-900\/50 {
  border-color: rgb(22 78 99 / 0.5);
}

.border-cyan-900\/55 {
  border-color: rgb(22 78 99 / 0.55);
}

.border-cyan-900\/60 {
  border-color: rgb(22 78 99 / 0.6);
}

.border-cyan-900\/65 {
  border-color: rgb(22 78 99 / 0.65);
}

.border-cyan-900\/70 {
  border-color: rgb(22 78 99 / 0.7);
}

.border-cyan-900\/75 {
  border-color: rgb(22 78 99 / 0.75);
}

.border-cyan-900\/80 {
  border-color: rgb(22 78 99 / 0.8);
}

.border-cyan-900\/85 {
  border-color: rgb(22 78 99 / 0.85);
}

.border-cyan-900\/90 {
  border-color: rgb(22 78 99 / 0.9);
}

.border-cyan-900\/95 {
  border-color: rgb(22 78 99 / 0.95);
}

.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.border-emerald-100\/0 {
  border-color: rgb(209 250 229 / 0);
}

.border-emerald-100\/10 {
  border-color: rgb(209 250 229 / 0.1);
}

.border-emerald-100\/100 {
  border-color: rgb(209 250 229 / 1);
}

.border-emerald-100\/15 {
  border-color: rgb(209 250 229 / 0.15);
}

.border-emerald-100\/20 {
  border-color: rgb(209 250 229 / 0.2);
}

.border-emerald-100\/25 {
  border-color: rgb(209 250 229 / 0.25);
}

.border-emerald-100\/30 {
  border-color: rgb(209 250 229 / 0.3);
}

.border-emerald-100\/35 {
  border-color: rgb(209 250 229 / 0.35);
}

.border-emerald-100\/40 {
  border-color: rgb(209 250 229 / 0.4);
}

.border-emerald-100\/45 {
  border-color: rgb(209 250 229 / 0.45);
}

.border-emerald-100\/5 {
  border-color: rgb(209 250 229 / 0.05);
}

.border-emerald-100\/50 {
  border-color: rgb(209 250 229 / 0.5);
}

.border-emerald-100\/55 {
  border-color: rgb(209 250 229 / 0.55);
}

.border-emerald-100\/60 {
  border-color: rgb(209 250 229 / 0.6);
}

.border-emerald-100\/65 {
  border-color: rgb(209 250 229 / 0.65);
}

.border-emerald-100\/70 {
  border-color: rgb(209 250 229 / 0.7);
}

.border-emerald-100\/75 {
  border-color: rgb(209 250 229 / 0.75);
}

.border-emerald-100\/80 {
  border-color: rgb(209 250 229 / 0.8);
}

.border-emerald-100\/85 {
  border-color: rgb(209 250 229 / 0.85);
}

.border-emerald-100\/90 {
  border-color: rgb(209 250 229 / 0.9);
}

.border-emerald-100\/95 {
  border-color: rgb(209 250 229 / 0.95);
}

.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-emerald-200\/0 {
  border-color: rgb(167 243 208 / 0);
}

.border-emerald-200\/10 {
  border-color: rgb(167 243 208 / 0.1);
}

.border-emerald-200\/100 {
  border-color: rgb(167 243 208 / 1);
}

.border-emerald-200\/15 {
  border-color: rgb(167 243 208 / 0.15);
}

.border-emerald-200\/20 {
  border-color: rgb(167 243 208 / 0.2);
}

.border-emerald-200\/25 {
  border-color: rgb(167 243 208 / 0.25);
}

.border-emerald-200\/30 {
  border-color: rgb(167 243 208 / 0.3);
}

.border-emerald-200\/35 {
  border-color: rgb(167 243 208 / 0.35);
}

.border-emerald-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}

.border-emerald-200\/45 {
  border-color: rgb(167 243 208 / 0.45);
}

.border-emerald-200\/5 {
  border-color: rgb(167 243 208 / 0.05);
}

.border-emerald-200\/50 {
  border-color: rgb(167 243 208 / 0.5);
}

.border-emerald-200\/55 {
  border-color: rgb(167 243 208 / 0.55);
}

.border-emerald-200\/60 {
  border-color: rgb(167 243 208 / 0.6);
}

.border-emerald-200\/65 {
  border-color: rgb(167 243 208 / 0.65);
}

.border-emerald-200\/70 {
  border-color: rgb(167 243 208 / 0.7);
}

.border-emerald-200\/75 {
  border-color: rgb(167 243 208 / 0.75);
}

.border-emerald-200\/80 {
  border-color: rgb(167 243 208 / 0.8);
}

.border-emerald-200\/85 {
  border-color: rgb(167 243 208 / 0.85);
}

.border-emerald-200\/90 {
  border-color: rgb(167 243 208 / 0.9);
}

.border-emerald-200\/95 {
  border-color: rgb(167 243 208 / 0.95);
}

.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.border-emerald-300\/0 {
  border-color: rgb(110 231 183 / 0);
}

.border-emerald-300\/10 {
  border-color: rgb(110 231 183 / 0.1);
}

.border-emerald-300\/100 {
  border-color: rgb(110 231 183 / 1);
}

.border-emerald-300\/15 {
  border-color: rgb(110 231 183 / 0.15);
}

.border-emerald-300\/20 {
  border-color: rgb(110 231 183 / 0.2);
}

.border-emerald-300\/25 {
  border-color: rgb(110 231 183 / 0.25);
}

.border-emerald-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}

.border-emerald-300\/35 {
  border-color: rgb(110 231 183 / 0.35);
}

.border-emerald-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}

.border-emerald-300\/45 {
  border-color: rgb(110 231 183 / 0.45);
}

.border-emerald-300\/5 {
  border-color: rgb(110 231 183 / 0.05);
}

.border-emerald-300\/50 {
  border-color: rgb(110 231 183 / 0.5);
}

.border-emerald-300\/55 {
  border-color: rgb(110 231 183 / 0.55);
}

.border-emerald-300\/60 {
  border-color: rgb(110 231 183 / 0.6);
}

.border-emerald-300\/65 {
  border-color: rgb(110 231 183 / 0.65);
}

.border-emerald-300\/70 {
  border-color: rgb(110 231 183 / 0.7);
}

.border-emerald-300\/75 {
  border-color: rgb(110 231 183 / 0.75);
}

.border-emerald-300\/80 {
  border-color: rgb(110 231 183 / 0.8);
}

.border-emerald-300\/85 {
  border-color: rgb(110 231 183 / 0.85);
}

.border-emerald-300\/90 {
  border-color: rgb(110 231 183 / 0.9);
}

.border-emerald-300\/95 {
  border-color: rgb(110 231 183 / 0.95);
}

.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.border-emerald-400\/0 {
  border-color: rgb(52 211 153 / 0);
}

.border-emerald-400\/10 {
  border-color: rgb(52 211 153 / 0.1);
}

.border-emerald-400\/100 {
  border-color: rgb(52 211 153 / 1);
}

.border-emerald-400\/15 {
  border-color: rgb(52 211 153 / 0.15);
}

.border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}

.border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}

.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}

.border-emerald-400\/35 {
  border-color: rgb(52 211 153 / 0.35);
}

.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}

.border-emerald-400\/45 {
  border-color: rgb(52 211 153 / 0.45);
}

.border-emerald-400\/5 {
  border-color: rgb(52 211 153 / 0.05);
}

.border-emerald-400\/50 {
  border-color: rgb(52 211 153 / 0.5);
}

.border-emerald-400\/55 {
  border-color: rgb(52 211 153 / 0.55);
}

.border-emerald-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}

.border-emerald-400\/65 {
  border-color: rgb(52 211 153 / 0.65);
}

.border-emerald-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}

.border-emerald-400\/75 {
  border-color: rgb(52 211 153 / 0.75);
}

.border-emerald-400\/80 {
  border-color: rgb(52 211 153 / 0.8);
}

.border-emerald-400\/85 {
  border-color: rgb(52 211 153 / 0.85);
}

.border-emerald-400\/90 {
  border-color: rgb(52 211 153 / 0.9);
}

.border-emerald-400\/95 {
  border-color: rgb(52 211 153 / 0.95);
}

.border-emerald-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.border-emerald-50\/0 {
  border-color: rgb(236 253 245 / 0);
}

.border-emerald-50\/10 {
  border-color: rgb(236 253 245 / 0.1);
}

.border-emerald-50\/100 {
  border-color: rgb(236 253 245 / 1);
}

.border-emerald-50\/15 {
  border-color: rgb(236 253 245 / 0.15);
}

.border-emerald-50\/20 {
  border-color: rgb(236 253 245 / 0.2);
}

.border-emerald-50\/25 {
  border-color: rgb(236 253 245 / 0.25);
}

.border-emerald-50\/30 {
  border-color: rgb(236 253 245 / 0.3);
}

.border-emerald-50\/35 {
  border-color: rgb(236 253 245 / 0.35);
}

.border-emerald-50\/40 {
  border-color: rgb(236 253 245 / 0.4);
}

.border-emerald-50\/45 {
  border-color: rgb(236 253 245 / 0.45);
}

.border-emerald-50\/5 {
  border-color: rgb(236 253 245 / 0.05);
}

.border-emerald-50\/50 {
  border-color: rgb(236 253 245 / 0.5);
}

.border-emerald-50\/55 {
  border-color: rgb(236 253 245 / 0.55);
}

.border-emerald-50\/60 {
  border-color: rgb(236 253 245 / 0.6);
}

.border-emerald-50\/65 {
  border-color: rgb(236 253 245 / 0.65);
}

.border-emerald-50\/70 {
  border-color: rgb(236 253 245 / 0.7);
}

.border-emerald-50\/75 {
  border-color: rgb(236 253 245 / 0.75);
}

.border-emerald-50\/80 {
  border-color: rgb(236 253 245 / 0.8);
}

.border-emerald-50\/85 {
  border-color: rgb(236 253 245 / 0.85);
}

.border-emerald-50\/90 {
  border-color: rgb(236 253 245 / 0.9);
}

.border-emerald-50\/95 {
  border-color: rgb(236 253 245 / 0.95);
}

.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-emerald-500\/0 {
  border-color: rgb(16 185 129 / 0);
}

.border-emerald-500\/10 {
  border-color: rgb(16 185 129 / 0.1);
}

.border-emerald-500\/100 {
  border-color: rgb(16 185 129 / 1);
}

.border-emerald-500\/15 {
  border-color: rgb(16 185 129 / 0.15);
}

.border-emerald-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}

.border-emerald-500\/25 {
  border-color: rgb(16 185 129 / 0.25);
}

.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}

.border-emerald-500\/35 {
  border-color: rgb(16 185 129 / 0.35);
}

.border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}

.border-emerald-500\/45 {
  border-color: rgb(16 185 129 / 0.45);
}

.border-emerald-500\/5 {
  border-color: rgb(16 185 129 / 0.05);
}

.border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}

.border-emerald-500\/55 {
  border-color: rgb(16 185 129 / 0.55);
}

.border-emerald-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}

.border-emerald-500\/65 {
  border-color: rgb(16 185 129 / 0.65);
}

.border-emerald-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}

.border-emerald-500\/75 {
  border-color: rgb(16 185 129 / 0.75);
}

.border-emerald-500\/80 {
  border-color: rgb(16 185 129 / 0.8);
}

.border-emerald-500\/85 {
  border-color: rgb(16 185 129 / 0.85);
}

.border-emerald-500\/90 {
  border-color: rgb(16 185 129 / 0.9);
}

.border-emerald-500\/95 {
  border-color: rgb(16 185 129 / 0.95);
}

.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.border-emerald-600\/0 {
  border-color: rgb(5 150 105 / 0);
}

.border-emerald-600\/10 {
  border-color: rgb(5 150 105 / 0.1);
}

.border-emerald-600\/100 {
  border-color: rgb(5 150 105 / 1);
}

.border-emerald-600\/15 {
  border-color: rgb(5 150 105 / 0.15);
}

.border-emerald-600\/20 {
  border-color: rgb(5 150 105 / 0.2);
}

.border-emerald-600\/25 {
  border-color: rgb(5 150 105 / 0.25);
}

.border-emerald-600\/30 {
  border-color: rgb(5 150 105 / 0.3);
}

.border-emerald-600\/35 {
  border-color: rgb(5 150 105 / 0.35);
}

.border-emerald-600\/40 {
  border-color: rgb(5 150 105 / 0.4);
}

.border-emerald-600\/45 {
  border-color: rgb(5 150 105 / 0.45);
}

.border-emerald-600\/5 {
  border-color: rgb(5 150 105 / 0.05);
}

.border-emerald-600\/50 {
  border-color: rgb(5 150 105 / 0.5);
}

.border-emerald-600\/55 {
  border-color: rgb(5 150 105 / 0.55);
}

.border-emerald-600\/60 {
  border-color: rgb(5 150 105 / 0.6);
}

.border-emerald-600\/65 {
  border-color: rgb(5 150 105 / 0.65);
}

.border-emerald-600\/70 {
  border-color: rgb(5 150 105 / 0.7);
}

.border-emerald-600\/75 {
  border-color: rgb(5 150 105 / 0.75);
}

.border-emerald-600\/80 {
  border-color: rgb(5 150 105 / 0.8);
}

.border-emerald-600\/85 {
  border-color: rgb(5 150 105 / 0.85);
}

.border-emerald-600\/90 {
  border-color: rgb(5 150 105 / 0.9);
}

.border-emerald-600\/95 {
  border-color: rgb(5 150 105 / 0.95);
}

.border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.border-emerald-700\/0 {
  border-color: rgb(4 120 87 / 0);
}

.border-emerald-700\/10 {
  border-color: rgb(4 120 87 / 0.1);
}

.border-emerald-700\/100 {
  border-color: rgb(4 120 87 / 1);
}

.border-emerald-700\/15 {
  border-color: rgb(4 120 87 / 0.15);
}

.border-emerald-700\/20 {
  border-color: rgb(4 120 87 / 0.2);
}

.border-emerald-700\/25 {
  border-color: rgb(4 120 87 / 0.25);
}

.border-emerald-700\/30 {
  border-color: rgb(4 120 87 / 0.3);
}

.border-emerald-700\/35 {
  border-color: rgb(4 120 87 / 0.35);
}

.border-emerald-700\/40 {
  border-color: rgb(4 120 87 / 0.4);
}

.border-emerald-700\/45 {
  border-color: rgb(4 120 87 / 0.45);
}

.border-emerald-700\/5 {
  border-color: rgb(4 120 87 / 0.05);
}

.border-emerald-700\/50 {
  border-color: rgb(4 120 87 / 0.5);
}

.border-emerald-700\/55 {
  border-color: rgb(4 120 87 / 0.55);
}

.border-emerald-700\/60 {
  border-color: rgb(4 120 87 / 0.6);
}

.border-emerald-700\/65 {
  border-color: rgb(4 120 87 / 0.65);
}

.border-emerald-700\/70 {
  border-color: rgb(4 120 87 / 0.7);
}

.border-emerald-700\/75 {
  border-color: rgb(4 120 87 / 0.75);
}

.border-emerald-700\/80 {
  border-color: rgb(4 120 87 / 0.8);
}

.border-emerald-700\/85 {
  border-color: rgb(4 120 87 / 0.85);
}

.border-emerald-700\/90 {
  border-color: rgb(4 120 87 / 0.9);
}

.border-emerald-700\/95 {
  border-color: rgb(4 120 87 / 0.95);
}

.border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.border-emerald-800\/0 {
  border-color: rgb(6 95 70 / 0);
}

.border-emerald-800\/10 {
  border-color: rgb(6 95 70 / 0.1);
}

.border-emerald-800\/100 {
  border-color: rgb(6 95 70 / 1);
}

.border-emerald-800\/15 {
  border-color: rgb(6 95 70 / 0.15);
}

.border-emerald-800\/20 {
  border-color: rgb(6 95 70 / 0.2);
}

.border-emerald-800\/25 {
  border-color: rgb(6 95 70 / 0.25);
}

.border-emerald-800\/30 {
  border-color: rgb(6 95 70 / 0.3);
}

.border-emerald-800\/35 {
  border-color: rgb(6 95 70 / 0.35);
}

.border-emerald-800\/40 {
  border-color: rgb(6 95 70 / 0.4);
}

.border-emerald-800\/45 {
  border-color: rgb(6 95 70 / 0.45);
}

.border-emerald-800\/5 {
  border-color: rgb(6 95 70 / 0.05);
}

.border-emerald-800\/50 {
  border-color: rgb(6 95 70 / 0.5);
}

.border-emerald-800\/55 {
  border-color: rgb(6 95 70 / 0.55);
}

.border-emerald-800\/60 {
  border-color: rgb(6 95 70 / 0.6);
}

.border-emerald-800\/65 {
  border-color: rgb(6 95 70 / 0.65);
}

.border-emerald-800\/70 {
  border-color: rgb(6 95 70 / 0.7);
}

.border-emerald-800\/75 {
  border-color: rgb(6 95 70 / 0.75);
}

.border-emerald-800\/80 {
  border-color: rgb(6 95 70 / 0.8);
}

.border-emerald-800\/85 {
  border-color: rgb(6 95 70 / 0.85);
}

.border-emerald-800\/90 {
  border-color: rgb(6 95 70 / 0.9);
}

.border-emerald-800\/95 {
  border-color: rgb(6 95 70 / 0.95);
}

.border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.border-emerald-900\/0 {
  border-color: rgb(6 78 59 / 0);
}

.border-emerald-900\/10 {
  border-color: rgb(6 78 59 / 0.1);
}

.border-emerald-900\/100 {
  border-color: rgb(6 78 59 / 1);
}

.border-emerald-900\/15 {
  border-color: rgb(6 78 59 / 0.15);
}

.border-emerald-900\/20 {
  border-color: rgb(6 78 59 / 0.2);
}

.border-emerald-900\/25 {
  border-color: rgb(6 78 59 / 0.25);
}

.border-emerald-900\/30 {
  border-color: rgb(6 78 59 / 0.3);
}

.border-emerald-900\/35 {
  border-color: rgb(6 78 59 / 0.35);
}

.border-emerald-900\/40 {
  border-color: rgb(6 78 59 / 0.4);
}

.border-emerald-900\/45 {
  border-color: rgb(6 78 59 / 0.45);
}

.border-emerald-900\/5 {
  border-color: rgb(6 78 59 / 0.05);
}

.border-emerald-900\/50 {
  border-color: rgb(6 78 59 / 0.5);
}

.border-emerald-900\/55 {
  border-color: rgb(6 78 59 / 0.55);
}

.border-emerald-900\/60 {
  border-color: rgb(6 78 59 / 0.6);
}

.border-emerald-900\/65 {
  border-color: rgb(6 78 59 / 0.65);
}

.border-emerald-900\/70 {
  border-color: rgb(6 78 59 / 0.7);
}

.border-emerald-900\/75 {
  border-color: rgb(6 78 59 / 0.75);
}

.border-emerald-900\/80 {
  border-color: rgb(6 78 59 / 0.8);
}

.border-emerald-900\/85 {
  border-color: rgb(6 78 59 / 0.85);
}

.border-emerald-900\/90 {
  border-color: rgb(6 78 59 / 0.9);
}

.border-emerald-900\/95 {
  border-color: rgb(6 78 59 / 0.95);
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-100\/0 {
  border-color: rgb(243 244 246 / 0);
}

.border-gray-100\/10 {
  border-color: rgb(243 244 246 / 0.1);
}

.border-gray-100\/100 {
  border-color: rgb(243 244 246 / 1);
}

.border-gray-100\/15 {
  border-color: rgb(243 244 246 / 0.15);
}

.border-gray-100\/20 {
  border-color: rgb(243 244 246 / 0.2);
}

.border-gray-100\/25 {
  border-color: rgb(243 244 246 / 0.25);
}

.border-gray-100\/30 {
  border-color: rgb(243 244 246 / 0.3);
}

.border-gray-100\/35 {
  border-color: rgb(243 244 246 / 0.35);
}

.border-gray-100\/40 {
  border-color: rgb(243 244 246 / 0.4);
}

.border-gray-100\/45 {
  border-color: rgb(243 244 246 / 0.45);
}

.border-gray-100\/5 {
  border-color: rgb(243 244 246 / 0.05);
}

.border-gray-100\/50 {
  border-color: rgb(243 244 246 / 0.5);
}

.border-gray-100\/55 {
  border-color: rgb(243 244 246 / 0.55);
}

.border-gray-100\/60 {
  border-color: rgb(243 244 246 / 0.6);
}

.border-gray-100\/65 {
  border-color: rgb(243 244 246 / 0.65);
}

.border-gray-100\/70 {
  border-color: rgb(243 244 246 / 0.7);
}

.border-gray-100\/75 {
  border-color: rgb(243 244 246 / 0.75);
}

.border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8);
}

.border-gray-100\/85 {
  border-color: rgb(243 244 246 / 0.85);
}

.border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9);
}

.border-gray-100\/95 {
  border-color: rgb(243 244 246 / 0.95);
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-200\/0 {
  border-color: rgb(229 231 235 / 0);
}

.border-gray-200\/10 {
  border-color: rgb(229 231 235 / 0.1);
}

.border-gray-200\/100 {
  border-color: rgb(229 231 235 / 1);
}

.border-gray-200\/15 {
  border-color: rgb(229 231 235 / 0.15);
}

.border-gray-200\/20 {
  border-color: rgb(229 231 235 / 0.2);
}

.border-gray-200\/25 {
  border-color: rgb(229 231 235 / 0.25);
}

.border-gray-200\/30 {
  border-color: rgb(229 231 235 / 0.3);
}

.border-gray-200\/35 {
  border-color: rgb(229 231 235 / 0.35);
}

.border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4);
}

.border-gray-200\/45 {
  border-color: rgb(229 231 235 / 0.45);
}

.border-gray-200\/5 {
  border-color: rgb(229 231 235 / 0.05);
}

.border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}

.border-gray-200\/55 {
  border-color: rgb(229 231 235 / 0.55);
}

.border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6);
}

.border-gray-200\/65 {
  border-color: rgb(229 231 235 / 0.65);
}

.border-gray-200\/70 {
  border-color: rgb(229 231 235 / 0.7);
}

.border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75);
}

.border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8);
}

.border-gray-200\/85 {
  border-color: rgb(229 231 235 / 0.85);
}

.border-gray-200\/90 {
  border-color: rgb(229 231 235 / 0.9);
}

.border-gray-200\/95 {
  border-color: rgb(229 231 235 / 0.95);
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-300\/0 {
  border-color: rgb(209 213 219 / 0);
}

.border-gray-300\/10 {
  border-color: rgb(209 213 219 / 0.1);
}

.border-gray-300\/100 {
  border-color: rgb(209 213 219 / 1);
}

.border-gray-300\/15 {
  border-color: rgb(209 213 219 / 0.15);
}

.border-gray-300\/20 {
  border-color: rgb(209 213 219 / 0.2);
}

.border-gray-300\/25 {
  border-color: rgb(209 213 219 / 0.25);
}

.border-gray-300\/30 {
  border-color: rgb(209 213 219 / 0.3);
}

.border-gray-300\/35 {
  border-color: rgb(209 213 219 / 0.35);
}

.border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4);
}

.border-gray-300\/45 {
  border-color: rgb(209 213 219 / 0.45);
}

.border-gray-300\/5 {
  border-color: rgb(209 213 219 / 0.05);
}

.border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5);
}

.border-gray-300\/55 {
  border-color: rgb(209 213 219 / 0.55);
}

.border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6);
}

.border-gray-300\/65 {
  border-color: rgb(209 213 219 / 0.65);
}

.border-gray-300\/70 {
  border-color: rgb(209 213 219 / 0.7);
}

.border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75);
}

.border-gray-300\/80 {
  border-color: rgb(209 213 219 / 0.8);
}

.border-gray-300\/85 {
  border-color: rgb(209 213 219 / 0.85);
}

.border-gray-300\/90 {
  border-color: rgb(209 213 219 / 0.9);
}

.border-gray-300\/95 {
  border-color: rgb(209 213 219 / 0.95);
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-400\/0 {
  border-color: rgb(156 163 175 / 0);
}

.border-gray-400\/10 {
  border-color: rgb(156 163 175 / 0.1);
}

.border-gray-400\/100 {
  border-color: rgb(156 163 175 / 1);
}

.border-gray-400\/15 {
  border-color: rgb(156 163 175 / 0.15);
}

.border-gray-400\/20 {
  border-color: rgb(156 163 175 / 0.2);
}

.border-gray-400\/25 {
  border-color: rgb(156 163 175 / 0.25);
}

.border-gray-400\/30 {
  border-color: rgb(156 163 175 / 0.3);
}

.border-gray-400\/35 {
  border-color: rgb(156 163 175 / 0.35);
}

.border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4);
}

.border-gray-400\/45 {
  border-color: rgb(156 163 175 / 0.45);
}

.border-gray-400\/5 {
  border-color: rgb(156 163 175 / 0.05);
}

.border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5);
}

.border-gray-400\/55 {
  border-color: rgb(156 163 175 / 0.55);
}

.border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6);
}

.border-gray-400\/65 {
  border-color: rgb(156 163 175 / 0.65);
}

.border-gray-400\/70 {
  border-color: rgb(156 163 175 / 0.7);
}

.border-gray-400\/75 {
  border-color: rgb(156 163 175 / 0.75);
}

.border-gray-400\/80 {
  border-color: rgb(156 163 175 / 0.8);
}

.border-gray-400\/85 {
  border-color: rgb(156 163 175 / 0.85);
}

.border-gray-400\/90 {
  border-color: rgb(156 163 175 / 0.9);
}

.border-gray-400\/95 {
  border-color: rgb(156 163 175 / 0.95);
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.border-gray-50\/0 {
  border-color: rgb(249 250 251 / 0);
}

.border-gray-50\/10 {
  border-color: rgb(249 250 251 / 0.1);
}

.border-gray-50\/100 {
  border-color: rgb(249 250 251 / 1);
}

.border-gray-50\/15 {
  border-color: rgb(249 250 251 / 0.15);
}

.border-gray-50\/20 {
  border-color: rgb(249 250 251 / 0.2);
}

.border-gray-50\/25 {
  border-color: rgb(249 250 251 / 0.25);
}

.border-gray-50\/30 {
  border-color: rgb(249 250 251 / 0.3);
}

.border-gray-50\/35 {
  border-color: rgb(249 250 251 / 0.35);
}

.border-gray-50\/40 {
  border-color: rgb(249 250 251 / 0.4);
}

.border-gray-50\/45 {
  border-color: rgb(249 250 251 / 0.45);
}

.border-gray-50\/5 {
  border-color: rgb(249 250 251 / 0.05);
}

.border-gray-50\/50 {
  border-color: rgb(249 250 251 / 0.5);
}

.border-gray-50\/55 {
  border-color: rgb(249 250 251 / 0.55);
}

.border-gray-50\/60 {
  border-color: rgb(249 250 251 / 0.6);
}

.border-gray-50\/65 {
  border-color: rgb(249 250 251 / 0.65);
}

.border-gray-50\/70 {
  border-color: rgb(249 250 251 / 0.7);
}

.border-gray-50\/75 {
  border-color: rgb(249 250 251 / 0.75);
}

.border-gray-50\/80 {
  border-color: rgb(249 250 251 / 0.8);
}

.border-gray-50\/85 {
  border-color: rgb(249 250 251 / 0.85);
}

.border-gray-50\/90 {
  border-color: rgb(249 250 251 / 0.9);
}

.border-gray-50\/95 {
  border-color: rgb(249 250 251 / 0.95);
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-gray-500\/0 {
  border-color: rgb(107 114 128 / 0);
}

.border-gray-500\/10 {
  border-color: rgb(107 114 128 / 0.1);
}

.border-gray-500\/100 {
  border-color: rgb(107 114 128 / 1);
}

.border-gray-500\/15 {
  border-color: rgb(107 114 128 / 0.15);
}

.border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2);
}

.border-gray-500\/25 {
  border-color: rgb(107 114 128 / 0.25);
}

.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}

.border-gray-500\/35 {
  border-color: rgb(107 114 128 / 0.35);
}

.border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4);
}

.border-gray-500\/45 {
  border-color: rgb(107 114 128 / 0.45);
}

.border-gray-500\/5 {
  border-color: rgb(107 114 128 / 0.05);
}

.border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5);
}

.border-gray-500\/55 {
  border-color: rgb(107 114 128 / 0.55);
}

.border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6);
}

.border-gray-500\/65 {
  border-color: rgb(107 114 128 / 0.65);
}

.border-gray-500\/70 {
  border-color: rgb(107 114 128 / 0.7);
}

.border-gray-500\/75 {
  border-color: rgb(107 114 128 / 0.75);
}

.border-gray-500\/80 {
  border-color: rgb(107 114 128 / 0.8);
}

.border-gray-500\/85 {
  border-color: rgb(107 114 128 / 0.85);
}

.border-gray-500\/90 {
  border-color: rgb(107 114 128 / 0.9);
}

.border-gray-500\/95 {
  border-color: rgb(107 114 128 / 0.95);
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-gray-600\/0 {
  border-color: rgb(75 85 99 / 0);
}

.border-gray-600\/10 {
  border-color: rgb(75 85 99 / 0.1);
}

.border-gray-600\/100 {
  border-color: rgb(75 85 99 / 1);
}

.border-gray-600\/15 {
  border-color: rgb(75 85 99 / 0.15);
}

.border-gray-600\/20 {
  border-color: rgb(75 85 99 / 0.2);
}

.border-gray-600\/25 {
  border-color: rgb(75 85 99 / 0.25);
}

.border-gray-600\/30 {
  border-color: rgb(75 85 99 / 0.3);
}

.border-gray-600\/35 {
  border-color: rgb(75 85 99 / 0.35);
}

.border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4);
}

.border-gray-600\/45 {
  border-color: rgb(75 85 99 / 0.45);
}

.border-gray-600\/5 {
  border-color: rgb(75 85 99 / 0.05);
}

.border-gray-600\/50 {
  border-color: rgb(75 85 99 / 0.5);
}

.border-gray-600\/55 {
  border-color: rgb(75 85 99 / 0.55);
}

.border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6);
}

.border-gray-600\/65 {
  border-color: rgb(75 85 99 / 0.65);
}

.border-gray-600\/70 {
  border-color: rgb(75 85 99 / 0.7);
}

.border-gray-600\/75 {
  border-color: rgb(75 85 99 / 0.75);
}

.border-gray-600\/80 {
  border-color: rgb(75 85 99 / 0.8);
}

.border-gray-600\/85 {
  border-color: rgb(75 85 99 / 0.85);
}

.border-gray-600\/90 {
  border-color: rgb(75 85 99 / 0.9);
}

.border-gray-600\/95 {
  border-color: rgb(75 85 99 / 0.95);
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-gray-700\/0 {
  border-color: rgb(55 65 81 / 0);
}

.border-gray-700\/10 {
  border-color: rgb(55 65 81 / 0.1);
}

.border-gray-700\/100 {
  border-color: rgb(55 65 81 / 1);
}

.border-gray-700\/15 {
  border-color: rgb(55 65 81 / 0.15);
}

.border-gray-700\/20 {
  border-color: rgb(55 65 81 / 0.2);
}

.border-gray-700\/25 {
  border-color: rgb(55 65 81 / 0.25);
}

.border-gray-700\/30 {
  border-color: rgb(55 65 81 / 0.3);
}

.border-gray-700\/35 {
  border-color: rgb(55 65 81 / 0.35);
}

.border-gray-700\/40 {
  border-color: rgb(55 65 81 / 0.4);
}

.border-gray-700\/45 {
  border-color: rgb(55 65 81 / 0.45);
}

.border-gray-700\/5 {
  border-color: rgb(55 65 81 / 0.05);
}

.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}

.border-gray-700\/55 {
  border-color: rgb(55 65 81 / 0.55);
}

.border-gray-700\/60 {
  border-color: rgb(55 65 81 / 0.6);
}

.border-gray-700\/65 {
  border-color: rgb(55 65 81 / 0.65);
}

.border-gray-700\/70 {
  border-color: rgb(55 65 81 / 0.7);
}

.border-gray-700\/75 {
  border-color: rgb(55 65 81 / 0.75);
}

.border-gray-700\/80 {
  border-color: rgb(55 65 81 / 0.8);
}

.border-gray-700\/85 {
  border-color: rgb(55 65 81 / 0.85);
}

.border-gray-700\/90 {
  border-color: rgb(55 65 81 / 0.9);
}

.border-gray-700\/95 {
  border-color: rgb(55 65 81 / 0.95);
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-gray-800\/0 {
  border-color: rgb(31 41 55 / 0);
}

.border-gray-800\/10 {
  border-color: rgb(31 41 55 / 0.1);
}

.border-gray-800\/100 {
  border-color: rgb(31 41 55 / 1);
}

.border-gray-800\/15 {
  border-color: rgb(31 41 55 / 0.15);
}

.border-gray-800\/20 {
  border-color: rgb(31 41 55 / 0.2);
}

.border-gray-800\/25 {
  border-color: rgb(31 41 55 / 0.25);
}

.border-gray-800\/30 {
  border-color: rgb(31 41 55 / 0.3);
}

.border-gray-800\/35 {
  border-color: rgb(31 41 55 / 0.35);
}

.border-gray-800\/40 {
  border-color: rgb(31 41 55 / 0.4);
}

.border-gray-800\/45 {
  border-color: rgb(31 41 55 / 0.45);
}

.border-gray-800\/5 {
  border-color: rgb(31 41 55 / 0.05);
}

.border-gray-800\/50 {
  border-color: rgb(31 41 55 / 0.5);
}

.border-gray-800\/55 {
  border-color: rgb(31 41 55 / 0.55);
}

.border-gray-800\/60 {
  border-color: rgb(31 41 55 / 0.6);
}

.border-gray-800\/65 {
  border-color: rgb(31 41 55 / 0.65);
}

.border-gray-800\/70 {
  border-color: rgb(31 41 55 / 0.7);
}

.border-gray-800\/75 {
  border-color: rgb(31 41 55 / 0.75);
}

.border-gray-800\/80 {
  border-color: rgb(31 41 55 / 0.8);
}

.border-gray-800\/85 {
  border-color: rgb(31 41 55 / 0.85);
}

.border-gray-800\/90 {
  border-color: rgb(31 41 55 / 0.9);
}

.border-gray-800\/95 {
  border-color: rgb(31 41 55 / 0.95);
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.border-gray-900\/0 {
  border-color: rgb(17 24 39 / 0);
}

.border-gray-900\/10 {
  border-color: rgb(17 24 39 / 0.1);
}

.border-gray-900\/100 {
  border-color: rgb(17 24 39 / 1);
}

.border-gray-900\/15 {
  border-color: rgb(17 24 39 / 0.15);
}

.border-gray-900\/20 {
  border-color: rgb(17 24 39 / 0.2);
}

.border-gray-900\/25 {
  border-color: rgb(17 24 39 / 0.25);
}

.border-gray-900\/30 {
  border-color: rgb(17 24 39 / 0.3);
}

.border-gray-900\/35 {
  border-color: rgb(17 24 39 / 0.35);
}

.border-gray-900\/40 {
  border-color: rgb(17 24 39 / 0.4);
}

.border-gray-900\/45 {
  border-color: rgb(17 24 39 / 0.45);
}

.border-gray-900\/5 {
  border-color: rgb(17 24 39 / 0.05);
}

.border-gray-900\/50 {
  border-color: rgb(17 24 39 / 0.5);
}

.border-gray-900\/55 {
  border-color: rgb(17 24 39 / 0.55);
}

.border-gray-900\/60 {
  border-color: rgb(17 24 39 / 0.6);
}

.border-gray-900\/65 {
  border-color: rgb(17 24 39 / 0.65);
}

.border-gray-900\/70 {
  border-color: rgb(17 24 39 / 0.7);
}

.border-gray-900\/75 {
  border-color: rgb(17 24 39 / 0.75);
}

.border-gray-900\/80 {
  border-color: rgb(17 24 39 / 0.8);
}

.border-gray-900\/85 {
  border-color: rgb(17 24 39 / 0.85);
}

.border-gray-900\/90 {
  border-color: rgb(17 24 39 / 0.9);
}

.border-gray-900\/95 {
  border-color: rgb(17 24 39 / 0.95);
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.border-green-100\/0 {
  border-color: rgb(220 252 231 / 0);
}

.border-green-100\/10 {
  border-color: rgb(220 252 231 / 0.1);
}

.border-green-100\/100 {
  border-color: rgb(220 252 231 / 1);
}

.border-green-100\/15 {
  border-color: rgb(220 252 231 / 0.15);
}

.border-green-100\/20 {
  border-color: rgb(220 252 231 / 0.2);
}

.border-green-100\/25 {
  border-color: rgb(220 252 231 / 0.25);
}

.border-green-100\/30 {
  border-color: rgb(220 252 231 / 0.3);
}

.border-green-100\/35 {
  border-color: rgb(220 252 231 / 0.35);
}

.border-green-100\/40 {
  border-color: rgb(220 252 231 / 0.4);
}

.border-green-100\/45 {
  border-color: rgb(220 252 231 / 0.45);
}

.border-green-100\/5 {
  border-color: rgb(220 252 231 / 0.05);
}

.border-green-100\/50 {
  border-color: rgb(220 252 231 / 0.5);
}

.border-green-100\/55 {
  border-color: rgb(220 252 231 / 0.55);
}

.border-green-100\/60 {
  border-color: rgb(220 252 231 / 0.6);
}

.border-green-100\/65 {
  border-color: rgb(220 252 231 / 0.65);
}

.border-green-100\/70 {
  border-color: rgb(220 252 231 / 0.7);
}

.border-green-100\/75 {
  border-color: rgb(220 252 231 / 0.75);
}

.border-green-100\/80 {
  border-color: rgb(220 252 231 / 0.8);
}

.border-green-100\/85 {
  border-color: rgb(220 252 231 / 0.85);
}

.border-green-100\/90 {
  border-color: rgb(220 252 231 / 0.9);
}

.border-green-100\/95 {
  border-color: rgb(220 252 231 / 0.95);
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-green-200\/0 {
  border-color: rgb(187 247 208 / 0);
}

.border-green-200\/10 {
  border-color: rgb(187 247 208 / 0.1);
}

.border-green-200\/100 {
  border-color: rgb(187 247 208 / 1);
}

.border-green-200\/15 {
  border-color: rgb(187 247 208 / 0.15);
}

.border-green-200\/20 {
  border-color: rgb(187 247 208 / 0.2);
}

.border-green-200\/25 {
  border-color: rgb(187 247 208 / 0.25);
}

.border-green-200\/30 {
  border-color: rgb(187 247 208 / 0.3);
}

.border-green-200\/35 {
  border-color: rgb(187 247 208 / 0.35);
}

.border-green-200\/40 {
  border-color: rgb(187 247 208 / 0.4);
}

.border-green-200\/45 {
  border-color: rgb(187 247 208 / 0.45);
}

.border-green-200\/5 {
  border-color: rgb(187 247 208 / 0.05);
}

.border-green-200\/50 {
  border-color: rgb(187 247 208 / 0.5);
}

.border-green-200\/55 {
  border-color: rgb(187 247 208 / 0.55);
}

.border-green-200\/60 {
  border-color: rgb(187 247 208 / 0.6);
}

.border-green-200\/65 {
  border-color: rgb(187 247 208 / 0.65);
}

.border-green-200\/70 {
  border-color: rgb(187 247 208 / 0.7);
}

.border-green-200\/75 {
  border-color: rgb(187 247 208 / 0.75);
}

.border-green-200\/80 {
  border-color: rgb(187 247 208 / 0.8);
}

.border-green-200\/85 {
  border-color: rgb(187 247 208 / 0.85);
}

.border-green-200\/90 {
  border-color: rgb(187 247 208 / 0.9);
}

.border-green-200\/95 {
  border-color: rgb(187 247 208 / 0.95);
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.border-green-300\/0 {
  border-color: rgb(134 239 172 / 0);
}

.border-green-300\/10 {
  border-color: rgb(134 239 172 / 0.1);
}

.border-green-300\/100 {
  border-color: rgb(134 239 172 / 1);
}

.border-green-300\/15 {
  border-color: rgb(134 239 172 / 0.15);
}

.border-green-300\/20 {
  border-color: rgb(134 239 172 / 0.2);
}

.border-green-300\/25 {
  border-color: rgb(134 239 172 / 0.25);
}

.border-green-300\/30 {
  border-color: rgb(134 239 172 / 0.3);
}

.border-green-300\/35 {
  border-color: rgb(134 239 172 / 0.35);
}

.border-green-300\/40 {
  border-color: rgb(134 239 172 / 0.4);
}

.border-green-300\/45 {
  border-color: rgb(134 239 172 / 0.45);
}

.border-green-300\/5 {
  border-color: rgb(134 239 172 / 0.05);
}

.border-green-300\/50 {
  border-color: rgb(134 239 172 / 0.5);
}

.border-green-300\/55 {
  border-color: rgb(134 239 172 / 0.55);
}

.border-green-300\/60 {
  border-color: rgb(134 239 172 / 0.6);
}

.border-green-300\/65 {
  border-color: rgb(134 239 172 / 0.65);
}

.border-green-300\/70 {
  border-color: rgb(134 239 172 / 0.7);
}

.border-green-300\/75 {
  border-color: rgb(134 239 172 / 0.75);
}

.border-green-300\/80 {
  border-color: rgb(134 239 172 / 0.8);
}

.border-green-300\/85 {
  border-color: rgb(134 239 172 / 0.85);
}

.border-green-300\/90 {
  border-color: rgb(134 239 172 / 0.9);
}

.border-green-300\/95 {
  border-color: rgb(134 239 172 / 0.95);
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-green-400\/0 {
  border-color: rgb(74 222 128 / 0);
}

.border-green-400\/10 {
  border-color: rgb(74 222 128 / 0.1);
}

.border-green-400\/100 {
  border-color: rgb(74 222 128 / 1);
}

.border-green-400\/15 {
  border-color: rgb(74 222 128 / 0.15);
}

.border-green-400\/20 {
  border-color: rgb(74 222 128 / 0.2);
}

.border-green-400\/25 {
  border-color: rgb(74 222 128 / 0.25);
}

.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}

.border-green-400\/35 {
  border-color: rgb(74 222 128 / 0.35);
}

.border-green-400\/40 {
  border-color: rgb(74 222 128 / 0.4);
}

.border-green-400\/45 {
  border-color: rgb(74 222 128 / 0.45);
}

.border-green-400\/5 {
  border-color: rgb(74 222 128 / 0.05);
}

.border-green-400\/50 {
  border-color: rgb(74 222 128 / 0.5);
}

.border-green-400\/55 {
  border-color: rgb(74 222 128 / 0.55);
}

.border-green-400\/60 {
  border-color: rgb(74 222 128 / 0.6);
}

.border-green-400\/65 {
  border-color: rgb(74 222 128 / 0.65);
}

.border-green-400\/70 {
  border-color: rgb(74 222 128 / 0.7);
}

.border-green-400\/75 {
  border-color: rgb(74 222 128 / 0.75);
}

.border-green-400\/80 {
  border-color: rgb(74 222 128 / 0.8);
}

.border-green-400\/85 {
  border-color: rgb(74 222 128 / 0.85);
}

.border-green-400\/90 {
  border-color: rgb(74 222 128 / 0.9);
}

.border-green-400\/95 {
  border-color: rgb(74 222 128 / 0.95);
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.border-green-50\/0 {
  border-color: rgb(240 253 244 / 0);
}

.border-green-50\/10 {
  border-color: rgb(240 253 244 / 0.1);
}

.border-green-50\/100 {
  border-color: rgb(240 253 244 / 1);
}

.border-green-50\/15 {
  border-color: rgb(240 253 244 / 0.15);
}

.border-green-50\/20 {
  border-color: rgb(240 253 244 / 0.2);
}

.border-green-50\/25 {
  border-color: rgb(240 253 244 / 0.25);
}

.border-green-50\/30 {
  border-color: rgb(240 253 244 / 0.3);
}

.border-green-50\/35 {
  border-color: rgb(240 253 244 / 0.35);
}

.border-green-50\/40 {
  border-color: rgb(240 253 244 / 0.4);
}

.border-green-50\/45 {
  border-color: rgb(240 253 244 / 0.45);
}

.border-green-50\/5 {
  border-color: rgb(240 253 244 / 0.05);
}

.border-green-50\/50 {
  border-color: rgb(240 253 244 / 0.5);
}

.border-green-50\/55 {
  border-color: rgb(240 253 244 / 0.55);
}

.border-green-50\/60 {
  border-color: rgb(240 253 244 / 0.6);
}

.border-green-50\/65 {
  border-color: rgb(240 253 244 / 0.65);
}

.border-green-50\/70 {
  border-color: rgb(240 253 244 / 0.7);
}

.border-green-50\/75 {
  border-color: rgb(240 253 244 / 0.75);
}

.border-green-50\/80 {
  border-color: rgb(240 253 244 / 0.8);
}

.border-green-50\/85 {
  border-color: rgb(240 253 244 / 0.85);
}

.border-green-50\/90 {
  border-color: rgb(240 253 244 / 0.9);
}

.border-green-50\/95 {
  border-color: rgb(240 253 244 / 0.95);
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-green-500\/0 {
  border-color: rgb(34 197 94 / 0);
}

.border-green-500\/10 {
  border-color: rgb(34 197 94 / 0.1);
}

.border-green-500\/100 {
  border-color: rgb(34 197 94 / 1);
}

.border-green-500\/15 {
  border-color: rgb(34 197 94 / 0.15);
}

.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}

.border-green-500\/25 {
  border-color: rgb(34 197 94 / 0.25);
}

.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}

.border-green-500\/35 {
  border-color: rgb(34 197 94 / 0.35);
}

.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}

.border-green-500\/45 {
  border-color: rgb(34 197 94 / 0.45);
}

.border-green-500\/5 {
  border-color: rgb(34 197 94 / 0.05);
}

.border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5);
}

.border-green-500\/55 {
  border-color: rgb(34 197 94 / 0.55);
}

.border-green-500\/60 {
  border-color: rgb(34 197 94 / 0.6);
}

.border-green-500\/65 {
  border-color: rgb(34 197 94 / 0.65);
}

.border-green-500\/70 {
  border-color: rgb(34 197 94 / 0.7);
}

.border-green-500\/75 {
  border-color: rgb(34 197 94 / 0.75);
}

.border-green-500\/80 {
  border-color: rgb(34 197 94 / 0.8);
}

.border-green-500\/85 {
  border-color: rgb(34 197 94 / 0.85);
}

.border-green-500\/90 {
  border-color: rgb(34 197 94 / 0.9);
}

.border-green-500\/95 {
  border-color: rgb(34 197 94 / 0.95);
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-green-600\/0 {
  border-color: rgb(22 163 74 / 0);
}

.border-green-600\/10 {
  border-color: rgb(22 163 74 / 0.1);
}

.border-green-600\/100 {
  border-color: rgb(22 163 74 / 1);
}

.border-green-600\/15 {
  border-color: rgb(22 163 74 / 0.15);
}

.border-green-600\/20 {
  border-color: rgb(22 163 74 / 0.2);
}

.border-green-600\/25 {
  border-color: rgb(22 163 74 / 0.25);
}

.border-green-600\/30 {
  border-color: rgb(22 163 74 / 0.3);
}

.border-green-600\/35 {
  border-color: rgb(22 163 74 / 0.35);
}

.border-green-600\/40 {
  border-color: rgb(22 163 74 / 0.4);
}

.border-green-600\/45 {
  border-color: rgb(22 163 74 / 0.45);
}

.border-green-600\/5 {
  border-color: rgb(22 163 74 / 0.05);
}

.border-green-600\/50 {
  border-color: rgb(22 163 74 / 0.5);
}

.border-green-600\/55 {
  border-color: rgb(22 163 74 / 0.55);
}

.border-green-600\/60 {
  border-color: rgb(22 163 74 / 0.6);
}

.border-green-600\/65 {
  border-color: rgb(22 163 74 / 0.65);
}

.border-green-600\/70 {
  border-color: rgb(22 163 74 / 0.7);
}

.border-green-600\/75 {
  border-color: rgb(22 163 74 / 0.75);
}

.border-green-600\/80 {
  border-color: rgb(22 163 74 / 0.8);
}

.border-green-600\/85 {
  border-color: rgb(22 163 74 / 0.85);
}

.border-green-600\/90 {
  border-color: rgb(22 163 74 / 0.9);
}

.border-green-600\/95 {
  border-color: rgb(22 163 74 / 0.95);
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.border-green-700\/0 {
  border-color: rgb(21 128 61 / 0);
}

.border-green-700\/10 {
  border-color: rgb(21 128 61 / 0.1);
}

.border-green-700\/100 {
  border-color: rgb(21 128 61 / 1);
}

.border-green-700\/15 {
  border-color: rgb(21 128 61 / 0.15);
}

.border-green-700\/20 {
  border-color: rgb(21 128 61 / 0.2);
}

.border-green-700\/25 {
  border-color: rgb(21 128 61 / 0.25);
}

.border-green-700\/30 {
  border-color: rgb(21 128 61 / 0.3);
}

.border-green-700\/35 {
  border-color: rgb(21 128 61 / 0.35);
}

.border-green-700\/40 {
  border-color: rgb(21 128 61 / 0.4);
}

.border-green-700\/45 {
  border-color: rgb(21 128 61 / 0.45);
}

.border-green-700\/5 {
  border-color: rgb(21 128 61 / 0.05);
}

.border-green-700\/50 {
  border-color: rgb(21 128 61 / 0.5);
}

.border-green-700\/55 {
  border-color: rgb(21 128 61 / 0.55);
}

.border-green-700\/60 {
  border-color: rgb(21 128 61 / 0.6);
}

.border-green-700\/65 {
  border-color: rgb(21 128 61 / 0.65);
}

.border-green-700\/70 {
  border-color: rgb(21 128 61 / 0.7);
}

.border-green-700\/75 {
  border-color: rgb(21 128 61 / 0.75);
}

.border-green-700\/80 {
  border-color: rgb(21 128 61 / 0.8);
}

.border-green-700\/85 {
  border-color: rgb(21 128 61 / 0.85);
}

.border-green-700\/90 {
  border-color: rgb(21 128 61 / 0.9);
}

.border-green-700\/95 {
  border-color: rgb(21 128 61 / 0.95);
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.border-green-800\/0 {
  border-color: rgb(22 101 52 / 0);
}

.border-green-800\/10 {
  border-color: rgb(22 101 52 / 0.1);
}

.border-green-800\/100 {
  border-color: rgb(22 101 52 / 1);
}

.border-green-800\/15 {
  border-color: rgb(22 101 52 / 0.15);
}

.border-green-800\/20 {
  border-color: rgb(22 101 52 / 0.2);
}

.border-green-800\/25 {
  border-color: rgb(22 101 52 / 0.25);
}

.border-green-800\/30 {
  border-color: rgb(22 101 52 / 0.3);
}

.border-green-800\/35 {
  border-color: rgb(22 101 52 / 0.35);
}

.border-green-800\/40 {
  border-color: rgb(22 101 52 / 0.4);
}

.border-green-800\/45 {
  border-color: rgb(22 101 52 / 0.45);
}

.border-green-800\/5 {
  border-color: rgb(22 101 52 / 0.05);
}

.border-green-800\/50 {
  border-color: rgb(22 101 52 / 0.5);
}

.border-green-800\/55 {
  border-color: rgb(22 101 52 / 0.55);
}

.border-green-800\/60 {
  border-color: rgb(22 101 52 / 0.6);
}

.border-green-800\/65 {
  border-color: rgb(22 101 52 / 0.65);
}

.border-green-800\/70 {
  border-color: rgb(22 101 52 / 0.7);
}

.border-green-800\/75 {
  border-color: rgb(22 101 52 / 0.75);
}

.border-green-800\/80 {
  border-color: rgb(22 101 52 / 0.8);
}

.border-green-800\/85 {
  border-color: rgb(22 101 52 / 0.85);
}

.border-green-800\/90 {
  border-color: rgb(22 101 52 / 0.9);
}

.border-green-800\/95 {
  border-color: rgb(22 101 52 / 0.95);
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.border-green-900\/0 {
  border-color: rgb(20 83 45 / 0);
}

.border-green-900\/10 {
  border-color: rgb(20 83 45 / 0.1);
}

.border-green-900\/100 {
  border-color: rgb(20 83 45 / 1);
}

.border-green-900\/15 {
  border-color: rgb(20 83 45 / 0.15);
}

.border-green-900\/20 {
  border-color: rgb(20 83 45 / 0.2);
}

.border-green-900\/25 {
  border-color: rgb(20 83 45 / 0.25);
}

.border-green-900\/30 {
  border-color: rgb(20 83 45 / 0.3);
}

.border-green-900\/35 {
  border-color: rgb(20 83 45 / 0.35);
}

.border-green-900\/40 {
  border-color: rgb(20 83 45 / 0.4);
}

.border-green-900\/45 {
  border-color: rgb(20 83 45 / 0.45);
}

.border-green-900\/5 {
  border-color: rgb(20 83 45 / 0.05);
}

.border-green-900\/50 {
  border-color: rgb(20 83 45 / 0.5);
}

.border-green-900\/55 {
  border-color: rgb(20 83 45 / 0.55);
}

.border-green-900\/60 {
  border-color: rgb(20 83 45 / 0.6);
}

.border-green-900\/65 {
  border-color: rgb(20 83 45 / 0.65);
}

.border-green-900\/70 {
  border-color: rgb(20 83 45 / 0.7);
}

.border-green-900\/75 {
  border-color: rgb(20 83 45 / 0.75);
}

.border-green-900\/80 {
  border-color: rgb(20 83 45 / 0.8);
}

.border-green-900\/85 {
  border-color: rgb(20 83 45 / 0.85);
}

.border-green-900\/90 {
  border-color: rgb(20 83 45 / 0.9);
}

.border-green-900\/95 {
  border-color: rgb(20 83 45 / 0.95);
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.border-indigo-100\/0 {
  border-color: rgb(224 231 255 / 0);
}

.border-indigo-100\/10 {
  border-color: rgb(224 231 255 / 0.1);
}

.border-indigo-100\/100 {
  border-color: rgb(224 231 255 / 1);
}

.border-indigo-100\/15 {
  border-color: rgb(224 231 255 / 0.15);
}

.border-indigo-100\/20 {
  border-color: rgb(224 231 255 / 0.2);
}

.border-indigo-100\/25 {
  border-color: rgb(224 231 255 / 0.25);
}

.border-indigo-100\/30 {
  border-color: rgb(224 231 255 / 0.3);
}

.border-indigo-100\/35 {
  border-color: rgb(224 231 255 / 0.35);
}

.border-indigo-100\/40 {
  border-color: rgb(224 231 255 / 0.4);
}

.border-indigo-100\/45 {
  border-color: rgb(224 231 255 / 0.45);
}

.border-indigo-100\/5 {
  border-color: rgb(224 231 255 / 0.05);
}

.border-indigo-100\/50 {
  border-color: rgb(224 231 255 / 0.5);
}

.border-indigo-100\/55 {
  border-color: rgb(224 231 255 / 0.55);
}

.border-indigo-100\/60 {
  border-color: rgb(224 231 255 / 0.6);
}

.border-indigo-100\/65 {
  border-color: rgb(224 231 255 / 0.65);
}

.border-indigo-100\/70 {
  border-color: rgb(224 231 255 / 0.7);
}

.border-indigo-100\/75 {
  border-color: rgb(224 231 255 / 0.75);
}

.border-indigo-100\/80 {
  border-color: rgb(224 231 255 / 0.8);
}

.border-indigo-100\/85 {
  border-color: rgb(224 231 255 / 0.85);
}

.border-indigo-100\/90 {
  border-color: rgb(224 231 255 / 0.9);
}

.border-indigo-100\/95 {
  border-color: rgb(224 231 255 / 0.95);
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.border-indigo-200\/0 {
  border-color: rgb(199 210 254 / 0);
}

.border-indigo-200\/10 {
  border-color: rgb(199 210 254 / 0.1);
}

.border-indigo-200\/100 {
  border-color: rgb(199 210 254 / 1);
}

.border-indigo-200\/15 {
  border-color: rgb(199 210 254 / 0.15);
}

.border-indigo-200\/20 {
  border-color: rgb(199 210 254 / 0.2);
}

.border-indigo-200\/25 {
  border-color: rgb(199 210 254 / 0.25);
}

.border-indigo-200\/30 {
  border-color: rgb(199 210 254 / 0.3);
}

.border-indigo-200\/35 {
  border-color: rgb(199 210 254 / 0.35);
}

.border-indigo-200\/40 {
  border-color: rgb(199 210 254 / 0.4);
}

.border-indigo-200\/45 {
  border-color: rgb(199 210 254 / 0.45);
}

.border-indigo-200\/5 {
  border-color: rgb(199 210 254 / 0.05);
}

.border-indigo-200\/50 {
  border-color: rgb(199 210 254 / 0.5);
}

.border-indigo-200\/55 {
  border-color: rgb(199 210 254 / 0.55);
}

.border-indigo-200\/60 {
  border-color: rgb(199 210 254 / 0.6);
}

.border-indigo-200\/65 {
  border-color: rgb(199 210 254 / 0.65);
}

.border-indigo-200\/70 {
  border-color: rgb(199 210 254 / 0.7);
}

.border-indigo-200\/75 {
  border-color: rgb(199 210 254 / 0.75);
}

.border-indigo-200\/80 {
  border-color: rgb(199 210 254 / 0.8);
}

.border-indigo-200\/85 {
  border-color: rgb(199 210 254 / 0.85);
}

.border-indigo-200\/90 {
  border-color: rgb(199 210 254 / 0.9);
}

.border-indigo-200\/95 {
  border-color: rgb(199 210 254 / 0.95);
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.border-indigo-300\/0 {
  border-color: rgb(165 180 252 / 0);
}

.border-indigo-300\/10 {
  border-color: rgb(165 180 252 / 0.1);
}

.border-indigo-300\/100 {
  border-color: rgb(165 180 252 / 1);
}

.border-indigo-300\/15 {
  border-color: rgb(165 180 252 / 0.15);
}

.border-indigo-300\/20 {
  border-color: rgb(165 180 252 / 0.2);
}

.border-indigo-300\/25 {
  border-color: rgb(165 180 252 / 0.25);
}

.border-indigo-300\/30 {
  border-color: rgb(165 180 252 / 0.3);
}

.border-indigo-300\/35 {
  border-color: rgb(165 180 252 / 0.35);
}

.border-indigo-300\/40 {
  border-color: rgb(165 180 252 / 0.4);
}

.border-indigo-300\/45 {
  border-color: rgb(165 180 252 / 0.45);
}

.border-indigo-300\/5 {
  border-color: rgb(165 180 252 / 0.05);
}

.border-indigo-300\/50 {
  border-color: rgb(165 180 252 / 0.5);
}

.border-indigo-300\/55 {
  border-color: rgb(165 180 252 / 0.55);
}

.border-indigo-300\/60 {
  border-color: rgb(165 180 252 / 0.6);
}

.border-indigo-300\/65 {
  border-color: rgb(165 180 252 / 0.65);
}

.border-indigo-300\/70 {
  border-color: rgb(165 180 252 / 0.7);
}

.border-indigo-300\/75 {
  border-color: rgb(165 180 252 / 0.75);
}

.border-indigo-300\/80 {
  border-color: rgb(165 180 252 / 0.8);
}

.border-indigo-300\/85 {
  border-color: rgb(165 180 252 / 0.85);
}

.border-indigo-300\/90 {
  border-color: rgb(165 180 252 / 0.9);
}

.border-indigo-300\/95 {
  border-color: rgb(165 180 252 / 0.95);
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.border-indigo-400\/0 {
  border-color: rgb(129 140 248 / 0);
}

.border-indigo-400\/10 {
  border-color: rgb(129 140 248 / 0.1);
}

.border-indigo-400\/100 {
  border-color: rgb(129 140 248 / 1);
}

.border-indigo-400\/15 {
  border-color: rgb(129 140 248 / 0.15);
}

.border-indigo-400\/20 {
  border-color: rgb(129 140 248 / 0.2);
}

.border-indigo-400\/25 {
  border-color: rgb(129 140 248 / 0.25);
}

.border-indigo-400\/30 {
  border-color: rgb(129 140 248 / 0.3);
}

.border-indigo-400\/35 {
  border-color: rgb(129 140 248 / 0.35);
}

.border-indigo-400\/40 {
  border-color: rgb(129 140 248 / 0.4);
}

.border-indigo-400\/45 {
  border-color: rgb(129 140 248 / 0.45);
}

.border-indigo-400\/5 {
  border-color: rgb(129 140 248 / 0.05);
}

.border-indigo-400\/50 {
  border-color: rgb(129 140 248 / 0.5);
}

.border-indigo-400\/55 {
  border-color: rgb(129 140 248 / 0.55);
}

.border-indigo-400\/60 {
  border-color: rgb(129 140 248 / 0.6);
}

.border-indigo-400\/65 {
  border-color: rgb(129 140 248 / 0.65);
}

.border-indigo-400\/70 {
  border-color: rgb(129 140 248 / 0.7);
}

.border-indigo-400\/75 {
  border-color: rgb(129 140 248 / 0.75);
}

.border-indigo-400\/80 {
  border-color: rgb(129 140 248 / 0.8);
}

.border-indigo-400\/85 {
  border-color: rgb(129 140 248 / 0.85);
}

.border-indigo-400\/90 {
  border-color: rgb(129 140 248 / 0.9);
}

.border-indigo-400\/95 {
  border-color: rgb(129 140 248 / 0.95);
}

.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.border-indigo-50\/0 {
  border-color: rgb(238 242 255 / 0);
}

.border-indigo-50\/10 {
  border-color: rgb(238 242 255 / 0.1);
}

.border-indigo-50\/100 {
  border-color: rgb(238 242 255 / 1);
}

.border-indigo-50\/15 {
  border-color: rgb(238 242 255 / 0.15);
}

.border-indigo-50\/20 {
  border-color: rgb(238 242 255 / 0.2);
}

.border-indigo-50\/25 {
  border-color: rgb(238 242 255 / 0.25);
}

.border-indigo-50\/30 {
  border-color: rgb(238 242 255 / 0.3);
}

.border-indigo-50\/35 {
  border-color: rgb(238 242 255 / 0.35);
}

.border-indigo-50\/40 {
  border-color: rgb(238 242 255 / 0.4);
}

.border-indigo-50\/45 {
  border-color: rgb(238 242 255 / 0.45);
}

.border-indigo-50\/5 {
  border-color: rgb(238 242 255 / 0.05);
}

.border-indigo-50\/50 {
  border-color: rgb(238 242 255 / 0.5);
}

.border-indigo-50\/55 {
  border-color: rgb(238 242 255 / 0.55);
}

.border-indigo-50\/60 {
  border-color: rgb(238 242 255 / 0.6);
}

.border-indigo-50\/65 {
  border-color: rgb(238 242 255 / 0.65);
}

.border-indigo-50\/70 {
  border-color: rgb(238 242 255 / 0.7);
}

.border-indigo-50\/75 {
  border-color: rgb(238 242 255 / 0.75);
}

.border-indigo-50\/80 {
  border-color: rgb(238 242 255 / 0.8);
}

.border-indigo-50\/85 {
  border-color: rgb(238 242 255 / 0.85);
}

.border-indigo-50\/90 {
  border-color: rgb(238 242 255 / 0.9);
}

.border-indigo-50\/95 {
  border-color: rgb(238 242 255 / 0.95);
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.border-indigo-500\/0 {
  border-color: rgb(99 102 241 / 0);
}

.border-indigo-500\/10 {
  border-color: rgb(99 102 241 / 0.1);
}

.border-indigo-500\/100 {
  border-color: rgb(99 102 241 / 1);
}

.border-indigo-500\/15 {
  border-color: rgb(99 102 241 / 0.15);
}

.border-indigo-500\/20 {
  border-color: rgb(99 102 241 / 0.2);
}

.border-indigo-500\/25 {
  border-color: rgb(99 102 241 / 0.25);
}

.border-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}

.border-indigo-500\/35 {
  border-color: rgb(99 102 241 / 0.35);
}

.border-indigo-500\/40 {
  border-color: rgb(99 102 241 / 0.4);
}

.border-indigo-500\/45 {
  border-color: rgb(99 102 241 / 0.45);
}

.border-indigo-500\/5 {
  border-color: rgb(99 102 241 / 0.05);
}

.border-indigo-500\/50 {
  border-color: rgb(99 102 241 / 0.5);
}

.border-indigo-500\/55 {
  border-color: rgb(99 102 241 / 0.55);
}

.border-indigo-500\/60 {
  border-color: rgb(99 102 241 / 0.6);
}

.border-indigo-500\/65 {
  border-color: rgb(99 102 241 / 0.65);
}

.border-indigo-500\/70 {
  border-color: rgb(99 102 241 / 0.7);
}

.border-indigo-500\/75 {
  border-color: rgb(99 102 241 / 0.75);
}

.border-indigo-500\/80 {
  border-color: rgb(99 102 241 / 0.8);
}

.border-indigo-500\/85 {
  border-color: rgb(99 102 241 / 0.85);
}

.border-indigo-500\/90 {
  border-color: rgb(99 102 241 / 0.9);
}

.border-indigo-500\/95 {
  border-color: rgb(99 102 241 / 0.95);
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.border-indigo-600\/0 {
  border-color: rgb(79 70 229 / 0);
}

.border-indigo-600\/10 {
  border-color: rgb(79 70 229 / 0.1);
}

.border-indigo-600\/100 {
  border-color: rgb(79 70 229 / 1);
}

.border-indigo-600\/15 {
  border-color: rgb(79 70 229 / 0.15);
}

.border-indigo-600\/20 {
  border-color: rgb(79 70 229 / 0.2);
}

.border-indigo-600\/25 {
  border-color: rgb(79 70 229 / 0.25);
}

.border-indigo-600\/30 {
  border-color: rgb(79 70 229 / 0.3);
}

.border-indigo-600\/35 {
  border-color: rgb(79 70 229 / 0.35);
}

.border-indigo-600\/40 {
  border-color: rgb(79 70 229 / 0.4);
}

.border-indigo-600\/45 {
  border-color: rgb(79 70 229 / 0.45);
}

.border-indigo-600\/5 {
  border-color: rgb(79 70 229 / 0.05);
}

.border-indigo-600\/50 {
  border-color: rgb(79 70 229 / 0.5);
}

.border-indigo-600\/55 {
  border-color: rgb(79 70 229 / 0.55);
}

.border-indigo-600\/60 {
  border-color: rgb(79 70 229 / 0.6);
}

.border-indigo-600\/65 {
  border-color: rgb(79 70 229 / 0.65);
}

.border-indigo-600\/70 {
  border-color: rgb(79 70 229 / 0.7);
}

.border-indigo-600\/75 {
  border-color: rgb(79 70 229 / 0.75);
}

.border-indigo-600\/80 {
  border-color: rgb(79 70 229 / 0.8);
}

.border-indigo-600\/85 {
  border-color: rgb(79 70 229 / 0.85);
}

.border-indigo-600\/90 {
  border-color: rgb(79 70 229 / 0.9);
}

.border-indigo-600\/95 {
  border-color: rgb(79 70 229 / 0.95);
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.border-indigo-700\/0 {
  border-color: rgb(67 56 202 / 0);
}

.border-indigo-700\/10 {
  border-color: rgb(67 56 202 / 0.1);
}

.border-indigo-700\/100 {
  border-color: rgb(67 56 202 / 1);
}

.border-indigo-700\/15 {
  border-color: rgb(67 56 202 / 0.15);
}

.border-indigo-700\/20 {
  border-color: rgb(67 56 202 / 0.2);
}

.border-indigo-700\/25 {
  border-color: rgb(67 56 202 / 0.25);
}

.border-indigo-700\/30 {
  border-color: rgb(67 56 202 / 0.3);
}

.border-indigo-700\/35 {
  border-color: rgb(67 56 202 / 0.35);
}

.border-indigo-700\/40 {
  border-color: rgb(67 56 202 / 0.4);
}

.border-indigo-700\/45 {
  border-color: rgb(67 56 202 / 0.45);
}

.border-indigo-700\/5 {
  border-color: rgb(67 56 202 / 0.05);
}

.border-indigo-700\/50 {
  border-color: rgb(67 56 202 / 0.5);
}

.border-indigo-700\/55 {
  border-color: rgb(67 56 202 / 0.55);
}

.border-indigo-700\/60 {
  border-color: rgb(67 56 202 / 0.6);
}

.border-indigo-700\/65 {
  border-color: rgb(67 56 202 / 0.65);
}

.border-indigo-700\/70 {
  border-color: rgb(67 56 202 / 0.7);
}

.border-indigo-700\/75 {
  border-color: rgb(67 56 202 / 0.75);
}

.border-indigo-700\/80 {
  border-color: rgb(67 56 202 / 0.8);
}

.border-indigo-700\/85 {
  border-color: rgb(67 56 202 / 0.85);
}

.border-indigo-700\/90 {
  border-color: rgb(67 56 202 / 0.9);
}

.border-indigo-700\/95 {
  border-color: rgb(67 56 202 / 0.95);
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.border-indigo-800\/0 {
  border-color: rgb(55 48 163 / 0);
}

.border-indigo-800\/10 {
  border-color: rgb(55 48 163 / 0.1);
}

.border-indigo-800\/100 {
  border-color: rgb(55 48 163 / 1);
}

.border-indigo-800\/15 {
  border-color: rgb(55 48 163 / 0.15);
}

.border-indigo-800\/20 {
  border-color: rgb(55 48 163 / 0.2);
}

.border-indigo-800\/25 {
  border-color: rgb(55 48 163 / 0.25);
}

.border-indigo-800\/30 {
  border-color: rgb(55 48 163 / 0.3);
}

.border-indigo-800\/35 {
  border-color: rgb(55 48 163 / 0.35);
}

.border-indigo-800\/40 {
  border-color: rgb(55 48 163 / 0.4);
}

.border-indigo-800\/45 {
  border-color: rgb(55 48 163 / 0.45);
}

.border-indigo-800\/5 {
  border-color: rgb(55 48 163 / 0.05);
}

.border-indigo-800\/50 {
  border-color: rgb(55 48 163 / 0.5);
}

.border-indigo-800\/55 {
  border-color: rgb(55 48 163 / 0.55);
}

.border-indigo-800\/60 {
  border-color: rgb(55 48 163 / 0.6);
}

.border-indigo-800\/65 {
  border-color: rgb(55 48 163 / 0.65);
}

.border-indigo-800\/70 {
  border-color: rgb(55 48 163 / 0.7);
}

.border-indigo-800\/75 {
  border-color: rgb(55 48 163 / 0.75);
}

.border-indigo-800\/80 {
  border-color: rgb(55 48 163 / 0.8);
}

.border-indigo-800\/85 {
  border-color: rgb(55 48 163 / 0.85);
}

.border-indigo-800\/90 {
  border-color: rgb(55 48 163 / 0.9);
}

.border-indigo-800\/95 {
  border-color: rgb(55 48 163 / 0.95);
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.border-indigo-900\/0 {
  border-color: rgb(49 46 129 / 0);
}

.border-indigo-900\/10 {
  border-color: rgb(49 46 129 / 0.1);
}

.border-indigo-900\/100 {
  border-color: rgb(49 46 129 / 1);
}

.border-indigo-900\/15 {
  border-color: rgb(49 46 129 / 0.15);
}

.border-indigo-900\/20 {
  border-color: rgb(49 46 129 / 0.2);
}

.border-indigo-900\/25 {
  border-color: rgb(49 46 129 / 0.25);
}

.border-indigo-900\/30 {
  border-color: rgb(49 46 129 / 0.3);
}

.border-indigo-900\/35 {
  border-color: rgb(49 46 129 / 0.35);
}

.border-indigo-900\/40 {
  border-color: rgb(49 46 129 / 0.4);
}

.border-indigo-900\/45 {
  border-color: rgb(49 46 129 / 0.45);
}

.border-indigo-900\/5 {
  border-color: rgb(49 46 129 / 0.05);
}

.border-indigo-900\/50 {
  border-color: rgb(49 46 129 / 0.5);
}

.border-indigo-900\/55 {
  border-color: rgb(49 46 129 / 0.55);
}

.border-indigo-900\/60 {
  border-color: rgb(49 46 129 / 0.6);
}

.border-indigo-900\/65 {
  border-color: rgb(49 46 129 / 0.65);
}

.border-indigo-900\/70 {
  border-color: rgb(49 46 129 / 0.7);
}

.border-indigo-900\/75 {
  border-color: rgb(49 46 129 / 0.75);
}

.border-indigo-900\/80 {
  border-color: rgb(49 46 129 / 0.8);
}

.border-indigo-900\/85 {
  border-color: rgb(49 46 129 / 0.85);
}

.border-indigo-900\/90 {
  border-color: rgb(49 46 129 / 0.9);
}

.border-indigo-900\/95 {
  border-color: rgb(49 46 129 / 0.95);
}

.border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}

.border-lime-100\/0 {
  border-color: rgb(236 252 203 / 0);
}

.border-lime-100\/10 {
  border-color: rgb(236 252 203 / 0.1);
}

.border-lime-100\/100 {
  border-color: rgb(236 252 203 / 1);
}

.border-lime-100\/15 {
  border-color: rgb(236 252 203 / 0.15);
}

.border-lime-100\/20 {
  border-color: rgb(236 252 203 / 0.2);
}

.border-lime-100\/25 {
  border-color: rgb(236 252 203 / 0.25);
}

.border-lime-100\/30 {
  border-color: rgb(236 252 203 / 0.3);
}

.border-lime-100\/35 {
  border-color: rgb(236 252 203 / 0.35);
}

.border-lime-100\/40 {
  border-color: rgb(236 252 203 / 0.4);
}

.border-lime-100\/45 {
  border-color: rgb(236 252 203 / 0.45);
}

.border-lime-100\/5 {
  border-color: rgb(236 252 203 / 0.05);
}

.border-lime-100\/50 {
  border-color: rgb(236 252 203 / 0.5);
}

.border-lime-100\/55 {
  border-color: rgb(236 252 203 / 0.55);
}

.border-lime-100\/60 {
  border-color: rgb(236 252 203 / 0.6);
}

.border-lime-100\/65 {
  border-color: rgb(236 252 203 / 0.65);
}

.border-lime-100\/70 {
  border-color: rgb(236 252 203 / 0.7);
}

.border-lime-100\/75 {
  border-color: rgb(236 252 203 / 0.75);
}

.border-lime-100\/80 {
  border-color: rgb(236 252 203 / 0.8);
}

.border-lime-100\/85 {
  border-color: rgb(236 252 203 / 0.85);
}

.border-lime-100\/90 {
  border-color: rgb(236 252 203 / 0.9);
}

.border-lime-100\/95 {
  border-color: rgb(236 252 203 / 0.95);
}

.border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}

.border-lime-200\/0 {
  border-color: rgb(217 249 157 / 0);
}

.border-lime-200\/10 {
  border-color: rgb(217 249 157 / 0.1);
}

.border-lime-200\/100 {
  border-color: rgb(217 249 157 / 1);
}

.border-lime-200\/15 {
  border-color: rgb(217 249 157 / 0.15);
}

.border-lime-200\/20 {
  border-color: rgb(217 249 157 / 0.2);
}

.border-lime-200\/25 {
  border-color: rgb(217 249 157 / 0.25);
}

.border-lime-200\/30 {
  border-color: rgb(217 249 157 / 0.3);
}

.border-lime-200\/35 {
  border-color: rgb(217 249 157 / 0.35);
}

.border-lime-200\/40 {
  border-color: rgb(217 249 157 / 0.4);
}

.border-lime-200\/45 {
  border-color: rgb(217 249 157 / 0.45);
}

.border-lime-200\/5 {
  border-color: rgb(217 249 157 / 0.05);
}

.border-lime-200\/50 {
  border-color: rgb(217 249 157 / 0.5);
}

.border-lime-200\/55 {
  border-color: rgb(217 249 157 / 0.55);
}

.border-lime-200\/60 {
  border-color: rgb(217 249 157 / 0.6);
}

.border-lime-200\/65 {
  border-color: rgb(217 249 157 / 0.65);
}

.border-lime-200\/70 {
  border-color: rgb(217 249 157 / 0.7);
}

.border-lime-200\/75 {
  border-color: rgb(217 249 157 / 0.75);
}

.border-lime-200\/80 {
  border-color: rgb(217 249 157 / 0.8);
}

.border-lime-200\/85 {
  border-color: rgb(217 249 157 / 0.85);
}

.border-lime-200\/90 {
  border-color: rgb(217 249 157 / 0.9);
}

.border-lime-200\/95 {
  border-color: rgb(217 249 157 / 0.95);
}

.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}

.border-lime-300\/0 {
  border-color: rgb(190 242 100 / 0);
}

.border-lime-300\/10 {
  border-color: rgb(190 242 100 / 0.1);
}

.border-lime-300\/100 {
  border-color: rgb(190 242 100 / 1);
}

.border-lime-300\/15 {
  border-color: rgb(190 242 100 / 0.15);
}

.border-lime-300\/20 {
  border-color: rgb(190 242 100 / 0.2);
}

.border-lime-300\/25 {
  border-color: rgb(190 242 100 / 0.25);
}

.border-lime-300\/30 {
  border-color: rgb(190 242 100 / 0.3);
}

.border-lime-300\/35 {
  border-color: rgb(190 242 100 / 0.35);
}

.border-lime-300\/40 {
  border-color: rgb(190 242 100 / 0.4);
}

.border-lime-300\/45 {
  border-color: rgb(190 242 100 / 0.45);
}

.border-lime-300\/5 {
  border-color: rgb(190 242 100 / 0.05);
}

.border-lime-300\/50 {
  border-color: rgb(190 242 100 / 0.5);
}

.border-lime-300\/55 {
  border-color: rgb(190 242 100 / 0.55);
}

.border-lime-300\/60 {
  border-color: rgb(190 242 100 / 0.6);
}

.border-lime-300\/65 {
  border-color: rgb(190 242 100 / 0.65);
}

.border-lime-300\/70 {
  border-color: rgb(190 242 100 / 0.7);
}

.border-lime-300\/75 {
  border-color: rgb(190 242 100 / 0.75);
}

.border-lime-300\/80 {
  border-color: rgb(190 242 100 / 0.8);
}

.border-lime-300\/85 {
  border-color: rgb(190 242 100 / 0.85);
}

.border-lime-300\/90 {
  border-color: rgb(190 242 100 / 0.9);
}

.border-lime-300\/95 {
  border-color: rgb(190 242 100 / 0.95);
}

.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}

.border-lime-400\/0 {
  border-color: rgb(163 230 53 / 0);
}

.border-lime-400\/10 {
  border-color: rgb(163 230 53 / 0.1);
}

.border-lime-400\/100 {
  border-color: rgb(163 230 53 / 1);
}

.border-lime-400\/15 {
  border-color: rgb(163 230 53 / 0.15);
}

.border-lime-400\/20 {
  border-color: rgb(163 230 53 / 0.2);
}

.border-lime-400\/25 {
  border-color: rgb(163 230 53 / 0.25);
}

.border-lime-400\/30 {
  border-color: rgb(163 230 53 / 0.3);
}

.border-lime-400\/35 {
  border-color: rgb(163 230 53 / 0.35);
}

.border-lime-400\/40 {
  border-color: rgb(163 230 53 / 0.4);
}

.border-lime-400\/45 {
  border-color: rgb(163 230 53 / 0.45);
}

.border-lime-400\/5 {
  border-color: rgb(163 230 53 / 0.05);
}

.border-lime-400\/50 {
  border-color: rgb(163 230 53 / 0.5);
}

.border-lime-400\/55 {
  border-color: rgb(163 230 53 / 0.55);
}

.border-lime-400\/60 {
  border-color: rgb(163 230 53 / 0.6);
}

.border-lime-400\/65 {
  border-color: rgb(163 230 53 / 0.65);
}

.border-lime-400\/70 {
  border-color: rgb(163 230 53 / 0.7);
}

.border-lime-400\/75 {
  border-color: rgb(163 230 53 / 0.75);
}

.border-lime-400\/80 {
  border-color: rgb(163 230 53 / 0.8);
}

.border-lime-400\/85 {
  border-color: rgb(163 230 53 / 0.85);
}

.border-lime-400\/90 {
  border-color: rgb(163 230 53 / 0.9);
}

.border-lime-400\/95 {
  border-color: rgb(163 230 53 / 0.95);
}

.border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}

.border-lime-50\/0 {
  border-color: rgb(247 254 231 / 0);
}

.border-lime-50\/10 {
  border-color: rgb(247 254 231 / 0.1);
}

.border-lime-50\/100 {
  border-color: rgb(247 254 231 / 1);
}

.border-lime-50\/15 {
  border-color: rgb(247 254 231 / 0.15);
}

.border-lime-50\/20 {
  border-color: rgb(247 254 231 / 0.2);
}

.border-lime-50\/25 {
  border-color: rgb(247 254 231 / 0.25);
}

.border-lime-50\/30 {
  border-color: rgb(247 254 231 / 0.3);
}

.border-lime-50\/35 {
  border-color: rgb(247 254 231 / 0.35);
}

.border-lime-50\/40 {
  border-color: rgb(247 254 231 / 0.4);
}

.border-lime-50\/45 {
  border-color: rgb(247 254 231 / 0.45);
}

.border-lime-50\/5 {
  border-color: rgb(247 254 231 / 0.05);
}

.border-lime-50\/50 {
  border-color: rgb(247 254 231 / 0.5);
}

.border-lime-50\/55 {
  border-color: rgb(247 254 231 / 0.55);
}

.border-lime-50\/60 {
  border-color: rgb(247 254 231 / 0.6);
}

.border-lime-50\/65 {
  border-color: rgb(247 254 231 / 0.65);
}

.border-lime-50\/70 {
  border-color: rgb(247 254 231 / 0.7);
}

.border-lime-50\/75 {
  border-color: rgb(247 254 231 / 0.75);
}

.border-lime-50\/80 {
  border-color: rgb(247 254 231 / 0.8);
}

.border-lime-50\/85 {
  border-color: rgb(247 254 231 / 0.85);
}

.border-lime-50\/90 {
  border-color: rgb(247 254 231 / 0.9);
}

.border-lime-50\/95 {
  border-color: rgb(247 254 231 / 0.95);
}

.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}

.border-lime-500\/0 {
  border-color: rgb(132 204 22 / 0);
}

.border-lime-500\/10 {
  border-color: rgb(132 204 22 / 0.1);
}

.border-lime-500\/100 {
  border-color: rgb(132 204 22 / 1);
}

.border-lime-500\/15 {
  border-color: rgb(132 204 22 / 0.15);
}

.border-lime-500\/20 {
  border-color: rgb(132 204 22 / 0.2);
}

.border-lime-500\/25 {
  border-color: rgb(132 204 22 / 0.25);
}

.border-lime-500\/30 {
  border-color: rgb(132 204 22 / 0.3);
}

.border-lime-500\/35 {
  border-color: rgb(132 204 22 / 0.35);
}

.border-lime-500\/40 {
  border-color: rgb(132 204 22 / 0.4);
}

.border-lime-500\/45 {
  border-color: rgb(132 204 22 / 0.45);
}

.border-lime-500\/5 {
  border-color: rgb(132 204 22 / 0.05);
}

.border-lime-500\/50 {
  border-color: rgb(132 204 22 / 0.5);
}

.border-lime-500\/55 {
  border-color: rgb(132 204 22 / 0.55);
}

.border-lime-500\/60 {
  border-color: rgb(132 204 22 / 0.6);
}

.border-lime-500\/65 {
  border-color: rgb(132 204 22 / 0.65);
}

.border-lime-500\/70 {
  border-color: rgb(132 204 22 / 0.7);
}

.border-lime-500\/75 {
  border-color: rgb(132 204 22 / 0.75);
}

.border-lime-500\/80 {
  border-color: rgb(132 204 22 / 0.8);
}

.border-lime-500\/85 {
  border-color: rgb(132 204 22 / 0.85);
}

.border-lime-500\/90 {
  border-color: rgb(132 204 22 / 0.9);
}

.border-lime-500\/95 {
  border-color: rgb(132 204 22 / 0.95);
}

.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}

.border-lime-600\/0 {
  border-color: rgb(101 163 13 / 0);
}

.border-lime-600\/10 {
  border-color: rgb(101 163 13 / 0.1);
}

.border-lime-600\/100 {
  border-color: rgb(101 163 13 / 1);
}

.border-lime-600\/15 {
  border-color: rgb(101 163 13 / 0.15);
}

.border-lime-600\/20 {
  border-color: rgb(101 163 13 / 0.2);
}

.border-lime-600\/25 {
  border-color: rgb(101 163 13 / 0.25);
}

.border-lime-600\/30 {
  border-color: rgb(101 163 13 / 0.3);
}

.border-lime-600\/35 {
  border-color: rgb(101 163 13 / 0.35);
}

.border-lime-600\/40 {
  border-color: rgb(101 163 13 / 0.4);
}

.border-lime-600\/45 {
  border-color: rgb(101 163 13 / 0.45);
}

.border-lime-600\/5 {
  border-color: rgb(101 163 13 / 0.05);
}

.border-lime-600\/50 {
  border-color: rgb(101 163 13 / 0.5);
}

.border-lime-600\/55 {
  border-color: rgb(101 163 13 / 0.55);
}

.border-lime-600\/60 {
  border-color: rgb(101 163 13 / 0.6);
}

.border-lime-600\/65 {
  border-color: rgb(101 163 13 / 0.65);
}

.border-lime-600\/70 {
  border-color: rgb(101 163 13 / 0.7);
}

.border-lime-600\/75 {
  border-color: rgb(101 163 13 / 0.75);
}

.border-lime-600\/80 {
  border-color: rgb(101 163 13 / 0.8);
}

.border-lime-600\/85 {
  border-color: rgb(101 163 13 / 0.85);
}

.border-lime-600\/90 {
  border-color: rgb(101 163 13 / 0.9);
}

.border-lime-600\/95 {
  border-color: rgb(101 163 13 / 0.95);
}

.border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}

.border-lime-700\/0 {
  border-color: rgb(77 124 15 / 0);
}

.border-lime-700\/10 {
  border-color: rgb(77 124 15 / 0.1);
}

.border-lime-700\/100 {
  border-color: rgb(77 124 15 / 1);
}

.border-lime-700\/15 {
  border-color: rgb(77 124 15 / 0.15);
}

.border-lime-700\/20 {
  border-color: rgb(77 124 15 / 0.2);
}

.border-lime-700\/25 {
  border-color: rgb(77 124 15 / 0.25);
}

.border-lime-700\/30 {
  border-color: rgb(77 124 15 / 0.3);
}

.border-lime-700\/35 {
  border-color: rgb(77 124 15 / 0.35);
}

.border-lime-700\/40 {
  border-color: rgb(77 124 15 / 0.4);
}

.border-lime-700\/45 {
  border-color: rgb(77 124 15 / 0.45);
}

.border-lime-700\/5 {
  border-color: rgb(77 124 15 / 0.05);
}

.border-lime-700\/50 {
  border-color: rgb(77 124 15 / 0.5);
}

.border-lime-700\/55 {
  border-color: rgb(77 124 15 / 0.55);
}

.border-lime-700\/60 {
  border-color: rgb(77 124 15 / 0.6);
}

.border-lime-700\/65 {
  border-color: rgb(77 124 15 / 0.65);
}

.border-lime-700\/70 {
  border-color: rgb(77 124 15 / 0.7);
}

.border-lime-700\/75 {
  border-color: rgb(77 124 15 / 0.75);
}

.border-lime-700\/80 {
  border-color: rgb(77 124 15 / 0.8);
}

.border-lime-700\/85 {
  border-color: rgb(77 124 15 / 0.85);
}

.border-lime-700\/90 {
  border-color: rgb(77 124 15 / 0.9);
}

.border-lime-700\/95 {
  border-color: rgb(77 124 15 / 0.95);
}

.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}

.border-lime-800\/0 {
  border-color: rgb(63 98 18 / 0);
}

.border-lime-800\/10 {
  border-color: rgb(63 98 18 / 0.1);
}

.border-lime-800\/100 {
  border-color: rgb(63 98 18 / 1);
}

.border-lime-800\/15 {
  border-color: rgb(63 98 18 / 0.15);
}

.border-lime-800\/20 {
  border-color: rgb(63 98 18 / 0.2);
}

.border-lime-800\/25 {
  border-color: rgb(63 98 18 / 0.25);
}

.border-lime-800\/30 {
  border-color: rgb(63 98 18 / 0.3);
}

.border-lime-800\/35 {
  border-color: rgb(63 98 18 / 0.35);
}

.border-lime-800\/40 {
  border-color: rgb(63 98 18 / 0.4);
}

.border-lime-800\/45 {
  border-color: rgb(63 98 18 / 0.45);
}

.border-lime-800\/5 {
  border-color: rgb(63 98 18 / 0.05);
}

.border-lime-800\/50 {
  border-color: rgb(63 98 18 / 0.5);
}

.border-lime-800\/55 {
  border-color: rgb(63 98 18 / 0.55);
}

.border-lime-800\/60 {
  border-color: rgb(63 98 18 / 0.6);
}

.border-lime-800\/65 {
  border-color: rgb(63 98 18 / 0.65);
}

.border-lime-800\/70 {
  border-color: rgb(63 98 18 / 0.7);
}

.border-lime-800\/75 {
  border-color: rgb(63 98 18 / 0.75);
}

.border-lime-800\/80 {
  border-color: rgb(63 98 18 / 0.8);
}

.border-lime-800\/85 {
  border-color: rgb(63 98 18 / 0.85);
}

.border-lime-800\/90 {
  border-color: rgb(63 98 18 / 0.9);
}

.border-lime-800\/95 {
  border-color: rgb(63 98 18 / 0.95);
}

.border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}

.border-lime-900\/0 {
  border-color: rgb(54 83 20 / 0);
}

.border-lime-900\/10 {
  border-color: rgb(54 83 20 / 0.1);
}

.border-lime-900\/100 {
  border-color: rgb(54 83 20 / 1);
}

.border-lime-900\/15 {
  border-color: rgb(54 83 20 / 0.15);
}

.border-lime-900\/20 {
  border-color: rgb(54 83 20 / 0.2);
}

.border-lime-900\/25 {
  border-color: rgb(54 83 20 / 0.25);
}

.border-lime-900\/30 {
  border-color: rgb(54 83 20 / 0.3);
}

.border-lime-900\/35 {
  border-color: rgb(54 83 20 / 0.35);
}

.border-lime-900\/40 {
  border-color: rgb(54 83 20 / 0.4);
}

.border-lime-900\/45 {
  border-color: rgb(54 83 20 / 0.45);
}

.border-lime-900\/5 {
  border-color: rgb(54 83 20 / 0.05);
}

.border-lime-900\/50 {
  border-color: rgb(54 83 20 / 0.5);
}

.border-lime-900\/55 {
  border-color: rgb(54 83 20 / 0.55);
}

.border-lime-900\/60 {
  border-color: rgb(54 83 20 / 0.6);
}

.border-lime-900\/65 {
  border-color: rgb(54 83 20 / 0.65);
}

.border-lime-900\/70 {
  border-color: rgb(54 83 20 / 0.7);
}

.border-lime-900\/75 {
  border-color: rgb(54 83 20 / 0.75);
}

.border-lime-900\/80 {
  border-color: rgb(54 83 20 / 0.8);
}

.border-lime-900\/85 {
  border-color: rgb(54 83 20 / 0.85);
}

.border-lime-900\/90 {
  border-color: rgb(54 83 20 / 0.9);
}

.border-lime-900\/95 {
  border-color: rgb(54 83 20 / 0.95);
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-neutral-100\/0 {
  border-color: rgb(245 245 245 / 0);
}

.border-neutral-100\/10 {
  border-color: rgb(245 245 245 / 0.1);
}

.border-neutral-100\/100 {
  border-color: rgb(245 245 245 / 1);
}

.border-neutral-100\/15 {
  border-color: rgb(245 245 245 / 0.15);
}

.border-neutral-100\/20 {
  border-color: rgb(245 245 245 / 0.2);
}

.border-neutral-100\/25 {
  border-color: rgb(245 245 245 / 0.25);
}

.border-neutral-100\/30 {
  border-color: rgb(245 245 245 / 0.3);
}

.border-neutral-100\/35 {
  border-color: rgb(245 245 245 / 0.35);
}

.border-neutral-100\/40 {
  border-color: rgb(245 245 245 / 0.4);
}

.border-neutral-100\/45 {
  border-color: rgb(245 245 245 / 0.45);
}

.border-neutral-100\/5 {
  border-color: rgb(245 245 245 / 0.05);
}

.border-neutral-100\/50 {
  border-color: rgb(245 245 245 / 0.5);
}

.border-neutral-100\/55 {
  border-color: rgb(245 245 245 / 0.55);
}

.border-neutral-100\/60 {
  border-color: rgb(245 245 245 / 0.6);
}

.border-neutral-100\/65 {
  border-color: rgb(245 245 245 / 0.65);
}

.border-neutral-100\/70 {
  border-color: rgb(245 245 245 / 0.7);
}

.border-neutral-100\/75 {
  border-color: rgb(245 245 245 / 0.75);
}

.border-neutral-100\/80 {
  border-color: rgb(245 245 245 / 0.8);
}

.border-neutral-100\/85 {
  border-color: rgb(245 245 245 / 0.85);
}

.border-neutral-100\/90 {
  border-color: rgb(245 245 245 / 0.9);
}

.border-neutral-100\/95 {
  border-color: rgb(245 245 245 / 0.95);
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-neutral-200\/0 {
  border-color: rgb(229 229 229 / 0);
}

.border-neutral-200\/10 {
  border-color: rgb(229 229 229 / 0.1);
}

.border-neutral-200\/100 {
  border-color: rgb(229 229 229 / 1);
}

.border-neutral-200\/15 {
  border-color: rgb(229 229 229 / 0.15);
}

.border-neutral-200\/20 {
  border-color: rgb(229 229 229 / 0.2);
}

.border-neutral-200\/25 {
  border-color: rgb(229 229 229 / 0.25);
}

.border-neutral-200\/30 {
  border-color: rgb(229 229 229 / 0.3);
}

.border-neutral-200\/35 {
  border-color: rgb(229 229 229 / 0.35);
}

.border-neutral-200\/40 {
  border-color: rgb(229 229 229 / 0.4);
}

.border-neutral-200\/45 {
  border-color: rgb(229 229 229 / 0.45);
}

.border-neutral-200\/5 {
  border-color: rgb(229 229 229 / 0.05);
}

.border-neutral-200\/50 {
  border-color: rgb(229 229 229 / 0.5);
}

.border-neutral-200\/55 {
  border-color: rgb(229 229 229 / 0.55);
}

.border-neutral-200\/60 {
  border-color: rgb(229 229 229 / 0.6);
}

.border-neutral-200\/65 {
  border-color: rgb(229 229 229 / 0.65);
}

.border-neutral-200\/70 {
  border-color: rgb(229 229 229 / 0.7);
}

.border-neutral-200\/75 {
  border-color: rgb(229 229 229 / 0.75);
}

.border-neutral-200\/80 {
  border-color: rgb(229 229 229 / 0.8);
}

.border-neutral-200\/85 {
  border-color: rgb(229 229 229 / 0.85);
}

.border-neutral-200\/90 {
  border-color: rgb(229 229 229 / 0.9);
}

.border-neutral-200\/95 {
  border-color: rgb(229 229 229 / 0.95);
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-neutral-300\/0 {
  border-color: rgb(212 212 212 / 0);
}

.border-neutral-300\/10 {
  border-color: rgb(212 212 212 / 0.1);
}

.border-neutral-300\/100 {
  border-color: rgb(212 212 212 / 1);
}

.border-neutral-300\/15 {
  border-color: rgb(212 212 212 / 0.15);
}

.border-neutral-300\/20 {
  border-color: rgb(212 212 212 / 0.2);
}

.border-neutral-300\/25 {
  border-color: rgb(212 212 212 / 0.25);
}

.border-neutral-300\/30 {
  border-color: rgb(212 212 212 / 0.3);
}

.border-neutral-300\/35 {
  border-color: rgb(212 212 212 / 0.35);
}

.border-neutral-300\/40 {
  border-color: rgb(212 212 212 / 0.4);
}

.border-neutral-300\/45 {
  border-color: rgb(212 212 212 / 0.45);
}

.border-neutral-300\/5 {
  border-color: rgb(212 212 212 / 0.05);
}

.border-neutral-300\/50 {
  border-color: rgb(212 212 212 / 0.5);
}

.border-neutral-300\/55 {
  border-color: rgb(212 212 212 / 0.55);
}

.border-neutral-300\/60 {
  border-color: rgb(212 212 212 / 0.6);
}

.border-neutral-300\/65 {
  border-color: rgb(212 212 212 / 0.65);
}

.border-neutral-300\/70 {
  border-color: rgb(212 212 212 / 0.7);
}

.border-neutral-300\/75 {
  border-color: rgb(212 212 212 / 0.75);
}

.border-neutral-300\/80 {
  border-color: rgb(212 212 212 / 0.8);
}

.border-neutral-300\/85 {
  border-color: rgb(212 212 212 / 0.85);
}

.border-neutral-300\/90 {
  border-color: rgb(212 212 212 / 0.9);
}

.border-neutral-300\/95 {
  border-color: rgb(212 212 212 / 0.95);
}

.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.border-neutral-400\/0 {
  border-color: rgb(163 163 163 / 0);
}

.border-neutral-400\/10 {
  border-color: rgb(163 163 163 / 0.1);
}

.border-neutral-400\/100 {
  border-color: rgb(163 163 163 / 1);
}

.border-neutral-400\/15 {
  border-color: rgb(163 163 163 / 0.15);
}

.border-neutral-400\/20 {
  border-color: rgb(163 163 163 / 0.2);
}

.border-neutral-400\/25 {
  border-color: rgb(163 163 163 / 0.25);
}

.border-neutral-400\/30 {
  border-color: rgb(163 163 163 / 0.3);
}

.border-neutral-400\/35 {
  border-color: rgb(163 163 163 / 0.35);
}

.border-neutral-400\/40 {
  border-color: rgb(163 163 163 / 0.4);
}

.border-neutral-400\/45 {
  border-color: rgb(163 163 163 / 0.45);
}

.border-neutral-400\/5 {
  border-color: rgb(163 163 163 / 0.05);
}

.border-neutral-400\/50 {
  border-color: rgb(163 163 163 / 0.5);
}

.border-neutral-400\/55 {
  border-color: rgb(163 163 163 / 0.55);
}

.border-neutral-400\/60 {
  border-color: rgb(163 163 163 / 0.6);
}

.border-neutral-400\/65 {
  border-color: rgb(163 163 163 / 0.65);
}

.border-neutral-400\/70 {
  border-color: rgb(163 163 163 / 0.7);
}

.border-neutral-400\/75 {
  border-color: rgb(163 163 163 / 0.75);
}

.border-neutral-400\/80 {
  border-color: rgb(163 163 163 / 0.8);
}

.border-neutral-400\/85 {
  border-color: rgb(163 163 163 / 0.85);
}

.border-neutral-400\/90 {
  border-color: rgb(163 163 163 / 0.9);
}

.border-neutral-400\/95 {
  border-color: rgb(163 163 163 / 0.95);
}

.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-neutral-50\/0 {
  border-color: rgb(250 250 250 / 0);
}

.border-neutral-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}

.border-neutral-50\/100 {
  border-color: rgb(250 250 250 / 1);
}

.border-neutral-50\/15 {
  border-color: rgb(250 250 250 / 0.15);
}

.border-neutral-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}

.border-neutral-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}

.border-neutral-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}

.border-neutral-50\/35 {
  border-color: rgb(250 250 250 / 0.35);
}

.border-neutral-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}

.border-neutral-50\/45 {
  border-color: rgb(250 250 250 / 0.45);
}

.border-neutral-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}

.border-neutral-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}

.border-neutral-50\/55 {
  border-color: rgb(250 250 250 / 0.55);
}

.border-neutral-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}

.border-neutral-50\/65 {
  border-color: rgb(250 250 250 / 0.65);
}

.border-neutral-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}

.border-neutral-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}

.border-neutral-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}

.border-neutral-50\/85 {
  border-color: rgb(250 250 250 / 0.85);
}

.border-neutral-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}

.border-neutral-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}

.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.border-neutral-500\/0 {
  border-color: rgb(115 115 115 / 0);
}

.border-neutral-500\/10 {
  border-color: rgb(115 115 115 / 0.1);
}

.border-neutral-500\/100 {
  border-color: rgb(115 115 115 / 1);
}

.border-neutral-500\/15 {
  border-color: rgb(115 115 115 / 0.15);
}

.border-neutral-500\/20 {
  border-color: rgb(115 115 115 / 0.2);
}

.border-neutral-500\/25 {
  border-color: rgb(115 115 115 / 0.25);
}

.border-neutral-500\/30 {
  border-color: rgb(115 115 115 / 0.3);
}

.border-neutral-500\/35 {
  border-color: rgb(115 115 115 / 0.35);
}

.border-neutral-500\/40 {
  border-color: rgb(115 115 115 / 0.4);
}

.border-neutral-500\/45 {
  border-color: rgb(115 115 115 / 0.45);
}

.border-neutral-500\/5 {
  border-color: rgb(115 115 115 / 0.05);
}

.border-neutral-500\/50 {
  border-color: rgb(115 115 115 / 0.5);
}

.border-neutral-500\/55 {
  border-color: rgb(115 115 115 / 0.55);
}

.border-neutral-500\/60 {
  border-color: rgb(115 115 115 / 0.6);
}

.border-neutral-500\/65 {
  border-color: rgb(115 115 115 / 0.65);
}

.border-neutral-500\/70 {
  border-color: rgb(115 115 115 / 0.7);
}

.border-neutral-500\/75 {
  border-color: rgb(115 115 115 / 0.75);
}

.border-neutral-500\/80 {
  border-color: rgb(115 115 115 / 0.8);
}

.border-neutral-500\/85 {
  border-color: rgb(115 115 115 / 0.85);
}

.border-neutral-500\/90 {
  border-color: rgb(115 115 115 / 0.9);
}

.border-neutral-500\/95 {
  border-color: rgb(115 115 115 / 0.95);
}

.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}

.border-neutral-600\/0 {
  border-color: rgb(82 82 82 / 0);
}

.border-neutral-600\/10 {
  border-color: rgb(82 82 82 / 0.1);
}

.border-neutral-600\/100 {
  border-color: rgb(82 82 82 / 1);
}

.border-neutral-600\/15 {
  border-color: rgb(82 82 82 / 0.15);
}

.border-neutral-600\/20 {
  border-color: rgb(82 82 82 / 0.2);
}

.border-neutral-600\/25 {
  border-color: rgb(82 82 82 / 0.25);
}

.border-neutral-600\/30 {
  border-color: rgb(82 82 82 / 0.3);
}

.border-neutral-600\/35 {
  border-color: rgb(82 82 82 / 0.35);
}

.border-neutral-600\/40 {
  border-color: rgb(82 82 82 / 0.4);
}

.border-neutral-600\/45 {
  border-color: rgb(82 82 82 / 0.45);
}

.border-neutral-600\/5 {
  border-color: rgb(82 82 82 / 0.05);
}

.border-neutral-600\/50 {
  border-color: rgb(82 82 82 / 0.5);
}

.border-neutral-600\/55 {
  border-color: rgb(82 82 82 / 0.55);
}

.border-neutral-600\/60 {
  border-color: rgb(82 82 82 / 0.6);
}

.border-neutral-600\/65 {
  border-color: rgb(82 82 82 / 0.65);
}

.border-neutral-600\/70 {
  border-color: rgb(82 82 82 / 0.7);
}

.border-neutral-600\/75 {
  border-color: rgb(82 82 82 / 0.75);
}

.border-neutral-600\/80 {
  border-color: rgb(82 82 82 / 0.8);
}

.border-neutral-600\/85 {
  border-color: rgb(82 82 82 / 0.85);
}

.border-neutral-600\/90 {
  border-color: rgb(82 82 82 / 0.9);
}

.border-neutral-600\/95 {
  border-color: rgb(82 82 82 / 0.95);
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.border-neutral-700\/0 {
  border-color: rgb(64 64 64 / 0);
}

.border-neutral-700\/10 {
  border-color: rgb(64 64 64 / 0.1);
}

.border-neutral-700\/100 {
  border-color: rgb(64 64 64 / 1);
}

.border-neutral-700\/15 {
  border-color: rgb(64 64 64 / 0.15);
}

.border-neutral-700\/20 {
  border-color: rgb(64 64 64 / 0.2);
}

.border-neutral-700\/25 {
  border-color: rgb(64 64 64 / 0.25);
}

.border-neutral-700\/30 {
  border-color: rgb(64 64 64 / 0.3);
}

.border-neutral-700\/35 {
  border-color: rgb(64 64 64 / 0.35);
}

.border-neutral-700\/40 {
  border-color: rgb(64 64 64 / 0.4);
}

.border-neutral-700\/45 {
  border-color: rgb(64 64 64 / 0.45);
}

.border-neutral-700\/5 {
  border-color: rgb(64 64 64 / 0.05);
}

.border-neutral-700\/50 {
  border-color: rgb(64 64 64 / 0.5);
}

.border-neutral-700\/55 {
  border-color: rgb(64 64 64 / 0.55);
}

.border-neutral-700\/60 {
  border-color: rgb(64 64 64 / 0.6);
}

.border-neutral-700\/65 {
  border-color: rgb(64 64 64 / 0.65);
}

.border-neutral-700\/70 {
  border-color: rgb(64 64 64 / 0.7);
}

.border-neutral-700\/75 {
  border-color: rgb(64 64 64 / 0.75);
}

.border-neutral-700\/80 {
  border-color: rgb(64 64 64 / 0.8);
}

.border-neutral-700\/85 {
  border-color: rgb(64 64 64 / 0.85);
}

.border-neutral-700\/90 {
  border-color: rgb(64 64 64 / 0.9);
}

.border-neutral-700\/95 {
  border-color: rgb(64 64 64 / 0.95);
}

.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.border-neutral-800\/0 {
  border-color: rgb(38 38 38 / 0);
}

.border-neutral-800\/10 {
  border-color: rgb(38 38 38 / 0.1);
}

.border-neutral-800\/100 {
  border-color: rgb(38 38 38 / 1);
}

.border-neutral-800\/15 {
  border-color: rgb(38 38 38 / 0.15);
}

.border-neutral-800\/20 {
  border-color: rgb(38 38 38 / 0.2);
}

.border-neutral-800\/25 {
  border-color: rgb(38 38 38 / 0.25);
}

.border-neutral-800\/30 {
  border-color: rgb(38 38 38 / 0.3);
}

.border-neutral-800\/35 {
  border-color: rgb(38 38 38 / 0.35);
}

.border-neutral-800\/40 {
  border-color: rgb(38 38 38 / 0.4);
}

.border-neutral-800\/45 {
  border-color: rgb(38 38 38 / 0.45);
}

.border-neutral-800\/5 {
  border-color: rgb(38 38 38 / 0.05);
}

.border-neutral-800\/50 {
  border-color: rgb(38 38 38 / 0.5);
}

.border-neutral-800\/55 {
  border-color: rgb(38 38 38 / 0.55);
}

.border-neutral-800\/60 {
  border-color: rgb(38 38 38 / 0.6);
}

.border-neutral-800\/65 {
  border-color: rgb(38 38 38 / 0.65);
}

.border-neutral-800\/70 {
  border-color: rgb(38 38 38 / 0.7);
}

.border-neutral-800\/75 {
  border-color: rgb(38 38 38 / 0.75);
}

.border-neutral-800\/80 {
  border-color: rgb(38 38 38 / 0.8);
}

.border-neutral-800\/85 {
  border-color: rgb(38 38 38 / 0.85);
}

.border-neutral-800\/90 {
  border-color: rgb(38 38 38 / 0.9);
}

.border-neutral-800\/95 {
  border-color: rgb(38 38 38 / 0.95);
}

.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.border-neutral-900\/0 {
  border-color: rgb(23 23 23 / 0);
}

.border-neutral-900\/10 {
  border-color: rgb(23 23 23 / 0.1);
}

.border-neutral-900\/100 {
  border-color: rgb(23 23 23 / 1);
}

.border-neutral-900\/15 {
  border-color: rgb(23 23 23 / 0.15);
}

.border-neutral-900\/20 {
  border-color: rgb(23 23 23 / 0.2);
}

.border-neutral-900\/25 {
  border-color: rgb(23 23 23 / 0.25);
}

.border-neutral-900\/30 {
  border-color: rgb(23 23 23 / 0.3);
}

.border-neutral-900\/35 {
  border-color: rgb(23 23 23 / 0.35);
}

.border-neutral-900\/40 {
  border-color: rgb(23 23 23 / 0.4);
}

.border-neutral-900\/45 {
  border-color: rgb(23 23 23 / 0.45);
}

.border-neutral-900\/5 {
  border-color: rgb(23 23 23 / 0.05);
}

.border-neutral-900\/50 {
  border-color: rgb(23 23 23 / 0.5);
}

.border-neutral-900\/55 {
  border-color: rgb(23 23 23 / 0.55);
}

.border-neutral-900\/60 {
  border-color: rgb(23 23 23 / 0.6);
}

.border-neutral-900\/65 {
  border-color: rgb(23 23 23 / 0.65);
}

.border-neutral-900\/70 {
  border-color: rgb(23 23 23 / 0.7);
}

.border-neutral-900\/75 {
  border-color: rgb(23 23 23 / 0.75);
}

.border-neutral-900\/80 {
  border-color: rgb(23 23 23 / 0.8);
}

.border-neutral-900\/85 {
  border-color: rgb(23 23 23 / 0.85);
}

.border-neutral-900\/90 {
  border-color: rgb(23 23 23 / 0.9);
}

.border-neutral-900\/95 {
  border-color: rgb(23 23 23 / 0.95);
}

.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}

.border-orange-100\/0 {
  border-color: rgb(255 237 213 / 0);
}

.border-orange-100\/10 {
  border-color: rgb(255 237 213 / 0.1);
}

.border-orange-100\/100 {
  border-color: rgb(255 237 213 / 1);
}

.border-orange-100\/15 {
  border-color: rgb(255 237 213 / 0.15);
}

.border-orange-100\/20 {
  border-color: rgb(255 237 213 / 0.2);
}

.border-orange-100\/25 {
  border-color: rgb(255 237 213 / 0.25);
}

.border-orange-100\/30 {
  border-color: rgb(255 237 213 / 0.3);
}

.border-orange-100\/35 {
  border-color: rgb(255 237 213 / 0.35);
}

.border-orange-100\/40 {
  border-color: rgb(255 237 213 / 0.4);
}

.border-orange-100\/45 {
  border-color: rgb(255 237 213 / 0.45);
}

.border-orange-100\/5 {
  border-color: rgb(255 237 213 / 0.05);
}

.border-orange-100\/50 {
  border-color: rgb(255 237 213 / 0.5);
}

.border-orange-100\/55 {
  border-color: rgb(255 237 213 / 0.55);
}

.border-orange-100\/60 {
  border-color: rgb(255 237 213 / 0.6);
}

.border-orange-100\/65 {
  border-color: rgb(255 237 213 / 0.65);
}

.border-orange-100\/70 {
  border-color: rgb(255 237 213 / 0.7);
}

.border-orange-100\/75 {
  border-color: rgb(255 237 213 / 0.75);
}

.border-orange-100\/80 {
  border-color: rgb(255 237 213 / 0.8);
}

.border-orange-100\/85 {
  border-color: rgb(255 237 213 / 0.85);
}

.border-orange-100\/90 {
  border-color: rgb(255 237 213 / 0.9);
}

.border-orange-100\/95 {
  border-color: rgb(255 237 213 / 0.95);
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.border-orange-200\/0 {
  border-color: rgb(254 215 170 / 0);
}

.border-orange-200\/10 {
  border-color: rgb(254 215 170 / 0.1);
}

.border-orange-200\/100 {
  border-color: rgb(254 215 170 / 1);
}

.border-orange-200\/15 {
  border-color: rgb(254 215 170 / 0.15);
}

.border-orange-200\/20 {
  border-color: rgb(254 215 170 / 0.2);
}

.border-orange-200\/25 {
  border-color: rgb(254 215 170 / 0.25);
}

.border-orange-200\/30 {
  border-color: rgb(254 215 170 / 0.3);
}

.border-orange-200\/35 {
  border-color: rgb(254 215 170 / 0.35);
}

.border-orange-200\/40 {
  border-color: rgb(254 215 170 / 0.4);
}

.border-orange-200\/45 {
  border-color: rgb(254 215 170 / 0.45);
}

.border-orange-200\/5 {
  border-color: rgb(254 215 170 / 0.05);
}

.border-orange-200\/50 {
  border-color: rgb(254 215 170 / 0.5);
}

.border-orange-200\/55 {
  border-color: rgb(254 215 170 / 0.55);
}

.border-orange-200\/60 {
  border-color: rgb(254 215 170 / 0.6);
}

.border-orange-200\/65 {
  border-color: rgb(254 215 170 / 0.65);
}

.border-orange-200\/70 {
  border-color: rgb(254 215 170 / 0.7);
}

.border-orange-200\/75 {
  border-color: rgb(254 215 170 / 0.75);
}

.border-orange-200\/80 {
  border-color: rgb(254 215 170 / 0.8);
}

.border-orange-200\/85 {
  border-color: rgb(254 215 170 / 0.85);
}

.border-orange-200\/90 {
  border-color: rgb(254 215 170 / 0.9);
}

.border-orange-200\/95 {
  border-color: rgb(254 215 170 / 0.95);
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.border-orange-300\/0 {
  border-color: rgb(253 186 116 / 0);
}

.border-orange-300\/10 {
  border-color: rgb(253 186 116 / 0.1);
}

.border-orange-300\/100 {
  border-color: rgb(253 186 116 / 1);
}

.border-orange-300\/15 {
  border-color: rgb(253 186 116 / 0.15);
}

.border-orange-300\/20 {
  border-color: rgb(253 186 116 / 0.2);
}

.border-orange-300\/25 {
  border-color: rgb(253 186 116 / 0.25);
}

.border-orange-300\/30 {
  border-color: rgb(253 186 116 / 0.3);
}

.border-orange-300\/35 {
  border-color: rgb(253 186 116 / 0.35);
}

.border-orange-300\/40 {
  border-color: rgb(253 186 116 / 0.4);
}

.border-orange-300\/45 {
  border-color: rgb(253 186 116 / 0.45);
}

.border-orange-300\/5 {
  border-color: rgb(253 186 116 / 0.05);
}

.border-orange-300\/50 {
  border-color: rgb(253 186 116 / 0.5);
}

.border-orange-300\/55 {
  border-color: rgb(253 186 116 / 0.55);
}

.border-orange-300\/60 {
  border-color: rgb(253 186 116 / 0.6);
}

.border-orange-300\/65 {
  border-color: rgb(253 186 116 / 0.65);
}

.border-orange-300\/70 {
  border-color: rgb(253 186 116 / 0.7);
}

.border-orange-300\/75 {
  border-color: rgb(253 186 116 / 0.75);
}

.border-orange-300\/80 {
  border-color: rgb(253 186 116 / 0.8);
}

.border-orange-300\/85 {
  border-color: rgb(253 186 116 / 0.85);
}

.border-orange-300\/90 {
  border-color: rgb(253 186 116 / 0.9);
}

.border-orange-300\/95 {
  border-color: rgb(253 186 116 / 0.95);
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}

.border-orange-400\/0 {
  border-color: rgb(251 146 60 / 0);
}

.border-orange-400\/10 {
  border-color: rgb(251 146 60 / 0.1);
}

.border-orange-400\/100 {
  border-color: rgb(251 146 60 / 1);
}

.border-orange-400\/15 {
  border-color: rgb(251 146 60 / 0.15);
}

.border-orange-400\/20 {
  border-color: rgb(251 146 60 / 0.2);
}

.border-orange-400\/25 {
  border-color: rgb(251 146 60 / 0.25);
}

.border-orange-400\/30 {
  border-color: rgb(251 146 60 / 0.3);
}

.border-orange-400\/35 {
  border-color: rgb(251 146 60 / 0.35);
}

.border-orange-400\/40 {
  border-color: rgb(251 146 60 / 0.4);
}

.border-orange-400\/45 {
  border-color: rgb(251 146 60 / 0.45);
}

.border-orange-400\/5 {
  border-color: rgb(251 146 60 / 0.05);
}

.border-orange-400\/50 {
  border-color: rgb(251 146 60 / 0.5);
}

.border-orange-400\/55 {
  border-color: rgb(251 146 60 / 0.55);
}

.border-orange-400\/60 {
  border-color: rgb(251 146 60 / 0.6);
}

.border-orange-400\/65 {
  border-color: rgb(251 146 60 / 0.65);
}

.border-orange-400\/70 {
  border-color: rgb(251 146 60 / 0.7);
}

.border-orange-400\/75 {
  border-color: rgb(251 146 60 / 0.75);
}

.border-orange-400\/80 {
  border-color: rgb(251 146 60 / 0.8);
}

.border-orange-400\/85 {
  border-color: rgb(251 146 60 / 0.85);
}

.border-orange-400\/90 {
  border-color: rgb(251 146 60 / 0.9);
}

.border-orange-400\/95 {
  border-color: rgb(251 146 60 / 0.95);
}

.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}

.border-orange-50\/0 {
  border-color: rgb(255 247 237 / 0);
}

.border-orange-50\/10 {
  border-color: rgb(255 247 237 / 0.1);
}

.border-orange-50\/100 {
  border-color: rgb(255 247 237 / 1);
}

.border-orange-50\/15 {
  border-color: rgb(255 247 237 / 0.15);
}

.border-orange-50\/20 {
  border-color: rgb(255 247 237 / 0.2);
}

.border-orange-50\/25 {
  border-color: rgb(255 247 237 / 0.25);
}

.border-orange-50\/30 {
  border-color: rgb(255 247 237 / 0.3);
}

.border-orange-50\/35 {
  border-color: rgb(255 247 237 / 0.35);
}

.border-orange-50\/40 {
  border-color: rgb(255 247 237 / 0.4);
}

.border-orange-50\/45 {
  border-color: rgb(255 247 237 / 0.45);
}

.border-orange-50\/5 {
  border-color: rgb(255 247 237 / 0.05);
}

.border-orange-50\/50 {
  border-color: rgb(255 247 237 / 0.5);
}

.border-orange-50\/55 {
  border-color: rgb(255 247 237 / 0.55);
}

.border-orange-50\/60 {
  border-color: rgb(255 247 237 / 0.6);
}

.border-orange-50\/65 {
  border-color: rgb(255 247 237 / 0.65);
}

.border-orange-50\/70 {
  border-color: rgb(255 247 237 / 0.7);
}

.border-orange-50\/75 {
  border-color: rgb(255 247 237 / 0.75);
}

.border-orange-50\/80 {
  border-color: rgb(255 247 237 / 0.8);
}

.border-orange-50\/85 {
  border-color: rgb(255 247 237 / 0.85);
}

.border-orange-50\/90 {
  border-color: rgb(255 247 237 / 0.9);
}

.border-orange-50\/95 {
  border-color: rgb(255 247 237 / 0.95);
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.border-orange-500\/0 {
  border-color: rgb(249 115 22 / 0);
}

.border-orange-500\/10 {
  border-color: rgb(249 115 22 / 0.1);
}

.border-orange-500\/100 {
  border-color: rgb(249 115 22 / 1);
}

.border-orange-500\/15 {
  border-color: rgb(249 115 22 / 0.15);
}

.border-orange-500\/20 {
  border-color: rgb(249 115 22 / 0.2);
}

.border-orange-500\/25 {
  border-color: rgb(249 115 22 / 0.25);
}

.border-orange-500\/30 {
  border-color: rgb(249 115 22 / 0.3);
}

.border-orange-500\/35 {
  border-color: rgb(249 115 22 / 0.35);
}

.border-orange-500\/40 {
  border-color: rgb(249 115 22 / 0.4);
}

.border-orange-500\/45 {
  border-color: rgb(249 115 22 / 0.45);
}

.border-orange-500\/5 {
  border-color: rgb(249 115 22 / 0.05);
}

.border-orange-500\/50 {
  border-color: rgb(249 115 22 / 0.5);
}

.border-orange-500\/55 {
  border-color: rgb(249 115 22 / 0.55);
}

.border-orange-500\/60 {
  border-color: rgb(249 115 22 / 0.6);
}

.border-orange-500\/65 {
  border-color: rgb(249 115 22 / 0.65);
}

.border-orange-500\/70 {
  border-color: rgb(249 115 22 / 0.7);
}

.border-orange-500\/75 {
  border-color: rgb(249 115 22 / 0.75);
}

.border-orange-500\/80 {
  border-color: rgb(249 115 22 / 0.8);
}

.border-orange-500\/85 {
  border-color: rgb(249 115 22 / 0.85);
}

.border-orange-500\/90 {
  border-color: rgb(249 115 22 / 0.9);
}

.border-orange-500\/95 {
  border-color: rgb(249 115 22 / 0.95);
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.border-orange-600\/0 {
  border-color: rgb(234 88 12 / 0);
}

.border-orange-600\/10 {
  border-color: rgb(234 88 12 / 0.1);
}

.border-orange-600\/100 {
  border-color: rgb(234 88 12 / 1);
}

.border-orange-600\/15 {
  border-color: rgb(234 88 12 / 0.15);
}

.border-orange-600\/20 {
  border-color: rgb(234 88 12 / 0.2);
}

.border-orange-600\/25 {
  border-color: rgb(234 88 12 / 0.25);
}

.border-orange-600\/30 {
  border-color: rgb(234 88 12 / 0.3);
}

.border-orange-600\/35 {
  border-color: rgb(234 88 12 / 0.35);
}

.border-orange-600\/40 {
  border-color: rgb(234 88 12 / 0.4);
}

.border-orange-600\/45 {
  border-color: rgb(234 88 12 / 0.45);
}

.border-orange-600\/5 {
  border-color: rgb(234 88 12 / 0.05);
}

.border-orange-600\/50 {
  border-color: rgb(234 88 12 / 0.5);
}

.border-orange-600\/55 {
  border-color: rgb(234 88 12 / 0.55);
}

.border-orange-600\/60 {
  border-color: rgb(234 88 12 / 0.6);
}

.border-orange-600\/65 {
  border-color: rgb(234 88 12 / 0.65);
}

.border-orange-600\/70 {
  border-color: rgb(234 88 12 / 0.7);
}

.border-orange-600\/75 {
  border-color: rgb(234 88 12 / 0.75);
}

.border-orange-600\/80 {
  border-color: rgb(234 88 12 / 0.8);
}

.border-orange-600\/85 {
  border-color: rgb(234 88 12 / 0.85);
}

.border-orange-600\/90 {
  border-color: rgb(234 88 12 / 0.9);
}

.border-orange-600\/95 {
  border-color: rgb(234 88 12 / 0.95);
}

.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}

.border-orange-700\/0 {
  border-color: rgb(194 65 12 / 0);
}

.border-orange-700\/10 {
  border-color: rgb(194 65 12 / 0.1);
}

.border-orange-700\/100 {
  border-color: rgb(194 65 12 / 1);
}

.border-orange-700\/15 {
  border-color: rgb(194 65 12 / 0.15);
}

.border-orange-700\/20 {
  border-color: rgb(194 65 12 / 0.2);
}

.border-orange-700\/25 {
  border-color: rgb(194 65 12 / 0.25);
}

.border-orange-700\/30 {
  border-color: rgb(194 65 12 / 0.3);
}

.border-orange-700\/35 {
  border-color: rgb(194 65 12 / 0.35);
}

.border-orange-700\/40 {
  border-color: rgb(194 65 12 / 0.4);
}

.border-orange-700\/45 {
  border-color: rgb(194 65 12 / 0.45);
}

.border-orange-700\/5 {
  border-color: rgb(194 65 12 / 0.05);
}

.border-orange-700\/50 {
  border-color: rgb(194 65 12 / 0.5);
}

.border-orange-700\/55 {
  border-color: rgb(194 65 12 / 0.55);
}

.border-orange-700\/60 {
  border-color: rgb(194 65 12 / 0.6);
}

.border-orange-700\/65 {
  border-color: rgb(194 65 12 / 0.65);
}

.border-orange-700\/70 {
  border-color: rgb(194 65 12 / 0.7);
}

.border-orange-700\/75 {
  border-color: rgb(194 65 12 / 0.75);
}

.border-orange-700\/80 {
  border-color: rgb(194 65 12 / 0.8);
}

.border-orange-700\/85 {
  border-color: rgb(194 65 12 / 0.85);
}

.border-orange-700\/90 {
  border-color: rgb(194 65 12 / 0.9);
}

.border-orange-700\/95 {
  border-color: rgb(194 65 12 / 0.95);
}

.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}

.border-orange-800\/0 {
  border-color: rgb(154 52 18 / 0);
}

.border-orange-800\/10 {
  border-color: rgb(154 52 18 / 0.1);
}

.border-orange-800\/100 {
  border-color: rgb(154 52 18 / 1);
}

.border-orange-800\/15 {
  border-color: rgb(154 52 18 / 0.15);
}

.border-orange-800\/20 {
  border-color: rgb(154 52 18 / 0.2);
}

.border-orange-800\/25 {
  border-color: rgb(154 52 18 / 0.25);
}

.border-orange-800\/30 {
  border-color: rgb(154 52 18 / 0.3);
}

.border-orange-800\/35 {
  border-color: rgb(154 52 18 / 0.35);
}

.border-orange-800\/40 {
  border-color: rgb(154 52 18 / 0.4);
}

.border-orange-800\/45 {
  border-color: rgb(154 52 18 / 0.45);
}

.border-orange-800\/5 {
  border-color: rgb(154 52 18 / 0.05);
}

.border-orange-800\/50 {
  border-color: rgb(154 52 18 / 0.5);
}

.border-orange-800\/55 {
  border-color: rgb(154 52 18 / 0.55);
}

.border-orange-800\/60 {
  border-color: rgb(154 52 18 / 0.6);
}

.border-orange-800\/65 {
  border-color: rgb(154 52 18 / 0.65);
}

.border-orange-800\/70 {
  border-color: rgb(154 52 18 / 0.7);
}

.border-orange-800\/75 {
  border-color: rgb(154 52 18 / 0.75);
}

.border-orange-800\/80 {
  border-color: rgb(154 52 18 / 0.8);
}

.border-orange-800\/85 {
  border-color: rgb(154 52 18 / 0.85);
}

.border-orange-800\/90 {
  border-color: rgb(154 52 18 / 0.9);
}

.border-orange-800\/95 {
  border-color: rgb(154 52 18 / 0.95);
}

.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}

.border-orange-900\/0 {
  border-color: rgb(124 45 18 / 0);
}

.border-orange-900\/10 {
  border-color: rgb(124 45 18 / 0.1);
}

.border-orange-900\/100 {
  border-color: rgb(124 45 18 / 1);
}

.border-orange-900\/15 {
  border-color: rgb(124 45 18 / 0.15);
}

.border-orange-900\/20 {
  border-color: rgb(124 45 18 / 0.2);
}

.border-orange-900\/25 {
  border-color: rgb(124 45 18 / 0.25);
}

.border-orange-900\/30 {
  border-color: rgb(124 45 18 / 0.3);
}

.border-orange-900\/35 {
  border-color: rgb(124 45 18 / 0.35);
}

.border-orange-900\/40 {
  border-color: rgb(124 45 18 / 0.4);
}

.border-orange-900\/45 {
  border-color: rgb(124 45 18 / 0.45);
}

.border-orange-900\/5 {
  border-color: rgb(124 45 18 / 0.05);
}

.border-orange-900\/50 {
  border-color: rgb(124 45 18 / 0.5);
}

.border-orange-900\/55 {
  border-color: rgb(124 45 18 / 0.55);
}

.border-orange-900\/60 {
  border-color: rgb(124 45 18 / 0.6);
}

.border-orange-900\/65 {
  border-color: rgb(124 45 18 / 0.65);
}

.border-orange-900\/70 {
  border-color: rgb(124 45 18 / 0.7);
}

.border-orange-900\/75 {
  border-color: rgb(124 45 18 / 0.75);
}

.border-orange-900\/80 {
  border-color: rgb(124 45 18 / 0.8);
}

.border-orange-900\/85 {
  border-color: rgb(124 45 18 / 0.85);
}

.border-orange-900\/90 {
  border-color: rgb(124 45 18 / 0.9);
}

.border-orange-900\/95 {
  border-color: rgb(124 45 18 / 0.95);
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.border-pink-100\/0 {
  border-color: rgb(252 231 243 / 0);
}

.border-pink-100\/10 {
  border-color: rgb(252 231 243 / 0.1);
}

.border-pink-100\/100 {
  border-color: rgb(252 231 243 / 1);
}

.border-pink-100\/15 {
  border-color: rgb(252 231 243 / 0.15);
}

.border-pink-100\/20 {
  border-color: rgb(252 231 243 / 0.2);
}

.border-pink-100\/25 {
  border-color: rgb(252 231 243 / 0.25);
}

.border-pink-100\/30 {
  border-color: rgb(252 231 243 / 0.3);
}

.border-pink-100\/35 {
  border-color: rgb(252 231 243 / 0.35);
}

.border-pink-100\/40 {
  border-color: rgb(252 231 243 / 0.4);
}

.border-pink-100\/45 {
  border-color: rgb(252 231 243 / 0.45);
}

.border-pink-100\/5 {
  border-color: rgb(252 231 243 / 0.05);
}

.border-pink-100\/50 {
  border-color: rgb(252 231 243 / 0.5);
}

.border-pink-100\/55 {
  border-color: rgb(252 231 243 / 0.55);
}

.border-pink-100\/60 {
  border-color: rgb(252 231 243 / 0.6);
}

.border-pink-100\/65 {
  border-color: rgb(252 231 243 / 0.65);
}

.border-pink-100\/70 {
  border-color: rgb(252 231 243 / 0.7);
}

.border-pink-100\/75 {
  border-color: rgb(252 231 243 / 0.75);
}

.border-pink-100\/80 {
  border-color: rgb(252 231 243 / 0.8);
}

.border-pink-100\/85 {
  border-color: rgb(252 231 243 / 0.85);
}

.border-pink-100\/90 {
  border-color: rgb(252 231 243 / 0.9);
}

.border-pink-100\/95 {
  border-color: rgb(252 231 243 / 0.95);
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.border-pink-200\/0 {
  border-color: rgb(251 207 232 / 0);
}

.border-pink-200\/10 {
  border-color: rgb(251 207 232 / 0.1);
}

.border-pink-200\/100 {
  border-color: rgb(251 207 232 / 1);
}

.border-pink-200\/15 {
  border-color: rgb(251 207 232 / 0.15);
}

.border-pink-200\/20 {
  border-color: rgb(251 207 232 / 0.2);
}

.border-pink-200\/25 {
  border-color: rgb(251 207 232 / 0.25);
}

.border-pink-200\/30 {
  border-color: rgb(251 207 232 / 0.3);
}

.border-pink-200\/35 {
  border-color: rgb(251 207 232 / 0.35);
}

.border-pink-200\/40 {
  border-color: rgb(251 207 232 / 0.4);
}

.border-pink-200\/45 {
  border-color: rgb(251 207 232 / 0.45);
}

.border-pink-200\/5 {
  border-color: rgb(251 207 232 / 0.05);
}

.border-pink-200\/50 {
  border-color: rgb(251 207 232 / 0.5);
}

.border-pink-200\/55 {
  border-color: rgb(251 207 232 / 0.55);
}

.border-pink-200\/60 {
  border-color: rgb(251 207 232 / 0.6);
}

.border-pink-200\/65 {
  border-color: rgb(251 207 232 / 0.65);
}

.border-pink-200\/70 {
  border-color: rgb(251 207 232 / 0.7);
}

.border-pink-200\/75 {
  border-color: rgb(251 207 232 / 0.75);
}

.border-pink-200\/80 {
  border-color: rgb(251 207 232 / 0.8);
}

.border-pink-200\/85 {
  border-color: rgb(251 207 232 / 0.85);
}

.border-pink-200\/90 {
  border-color: rgb(251 207 232 / 0.9);
}

.border-pink-200\/95 {
  border-color: rgb(251 207 232 / 0.95);
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.border-pink-300\/0 {
  border-color: rgb(249 168 212 / 0);
}

.border-pink-300\/10 {
  border-color: rgb(249 168 212 / 0.1);
}

.border-pink-300\/100 {
  border-color: rgb(249 168 212 / 1);
}

.border-pink-300\/15 {
  border-color: rgb(249 168 212 / 0.15);
}

.border-pink-300\/20 {
  border-color: rgb(249 168 212 / 0.2);
}

.border-pink-300\/25 {
  border-color: rgb(249 168 212 / 0.25);
}

.border-pink-300\/30 {
  border-color: rgb(249 168 212 / 0.3);
}

.border-pink-300\/35 {
  border-color: rgb(249 168 212 / 0.35);
}

.border-pink-300\/40 {
  border-color: rgb(249 168 212 / 0.4);
}

.border-pink-300\/45 {
  border-color: rgb(249 168 212 / 0.45);
}

.border-pink-300\/5 {
  border-color: rgb(249 168 212 / 0.05);
}

.border-pink-300\/50 {
  border-color: rgb(249 168 212 / 0.5);
}

.border-pink-300\/55 {
  border-color: rgb(249 168 212 / 0.55);
}

.border-pink-300\/60 {
  border-color: rgb(249 168 212 / 0.6);
}

.border-pink-300\/65 {
  border-color: rgb(249 168 212 / 0.65);
}

.border-pink-300\/70 {
  border-color: rgb(249 168 212 / 0.7);
}

.border-pink-300\/75 {
  border-color: rgb(249 168 212 / 0.75);
}

.border-pink-300\/80 {
  border-color: rgb(249 168 212 / 0.8);
}

.border-pink-300\/85 {
  border-color: rgb(249 168 212 / 0.85);
}

.border-pink-300\/90 {
  border-color: rgb(249 168 212 / 0.9);
}

.border-pink-300\/95 {
  border-color: rgb(249 168 212 / 0.95);
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.border-pink-400\/0 {
  border-color: rgb(244 114 182 / 0);
}

.border-pink-400\/10 {
  border-color: rgb(244 114 182 / 0.1);
}

.border-pink-400\/100 {
  border-color: rgb(244 114 182 / 1);
}

.border-pink-400\/15 {
  border-color: rgb(244 114 182 / 0.15);
}

.border-pink-400\/20 {
  border-color: rgb(244 114 182 / 0.2);
}

.border-pink-400\/25 {
  border-color: rgb(244 114 182 / 0.25);
}

.border-pink-400\/30 {
  border-color: rgb(244 114 182 / 0.3);
}

.border-pink-400\/35 {
  border-color: rgb(244 114 182 / 0.35);
}

.border-pink-400\/40 {
  border-color: rgb(244 114 182 / 0.4);
}

.border-pink-400\/45 {
  border-color: rgb(244 114 182 / 0.45);
}

.border-pink-400\/5 {
  border-color: rgb(244 114 182 / 0.05);
}

.border-pink-400\/50 {
  border-color: rgb(244 114 182 / 0.5);
}

.border-pink-400\/55 {
  border-color: rgb(244 114 182 / 0.55);
}

.border-pink-400\/60 {
  border-color: rgb(244 114 182 / 0.6);
}

.border-pink-400\/65 {
  border-color: rgb(244 114 182 / 0.65);
}

.border-pink-400\/70 {
  border-color: rgb(244 114 182 / 0.7);
}

.border-pink-400\/75 {
  border-color: rgb(244 114 182 / 0.75);
}

.border-pink-400\/80 {
  border-color: rgb(244 114 182 / 0.8);
}

.border-pink-400\/85 {
  border-color: rgb(244 114 182 / 0.85);
}

.border-pink-400\/90 {
  border-color: rgb(244 114 182 / 0.9);
}

.border-pink-400\/95 {
  border-color: rgb(244 114 182 / 0.95);
}

.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.border-pink-50\/0 {
  border-color: rgb(253 242 248 / 0);
}

.border-pink-50\/10 {
  border-color: rgb(253 242 248 / 0.1);
}

.border-pink-50\/100 {
  border-color: rgb(253 242 248 / 1);
}

.border-pink-50\/15 {
  border-color: rgb(253 242 248 / 0.15);
}

.border-pink-50\/20 {
  border-color: rgb(253 242 248 / 0.2);
}

.border-pink-50\/25 {
  border-color: rgb(253 242 248 / 0.25);
}

.border-pink-50\/30 {
  border-color: rgb(253 242 248 / 0.3);
}

.border-pink-50\/35 {
  border-color: rgb(253 242 248 / 0.35);
}

.border-pink-50\/40 {
  border-color: rgb(253 242 248 / 0.4);
}

.border-pink-50\/45 {
  border-color: rgb(253 242 248 / 0.45);
}

.border-pink-50\/5 {
  border-color: rgb(253 242 248 / 0.05);
}

.border-pink-50\/50 {
  border-color: rgb(253 242 248 / 0.5);
}

.border-pink-50\/55 {
  border-color: rgb(253 242 248 / 0.55);
}

.border-pink-50\/60 {
  border-color: rgb(253 242 248 / 0.6);
}

.border-pink-50\/65 {
  border-color: rgb(253 242 248 / 0.65);
}

.border-pink-50\/70 {
  border-color: rgb(253 242 248 / 0.7);
}

.border-pink-50\/75 {
  border-color: rgb(253 242 248 / 0.75);
}

.border-pink-50\/80 {
  border-color: rgb(253 242 248 / 0.8);
}

.border-pink-50\/85 {
  border-color: rgb(253 242 248 / 0.85);
}

.border-pink-50\/90 {
  border-color: rgb(253 242 248 / 0.9);
}

.border-pink-50\/95 {
  border-color: rgb(253 242 248 / 0.95);
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.border-pink-500\/0 {
  border-color: rgb(236 72 153 / 0);
}

.border-pink-500\/10 {
  border-color: rgb(236 72 153 / 0.1);
}

.border-pink-500\/100 {
  border-color: rgb(236 72 153 / 1);
}

.border-pink-500\/15 {
  border-color: rgb(236 72 153 / 0.15);
}

.border-pink-500\/20 {
  border-color: rgb(236 72 153 / 0.2);
}

.border-pink-500\/25 {
  border-color: rgb(236 72 153 / 0.25);
}

.border-pink-500\/30 {
  border-color: rgb(236 72 153 / 0.3);
}

.border-pink-500\/35 {
  border-color: rgb(236 72 153 / 0.35);
}

.border-pink-500\/40 {
  border-color: rgb(236 72 153 / 0.4);
}

.border-pink-500\/45 {
  border-color: rgb(236 72 153 / 0.45);
}

.border-pink-500\/5 {
  border-color: rgb(236 72 153 / 0.05);
}

.border-pink-500\/50 {
  border-color: rgb(236 72 153 / 0.5);
}

.border-pink-500\/55 {
  border-color: rgb(236 72 153 / 0.55);
}

.border-pink-500\/60 {
  border-color: rgb(236 72 153 / 0.6);
}

.border-pink-500\/65 {
  border-color: rgb(236 72 153 / 0.65);
}

.border-pink-500\/70 {
  border-color: rgb(236 72 153 / 0.7);
}

.border-pink-500\/75 {
  border-color: rgb(236 72 153 / 0.75);
}

.border-pink-500\/80 {
  border-color: rgb(236 72 153 / 0.8);
}

.border-pink-500\/85 {
  border-color: rgb(236 72 153 / 0.85);
}

.border-pink-500\/90 {
  border-color: rgb(236 72 153 / 0.9);
}

.border-pink-500\/95 {
  border-color: rgb(236 72 153 / 0.95);
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.border-pink-600\/0 {
  border-color: rgb(219 39 119 / 0);
}

.border-pink-600\/10 {
  border-color: rgb(219 39 119 / 0.1);
}

.border-pink-600\/100 {
  border-color: rgb(219 39 119 / 1);
}

.border-pink-600\/15 {
  border-color: rgb(219 39 119 / 0.15);
}

.border-pink-600\/20 {
  border-color: rgb(219 39 119 / 0.2);
}

.border-pink-600\/25 {
  border-color: rgb(219 39 119 / 0.25);
}

.border-pink-600\/30 {
  border-color: rgb(219 39 119 / 0.3);
}

.border-pink-600\/35 {
  border-color: rgb(219 39 119 / 0.35);
}

.border-pink-600\/40 {
  border-color: rgb(219 39 119 / 0.4);
}

.border-pink-600\/45 {
  border-color: rgb(219 39 119 / 0.45);
}

.border-pink-600\/5 {
  border-color: rgb(219 39 119 / 0.05);
}

.border-pink-600\/50 {
  border-color: rgb(219 39 119 / 0.5);
}

.border-pink-600\/55 {
  border-color: rgb(219 39 119 / 0.55);
}

.border-pink-600\/60 {
  border-color: rgb(219 39 119 / 0.6);
}

.border-pink-600\/65 {
  border-color: rgb(219 39 119 / 0.65);
}

.border-pink-600\/70 {
  border-color: rgb(219 39 119 / 0.7);
}

.border-pink-600\/75 {
  border-color: rgb(219 39 119 / 0.75);
}

.border-pink-600\/80 {
  border-color: rgb(219 39 119 / 0.8);
}

.border-pink-600\/85 {
  border-color: rgb(219 39 119 / 0.85);
}

.border-pink-600\/90 {
  border-color: rgb(219 39 119 / 0.9);
}

.border-pink-600\/95 {
  border-color: rgb(219 39 119 / 0.95);
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.border-pink-700\/0 {
  border-color: rgb(190 24 93 / 0);
}

.border-pink-700\/10 {
  border-color: rgb(190 24 93 / 0.1);
}

.border-pink-700\/100 {
  border-color: rgb(190 24 93 / 1);
}

.border-pink-700\/15 {
  border-color: rgb(190 24 93 / 0.15);
}

.border-pink-700\/20 {
  border-color: rgb(190 24 93 / 0.2);
}

.border-pink-700\/25 {
  border-color: rgb(190 24 93 / 0.25);
}

.border-pink-700\/30 {
  border-color: rgb(190 24 93 / 0.3);
}

.border-pink-700\/35 {
  border-color: rgb(190 24 93 / 0.35);
}

.border-pink-700\/40 {
  border-color: rgb(190 24 93 / 0.4);
}

.border-pink-700\/45 {
  border-color: rgb(190 24 93 / 0.45);
}

.border-pink-700\/5 {
  border-color: rgb(190 24 93 / 0.05);
}

.border-pink-700\/50 {
  border-color: rgb(190 24 93 / 0.5);
}

.border-pink-700\/55 {
  border-color: rgb(190 24 93 / 0.55);
}

.border-pink-700\/60 {
  border-color: rgb(190 24 93 / 0.6);
}

.border-pink-700\/65 {
  border-color: rgb(190 24 93 / 0.65);
}

.border-pink-700\/70 {
  border-color: rgb(190 24 93 / 0.7);
}

.border-pink-700\/75 {
  border-color: rgb(190 24 93 / 0.75);
}

.border-pink-700\/80 {
  border-color: rgb(190 24 93 / 0.8);
}

.border-pink-700\/85 {
  border-color: rgb(190 24 93 / 0.85);
}

.border-pink-700\/90 {
  border-color: rgb(190 24 93 / 0.9);
}

.border-pink-700\/95 {
  border-color: rgb(190 24 93 / 0.95);
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.border-pink-800\/0 {
  border-color: rgb(157 23 77 / 0);
}

.border-pink-800\/10 {
  border-color: rgb(157 23 77 / 0.1);
}

.border-pink-800\/100 {
  border-color: rgb(157 23 77 / 1);
}

.border-pink-800\/15 {
  border-color: rgb(157 23 77 / 0.15);
}

.border-pink-800\/20 {
  border-color: rgb(157 23 77 / 0.2);
}

.border-pink-800\/25 {
  border-color: rgb(157 23 77 / 0.25);
}

.border-pink-800\/30 {
  border-color: rgb(157 23 77 / 0.3);
}

.border-pink-800\/35 {
  border-color: rgb(157 23 77 / 0.35);
}

.border-pink-800\/40 {
  border-color: rgb(157 23 77 / 0.4);
}

.border-pink-800\/45 {
  border-color: rgb(157 23 77 / 0.45);
}

.border-pink-800\/5 {
  border-color: rgb(157 23 77 / 0.05);
}

.border-pink-800\/50 {
  border-color: rgb(157 23 77 / 0.5);
}

.border-pink-800\/55 {
  border-color: rgb(157 23 77 / 0.55);
}

.border-pink-800\/60 {
  border-color: rgb(157 23 77 / 0.6);
}

.border-pink-800\/65 {
  border-color: rgb(157 23 77 / 0.65);
}

.border-pink-800\/70 {
  border-color: rgb(157 23 77 / 0.7);
}

.border-pink-800\/75 {
  border-color: rgb(157 23 77 / 0.75);
}

.border-pink-800\/80 {
  border-color: rgb(157 23 77 / 0.8);
}

.border-pink-800\/85 {
  border-color: rgb(157 23 77 / 0.85);
}

.border-pink-800\/90 {
  border-color: rgb(157 23 77 / 0.9);
}

.border-pink-800\/95 {
  border-color: rgb(157 23 77 / 0.95);
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.border-pink-900\/0 {
  border-color: rgb(131 24 67 / 0);
}

.border-pink-900\/10 {
  border-color: rgb(131 24 67 / 0.1);
}

.border-pink-900\/100 {
  border-color: rgb(131 24 67 / 1);
}

.border-pink-900\/15 {
  border-color: rgb(131 24 67 / 0.15);
}

.border-pink-900\/20 {
  border-color: rgb(131 24 67 / 0.2);
}

.border-pink-900\/25 {
  border-color: rgb(131 24 67 / 0.25);
}

.border-pink-900\/30 {
  border-color: rgb(131 24 67 / 0.3);
}

.border-pink-900\/35 {
  border-color: rgb(131 24 67 / 0.35);
}

.border-pink-900\/40 {
  border-color: rgb(131 24 67 / 0.4);
}

.border-pink-900\/45 {
  border-color: rgb(131 24 67 / 0.45);
}

.border-pink-900\/5 {
  border-color: rgb(131 24 67 / 0.05);
}

.border-pink-900\/50 {
  border-color: rgb(131 24 67 / 0.5);
}

.border-pink-900\/55 {
  border-color: rgb(131 24 67 / 0.55);
}

.border-pink-900\/60 {
  border-color: rgb(131 24 67 / 0.6);
}

.border-pink-900\/65 {
  border-color: rgb(131 24 67 / 0.65);
}

.border-pink-900\/70 {
  border-color: rgb(131 24 67 / 0.7);
}

.border-pink-900\/75 {
  border-color: rgb(131 24 67 / 0.75);
}

.border-pink-900\/80 {
  border-color: rgb(131 24 67 / 0.8);
}

.border-pink-900\/85 {
  border-color: rgb(131 24 67 / 0.85);
}

.border-pink-900\/90 {
  border-color: rgb(131 24 67 / 0.9);
}

.border-pink-900\/95 {
  border-color: rgb(131 24 67 / 0.95);
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

.border-purple-100\/0 {
  border-color: rgb(243 232 255 / 0);
}

.border-purple-100\/10 {
  border-color: rgb(243 232 255 / 0.1);
}

.border-purple-100\/100 {
  border-color: rgb(243 232 255 / 1);
}

.border-purple-100\/15 {
  border-color: rgb(243 232 255 / 0.15);
}

.border-purple-100\/20 {
  border-color: rgb(243 232 255 / 0.2);
}

.border-purple-100\/25 {
  border-color: rgb(243 232 255 / 0.25);
}

.border-purple-100\/30 {
  border-color: rgb(243 232 255 / 0.3);
}

.border-purple-100\/35 {
  border-color: rgb(243 232 255 / 0.35);
}

.border-purple-100\/40 {
  border-color: rgb(243 232 255 / 0.4);
}

.border-purple-100\/45 {
  border-color: rgb(243 232 255 / 0.45);
}

.border-purple-100\/5 {
  border-color: rgb(243 232 255 / 0.05);
}

.border-purple-100\/50 {
  border-color: rgb(243 232 255 / 0.5);
}

.border-purple-100\/55 {
  border-color: rgb(243 232 255 / 0.55);
}

.border-purple-100\/60 {
  border-color: rgb(243 232 255 / 0.6);
}

.border-purple-100\/65 {
  border-color: rgb(243 232 255 / 0.65);
}

.border-purple-100\/70 {
  border-color: rgb(243 232 255 / 0.7);
}

.border-purple-100\/75 {
  border-color: rgb(243 232 255 / 0.75);
}

.border-purple-100\/80 {
  border-color: rgb(243 232 255 / 0.8);
}

.border-purple-100\/85 {
  border-color: rgb(243 232 255 / 0.85);
}

.border-purple-100\/90 {
  border-color: rgb(243 232 255 / 0.9);
}

.border-purple-100\/95 {
  border-color: rgb(243 232 255 / 0.95);
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.border-purple-200\/0 {
  border-color: rgb(233 213 255 / 0);
}

.border-purple-200\/10 {
  border-color: rgb(233 213 255 / 0.1);
}

.border-purple-200\/100 {
  border-color: rgb(233 213 255 / 1);
}

.border-purple-200\/15 {
  border-color: rgb(233 213 255 / 0.15);
}

.border-purple-200\/20 {
  border-color: rgb(233 213 255 / 0.2);
}

.border-purple-200\/25 {
  border-color: rgb(233 213 255 / 0.25);
}

.border-purple-200\/30 {
  border-color: rgb(233 213 255 / 0.3);
}

.border-purple-200\/35 {
  border-color: rgb(233 213 255 / 0.35);
}

.border-purple-200\/40 {
  border-color: rgb(233 213 255 / 0.4);
}

.border-purple-200\/45 {
  border-color: rgb(233 213 255 / 0.45);
}

.border-purple-200\/5 {
  border-color: rgb(233 213 255 / 0.05);
}

.border-purple-200\/50 {
  border-color: rgb(233 213 255 / 0.5);
}

.border-purple-200\/55 {
  border-color: rgb(233 213 255 / 0.55);
}

.border-purple-200\/60 {
  border-color: rgb(233 213 255 / 0.6);
}

.border-purple-200\/65 {
  border-color: rgb(233 213 255 / 0.65);
}

.border-purple-200\/70 {
  border-color: rgb(233 213 255 / 0.7);
}

.border-purple-200\/75 {
  border-color: rgb(233 213 255 / 0.75);
}

.border-purple-200\/80 {
  border-color: rgb(233 213 255 / 0.8);
}

.border-purple-200\/85 {
  border-color: rgb(233 213 255 / 0.85);
}

.border-purple-200\/90 {
  border-color: rgb(233 213 255 / 0.9);
}

.border-purple-200\/95 {
  border-color: rgb(233 213 255 / 0.95);
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.border-purple-300\/0 {
  border-color: rgb(216 180 254 / 0);
}

.border-purple-300\/10 {
  border-color: rgb(216 180 254 / 0.1);
}

.border-purple-300\/100 {
  border-color: rgb(216 180 254 / 1);
}

.border-purple-300\/15 {
  border-color: rgb(216 180 254 / 0.15);
}

.border-purple-300\/20 {
  border-color: rgb(216 180 254 / 0.2);
}

.border-purple-300\/25 {
  border-color: rgb(216 180 254 / 0.25);
}

.border-purple-300\/30 {
  border-color: rgb(216 180 254 / 0.3);
}

.border-purple-300\/35 {
  border-color: rgb(216 180 254 / 0.35);
}

.border-purple-300\/40 {
  border-color: rgb(216 180 254 / 0.4);
}

.border-purple-300\/45 {
  border-color: rgb(216 180 254 / 0.45);
}

.border-purple-300\/5 {
  border-color: rgb(216 180 254 / 0.05);
}

.border-purple-300\/50 {
  border-color: rgb(216 180 254 / 0.5);
}

.border-purple-300\/55 {
  border-color: rgb(216 180 254 / 0.55);
}

.border-purple-300\/60 {
  border-color: rgb(216 180 254 / 0.6);
}

.border-purple-300\/65 {
  border-color: rgb(216 180 254 / 0.65);
}

.border-purple-300\/70 {
  border-color: rgb(216 180 254 / 0.7);
}

.border-purple-300\/75 {
  border-color: rgb(216 180 254 / 0.75);
}

.border-purple-300\/80 {
  border-color: rgb(216 180 254 / 0.8);
}

.border-purple-300\/85 {
  border-color: rgb(216 180 254 / 0.85);
}

.border-purple-300\/90 {
  border-color: rgb(216 180 254 / 0.9);
}

.border-purple-300\/95 {
  border-color: rgb(216 180 254 / 0.95);
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.border-purple-400\/0 {
  border-color: rgb(192 132 252 / 0);
}

.border-purple-400\/10 {
  border-color: rgb(192 132 252 / 0.1);
}

.border-purple-400\/100 {
  border-color: rgb(192 132 252 / 1);
}

.border-purple-400\/15 {
  border-color: rgb(192 132 252 / 0.15);
}

.border-purple-400\/20 {
  border-color: rgb(192 132 252 / 0.2);
}

.border-purple-400\/25 {
  border-color: rgb(192 132 252 / 0.25);
}

.border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}

.border-purple-400\/35 {
  border-color: rgb(192 132 252 / 0.35);
}

.border-purple-400\/40 {
  border-color: rgb(192 132 252 / 0.4);
}

.border-purple-400\/45 {
  border-color: rgb(192 132 252 / 0.45);
}

.border-purple-400\/5 {
  border-color: rgb(192 132 252 / 0.05);
}

.border-purple-400\/50 {
  border-color: rgb(192 132 252 / 0.5);
}

.border-purple-400\/55 {
  border-color: rgb(192 132 252 / 0.55);
}

.border-purple-400\/60 {
  border-color: rgb(192 132 252 / 0.6);
}

.border-purple-400\/65 {
  border-color: rgb(192 132 252 / 0.65);
}

.border-purple-400\/70 {
  border-color: rgb(192 132 252 / 0.7);
}

.border-purple-400\/75 {
  border-color: rgb(192 132 252 / 0.75);
}

.border-purple-400\/80 {
  border-color: rgb(192 132 252 / 0.8);
}

.border-purple-400\/85 {
  border-color: rgb(192 132 252 / 0.85);
}

.border-purple-400\/90 {
  border-color: rgb(192 132 252 / 0.9);
}

.border-purple-400\/95 {
  border-color: rgb(192 132 252 / 0.95);
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.border-purple-50\/0 {
  border-color: rgb(250 245 255 / 0);
}

.border-purple-50\/10 {
  border-color: rgb(250 245 255 / 0.1);
}

.border-purple-50\/100 {
  border-color: rgb(250 245 255 / 1);
}

.border-purple-50\/15 {
  border-color: rgb(250 245 255 / 0.15);
}

.border-purple-50\/20 {
  border-color: rgb(250 245 255 / 0.2);
}

.border-purple-50\/25 {
  border-color: rgb(250 245 255 / 0.25);
}

.border-purple-50\/30 {
  border-color: rgb(250 245 255 / 0.3);
}

.border-purple-50\/35 {
  border-color: rgb(250 245 255 / 0.35);
}

.border-purple-50\/40 {
  border-color: rgb(250 245 255 / 0.4);
}

.border-purple-50\/45 {
  border-color: rgb(250 245 255 / 0.45);
}

.border-purple-50\/5 {
  border-color: rgb(250 245 255 / 0.05);
}

.border-purple-50\/50 {
  border-color: rgb(250 245 255 / 0.5);
}

.border-purple-50\/55 {
  border-color: rgb(250 245 255 / 0.55);
}

.border-purple-50\/60 {
  border-color: rgb(250 245 255 / 0.6);
}

.border-purple-50\/65 {
  border-color: rgb(250 245 255 / 0.65);
}

.border-purple-50\/70 {
  border-color: rgb(250 245 255 / 0.7);
}

.border-purple-50\/75 {
  border-color: rgb(250 245 255 / 0.75);
}

.border-purple-50\/80 {
  border-color: rgb(250 245 255 / 0.8);
}

.border-purple-50\/85 {
  border-color: rgb(250 245 255 / 0.85);
}

.border-purple-50\/90 {
  border-color: rgb(250 245 255 / 0.9);
}

.border-purple-50\/95 {
  border-color: rgb(250 245 255 / 0.95);
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.border-purple-500\/0 {
  border-color: rgb(168 85 247 / 0);
}

.border-purple-500\/10 {
  border-color: rgb(168 85 247 / 0.1);
}

.border-purple-500\/100 {
  border-color: rgb(168 85 247 / 1);
}

.border-purple-500\/15 {
  border-color: rgb(168 85 247 / 0.15);
}

.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}

.border-purple-500\/25 {
  border-color: rgb(168 85 247 / 0.25);
}

.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}

.border-purple-500\/35 {
  border-color: rgb(168 85 247 / 0.35);
}

.border-purple-500\/40 {
  border-color: rgb(168 85 247 / 0.4);
}

.border-purple-500\/45 {
  border-color: rgb(168 85 247 / 0.45);
}

.border-purple-500\/5 {
  border-color: rgb(168 85 247 / 0.05);
}

.border-purple-500\/50 {
  border-color: rgb(168 85 247 / 0.5);
}

.border-purple-500\/55 {
  border-color: rgb(168 85 247 / 0.55);
}

.border-purple-500\/60 {
  border-color: rgb(168 85 247 / 0.6);
}

.border-purple-500\/65 {
  border-color: rgb(168 85 247 / 0.65);
}

.border-purple-500\/70 {
  border-color: rgb(168 85 247 / 0.7);
}

.border-purple-500\/75 {
  border-color: rgb(168 85 247 / 0.75);
}

.border-purple-500\/80 {
  border-color: rgb(168 85 247 / 0.8);
}

.border-purple-500\/85 {
  border-color: rgb(168 85 247 / 0.85);
}

.border-purple-500\/90 {
  border-color: rgb(168 85 247 / 0.9);
}

.border-purple-500\/95 {
  border-color: rgb(168 85 247 / 0.95);
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.border-purple-600\/0 {
  border-color: rgb(147 51 234 / 0);
}

.border-purple-600\/10 {
  border-color: rgb(147 51 234 / 0.1);
}

.border-purple-600\/100 {
  border-color: rgb(147 51 234 / 1);
}

.border-purple-600\/15 {
  border-color: rgb(147 51 234 / 0.15);
}

.border-purple-600\/20 {
  border-color: rgb(147 51 234 / 0.2);
}

.border-purple-600\/25 {
  border-color: rgb(147 51 234 / 0.25);
}

.border-purple-600\/30 {
  border-color: rgb(147 51 234 / 0.3);
}

.border-purple-600\/35 {
  border-color: rgb(147 51 234 / 0.35);
}

.border-purple-600\/40 {
  border-color: rgb(147 51 234 / 0.4);
}

.border-purple-600\/45 {
  border-color: rgb(147 51 234 / 0.45);
}

.border-purple-600\/5 {
  border-color: rgb(147 51 234 / 0.05);
}

.border-purple-600\/50 {
  border-color: rgb(147 51 234 / 0.5);
}

.border-purple-600\/55 {
  border-color: rgb(147 51 234 / 0.55);
}

.border-purple-600\/60 {
  border-color: rgb(147 51 234 / 0.6);
}

.border-purple-600\/65 {
  border-color: rgb(147 51 234 / 0.65);
}

.border-purple-600\/70 {
  border-color: rgb(147 51 234 / 0.7);
}

.border-purple-600\/75 {
  border-color: rgb(147 51 234 / 0.75);
}

.border-purple-600\/80 {
  border-color: rgb(147 51 234 / 0.8);
}

.border-purple-600\/85 {
  border-color: rgb(147 51 234 / 0.85);
}

.border-purple-600\/90 {
  border-color: rgb(147 51 234 / 0.9);
}

.border-purple-600\/95 {
  border-color: rgb(147 51 234 / 0.95);
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}

.border-purple-700\/0 {
  border-color: rgb(126 34 206 / 0);
}

.border-purple-700\/10 {
  border-color: rgb(126 34 206 / 0.1);
}

.border-purple-700\/100 {
  border-color: rgb(126 34 206 / 1);
}

.border-purple-700\/15 {
  border-color: rgb(126 34 206 / 0.15);
}

.border-purple-700\/20 {
  border-color: rgb(126 34 206 / 0.2);
}

.border-purple-700\/25 {
  border-color: rgb(126 34 206 / 0.25);
}

.border-purple-700\/30 {
  border-color: rgb(126 34 206 / 0.3);
}

.border-purple-700\/35 {
  border-color: rgb(126 34 206 / 0.35);
}

.border-purple-700\/40 {
  border-color: rgb(126 34 206 / 0.4);
}

.border-purple-700\/45 {
  border-color: rgb(126 34 206 / 0.45);
}

.border-purple-700\/5 {
  border-color: rgb(126 34 206 / 0.05);
}

.border-purple-700\/50 {
  border-color: rgb(126 34 206 / 0.5);
}

.border-purple-700\/55 {
  border-color: rgb(126 34 206 / 0.55);
}

.border-purple-700\/60 {
  border-color: rgb(126 34 206 / 0.6);
}

.border-purple-700\/65 {
  border-color: rgb(126 34 206 / 0.65);
}

.border-purple-700\/70 {
  border-color: rgb(126 34 206 / 0.7);
}

.border-purple-700\/75 {
  border-color: rgb(126 34 206 / 0.75);
}

.border-purple-700\/80 {
  border-color: rgb(126 34 206 / 0.8);
}

.border-purple-700\/85 {
  border-color: rgb(126 34 206 / 0.85);
}

.border-purple-700\/90 {
  border-color: rgb(126 34 206 / 0.9);
}

.border-purple-700\/95 {
  border-color: rgb(126 34 206 / 0.95);
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.border-purple-800\/0 {
  border-color: rgb(107 33 168 / 0);
}

.border-purple-800\/10 {
  border-color: rgb(107 33 168 / 0.1);
}

.border-purple-800\/100 {
  border-color: rgb(107 33 168 / 1);
}

.border-purple-800\/15 {
  border-color: rgb(107 33 168 / 0.15);
}

.border-purple-800\/20 {
  border-color: rgb(107 33 168 / 0.2);
}

.border-purple-800\/25 {
  border-color: rgb(107 33 168 / 0.25);
}

.border-purple-800\/30 {
  border-color: rgb(107 33 168 / 0.3);
}

.border-purple-800\/35 {
  border-color: rgb(107 33 168 / 0.35);
}

.border-purple-800\/40 {
  border-color: rgb(107 33 168 / 0.4);
}

.border-purple-800\/45 {
  border-color: rgb(107 33 168 / 0.45);
}

.border-purple-800\/5 {
  border-color: rgb(107 33 168 / 0.05);
}

.border-purple-800\/50 {
  border-color: rgb(107 33 168 / 0.5);
}

.border-purple-800\/55 {
  border-color: rgb(107 33 168 / 0.55);
}

.border-purple-800\/60 {
  border-color: rgb(107 33 168 / 0.6);
}

.border-purple-800\/65 {
  border-color: rgb(107 33 168 / 0.65);
}

.border-purple-800\/70 {
  border-color: rgb(107 33 168 / 0.7);
}

.border-purple-800\/75 {
  border-color: rgb(107 33 168 / 0.75);
}

.border-purple-800\/80 {
  border-color: rgb(107 33 168 / 0.8);
}

.border-purple-800\/85 {
  border-color: rgb(107 33 168 / 0.85);
}

.border-purple-800\/90 {
  border-color: rgb(107 33 168 / 0.9);
}

.border-purple-800\/95 {
  border-color: rgb(107 33 168 / 0.95);
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.border-purple-900\/0 {
  border-color: rgb(88 28 135 / 0);
}

.border-purple-900\/10 {
  border-color: rgb(88 28 135 / 0.1);
}

.border-purple-900\/100 {
  border-color: rgb(88 28 135 / 1);
}

.border-purple-900\/15 {
  border-color: rgb(88 28 135 / 0.15);
}

.border-purple-900\/20 {
  border-color: rgb(88 28 135 / 0.2);
}

.border-purple-900\/25 {
  border-color: rgb(88 28 135 / 0.25);
}

.border-purple-900\/30 {
  border-color: rgb(88 28 135 / 0.3);
}

.border-purple-900\/35 {
  border-color: rgb(88 28 135 / 0.35);
}

.border-purple-900\/40 {
  border-color: rgb(88 28 135 / 0.4);
}

.border-purple-900\/45 {
  border-color: rgb(88 28 135 / 0.45);
}

.border-purple-900\/5 {
  border-color: rgb(88 28 135 / 0.05);
}

.border-purple-900\/50 {
  border-color: rgb(88 28 135 / 0.5);
}

.border-purple-900\/55 {
  border-color: rgb(88 28 135 / 0.55);
}

.border-purple-900\/60 {
  border-color: rgb(88 28 135 / 0.6);
}

.border-purple-900\/65 {
  border-color: rgb(88 28 135 / 0.65);
}

.border-purple-900\/70 {
  border-color: rgb(88 28 135 / 0.7);
}

.border-purple-900\/75 {
  border-color: rgb(88 28 135 / 0.75);
}

.border-purple-900\/80 {
  border-color: rgb(88 28 135 / 0.8);
}

.border-purple-900\/85 {
  border-color: rgb(88 28 135 / 0.85);
}

.border-purple-900\/90 {
  border-color: rgb(88 28 135 / 0.9);
}

.border-purple-900\/95 {
  border-color: rgb(88 28 135 / 0.95);
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.border-red-100\/0 {
  border-color: rgb(254 226 226 / 0);
}

.border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}

.border-red-100\/100 {
  border-color: rgb(254 226 226 / 1);
}

.border-red-100\/15 {
  border-color: rgb(254 226 226 / 0.15);
}

.border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}

.border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}

.border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}

.border-red-100\/35 {
  border-color: rgb(254 226 226 / 0.35);
}

.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}

.border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}

.border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}

.border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}

.border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55);
}

.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}

.border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}

.border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}

.border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}

.border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}

.border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85);
}

.border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}

.border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0);
}

.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}

.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1);
}

.border-red-200\/15 {
  border-color: rgb(254 202 202 / 0.15);
}

.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}

.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}

.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}

.border-red-200\/35 {
  border-color: rgb(254 202 202 / 0.35);
}

.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}

.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}

.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}

.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}

.border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55);
}

.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}

.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}

.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}

.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}

.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}

.border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85);
}

.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}

.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-red-300\/0 {
  border-color: rgb(252 165 165 / 0);
}

.border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}

.border-red-300\/100 {
  border-color: rgb(252 165 165 / 1);
}

.border-red-300\/15 {
  border-color: rgb(252 165 165 / 0.15);
}

.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}

.border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}

.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}

.border-red-300\/35 {
  border-color: rgb(252 165 165 / 0.35);
}

.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}

.border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45);
}

.border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}

.border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}

.border-red-300\/55 {
  border-color: rgb(252 165 165 / 0.55);
}

.border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}

.border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}

.border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}

.border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}

.border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}

.border-red-300\/85 {
  border-color: rgb(252 165 165 / 0.85);
}

.border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}

.border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-red-400\/0 {
  border-color: rgb(248 113 113 / 0);
}

.border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}

.border-red-400\/100 {
  border-color: rgb(248 113 113 / 1);
}

.border-red-400\/15 {
  border-color: rgb(248 113 113 / 0.15);
}

.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}

.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}

.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}

.border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}

.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}

.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}

.border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}

.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}

.border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}

.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}

.border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}

.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}

.border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}

.border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}

.border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85);
}

.border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}

.border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

.border-red-50\/0 {
  border-color: rgb(254 242 242 / 0);
}

.border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}

.border-red-50\/100 {
  border-color: rgb(254 242 242 / 1);
}

.border-red-50\/15 {
  border-color: rgb(254 242 242 / 0.15);
}

.border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}

.border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}

.border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}

.border-red-50\/35 {
  border-color: rgb(254 242 242 / 0.35);
}

.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}

.border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45);
}

.border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}

.border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}

.border-red-50\/55 {
  border-color: rgb(254 242 242 / 0.55);
}

.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}

.border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65);
}

.border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}

.border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}

.border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}

.border-red-50\/85 {
  border-color: rgb(254 242 242 / 0.85);
}

.border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}

.border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}

.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}

.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}

.border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}

.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}

.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}

.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}

.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}

.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}

.border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}

.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}

.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}

.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}

.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}

.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}

.border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}

.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}

.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-red-600\/0 {
  border-color: rgb(220 38 38 / 0);
}

.border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}

.border-red-600\/100 {
  border-color: rgb(220 38 38 / 1);
}

.border-red-600\/15 {
  border-color: rgb(220 38 38 / 0.15);
}

.border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}

.border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}

.border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}

.border-red-600\/35 {
  border-color: rgb(220 38 38 / 0.35);
}

.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}

.border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45);
}

.border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}

.border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}

.border-red-600\/55 {
  border-color: rgb(220 38 38 / 0.55);
}

.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}

.border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65);
}

.border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}

.border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}

.border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}

.border-red-600\/85 {
  border-color: rgb(220 38 38 / 0.85);
}

.border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}

.border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.border-red-700\/0 {
  border-color: rgb(185 28 28 / 0);
}

.border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}

.border-red-700\/100 {
  border-color: rgb(185 28 28 / 1);
}

.border-red-700\/15 {
  border-color: rgb(185 28 28 / 0.15);
}

.border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}

.border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}

.border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}

.border-red-700\/35 {
  border-color: rgb(185 28 28 / 0.35);
}

.border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}

.border-red-700\/45 {
  border-color: rgb(185 28 28 / 0.45);
}

.border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}

.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}

.border-red-700\/55 {
  border-color: rgb(185 28 28 / 0.55);
}

.border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}

.border-red-700\/65 {
  border-color: rgb(185 28 28 / 0.65);
}

.border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}

.border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}

.border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}

.border-red-700\/85 {
  border-color: rgb(185 28 28 / 0.85);
}

.border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}

.border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.border-red-800\/0 {
  border-color: rgb(153 27 27 / 0);
}

.border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}

.border-red-800\/100 {
  border-color: rgb(153 27 27 / 1);
}

.border-red-800\/15 {
  border-color: rgb(153 27 27 / 0.15);
}

.border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}

.border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}

.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}

.border-red-800\/35 {
  border-color: rgb(153 27 27 / 0.35);
}

.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}

.border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45);
}

.border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}

.border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}

.border-red-800\/55 {
  border-color: rgb(153 27 27 / 0.55);
}

.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}

.border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65);
}

.border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}

.border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}

.border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}

.border-red-800\/85 {
  border-color: rgb(153 27 27 / 0.85);
}

.border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}

.border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.border-red-900\/0 {
  border-color: rgb(127 29 29 / 0);
}

.border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}

.border-red-900\/100 {
  border-color: rgb(127 29 29 / 1);
}

.border-red-900\/15 {
  border-color: rgb(127 29 29 / 0.15);
}

.border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}

.border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}

.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}

.border-red-900\/35 {
  border-color: rgb(127 29 29 / 0.35);
}

.border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}

.border-red-900\/45 {
  border-color: rgb(127 29 29 / 0.45);
}

.border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}

.border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}

.border-red-900\/55 {
  border-color: rgb(127 29 29 / 0.55);
}

.border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}

.border-red-900\/65 {
  border-color: rgb(127 29 29 / 0.65);
}

.border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}

.border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}

.border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}

.border-red-900\/85 {
  border-color: rgb(127 29 29 / 0.85);
}

.border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}

.border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}

.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}

.border-rose-100\/0 {
  border-color: rgb(255 228 230 / 0);
}

.border-rose-100\/10 {
  border-color: rgb(255 228 230 / 0.1);
}

.border-rose-100\/100 {
  border-color: rgb(255 228 230 / 1);
}

.border-rose-100\/15 {
  border-color: rgb(255 228 230 / 0.15);
}

.border-rose-100\/20 {
  border-color: rgb(255 228 230 / 0.2);
}

.border-rose-100\/25 {
  border-color: rgb(255 228 230 / 0.25);
}

.border-rose-100\/30 {
  border-color: rgb(255 228 230 / 0.3);
}

.border-rose-100\/35 {
  border-color: rgb(255 228 230 / 0.35);
}

.border-rose-100\/40 {
  border-color: rgb(255 228 230 / 0.4);
}

.border-rose-100\/45 {
  border-color: rgb(255 228 230 / 0.45);
}

.border-rose-100\/5 {
  border-color: rgb(255 228 230 / 0.05);
}

.border-rose-100\/50 {
  border-color: rgb(255 228 230 / 0.5);
}

.border-rose-100\/55 {
  border-color: rgb(255 228 230 / 0.55);
}

.border-rose-100\/60 {
  border-color: rgb(255 228 230 / 0.6);
}

.border-rose-100\/65 {
  border-color: rgb(255 228 230 / 0.65);
}

.border-rose-100\/70 {
  border-color: rgb(255 228 230 / 0.7);
}

.border-rose-100\/75 {
  border-color: rgb(255 228 230 / 0.75);
}

.border-rose-100\/80 {
  border-color: rgb(255 228 230 / 0.8);
}

.border-rose-100\/85 {
  border-color: rgb(255 228 230 / 0.85);
}

.border-rose-100\/90 {
  border-color: rgb(255 228 230 / 0.9);
}

.border-rose-100\/95 {
  border-color: rgb(255 228 230 / 0.95);
}

.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

.border-rose-200\/0 {
  border-color: rgb(254 205 211 / 0);
}

.border-rose-200\/10 {
  border-color: rgb(254 205 211 / 0.1);
}

.border-rose-200\/100 {
  border-color: rgb(254 205 211 / 1);
}

.border-rose-200\/15 {
  border-color: rgb(254 205 211 / 0.15);
}

.border-rose-200\/20 {
  border-color: rgb(254 205 211 / 0.2);
}

.border-rose-200\/25 {
  border-color: rgb(254 205 211 / 0.25);
}

.border-rose-200\/30 {
  border-color: rgb(254 205 211 / 0.3);
}

.border-rose-200\/35 {
  border-color: rgb(254 205 211 / 0.35);
}

.border-rose-200\/40 {
  border-color: rgb(254 205 211 / 0.4);
}

.border-rose-200\/45 {
  border-color: rgb(254 205 211 / 0.45);
}

.border-rose-200\/5 {
  border-color: rgb(254 205 211 / 0.05);
}

.border-rose-200\/50 {
  border-color: rgb(254 205 211 / 0.5);
}

.border-rose-200\/55 {
  border-color: rgb(254 205 211 / 0.55);
}

.border-rose-200\/60 {
  border-color: rgb(254 205 211 / 0.6);
}

.border-rose-200\/65 {
  border-color: rgb(254 205 211 / 0.65);
}

.border-rose-200\/70 {
  border-color: rgb(254 205 211 / 0.7);
}

.border-rose-200\/75 {
  border-color: rgb(254 205 211 / 0.75);
}

.border-rose-200\/80 {
  border-color: rgb(254 205 211 / 0.8);
}

.border-rose-200\/85 {
  border-color: rgb(254 205 211 / 0.85);
}

.border-rose-200\/90 {
  border-color: rgb(254 205 211 / 0.9);
}

.border-rose-200\/95 {
  border-color: rgb(254 205 211 / 0.95);
}

.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.border-rose-300\/0 {
  border-color: rgb(253 164 175 / 0);
}

.border-rose-300\/10 {
  border-color: rgb(253 164 175 / 0.1);
}

.border-rose-300\/100 {
  border-color: rgb(253 164 175 / 1);
}

.border-rose-300\/15 {
  border-color: rgb(253 164 175 / 0.15);
}

.border-rose-300\/20 {
  border-color: rgb(253 164 175 / 0.2);
}

.border-rose-300\/25 {
  border-color: rgb(253 164 175 / 0.25);
}

.border-rose-300\/30 {
  border-color: rgb(253 164 175 / 0.3);
}

.border-rose-300\/35 {
  border-color: rgb(253 164 175 / 0.35);
}

.border-rose-300\/40 {
  border-color: rgb(253 164 175 / 0.4);
}

.border-rose-300\/45 {
  border-color: rgb(253 164 175 / 0.45);
}

.border-rose-300\/5 {
  border-color: rgb(253 164 175 / 0.05);
}

.border-rose-300\/50 {
  border-color: rgb(253 164 175 / 0.5);
}

.border-rose-300\/55 {
  border-color: rgb(253 164 175 / 0.55);
}

.border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6);
}

.border-rose-300\/65 {
  border-color: rgb(253 164 175 / 0.65);
}

.border-rose-300\/70 {
  border-color: rgb(253 164 175 / 0.7);
}

.border-rose-300\/75 {
  border-color: rgb(253 164 175 / 0.75);
}

.border-rose-300\/80 {
  border-color: rgb(253 164 175 / 0.8);
}

.border-rose-300\/85 {
  border-color: rgb(253 164 175 / 0.85);
}

.border-rose-300\/90 {
  border-color: rgb(253 164 175 / 0.9);
}

.border-rose-300\/95 {
  border-color: rgb(253 164 175 / 0.95);
}

.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}

.border-rose-400\/0 {
  border-color: rgb(251 113 133 / 0);
}

.border-rose-400\/10 {
  border-color: rgb(251 113 133 / 0.1);
}

.border-rose-400\/100 {
  border-color: rgb(251 113 133 / 1);
}

.border-rose-400\/15 {
  border-color: rgb(251 113 133 / 0.15);
}

.border-rose-400\/20 {
  border-color: rgb(251 113 133 / 0.2);
}

.border-rose-400\/25 {
  border-color: rgb(251 113 133 / 0.25);
}

.border-rose-400\/30 {
  border-color: rgb(251 113 133 / 0.3);
}

.border-rose-400\/35 {
  border-color: rgb(251 113 133 / 0.35);
}

.border-rose-400\/40 {
  border-color: rgb(251 113 133 / 0.4);
}

.border-rose-400\/45 {
  border-color: rgb(251 113 133 / 0.45);
}

.border-rose-400\/5 {
  border-color: rgb(251 113 133 / 0.05);
}

.border-rose-400\/50 {
  border-color: rgb(251 113 133 / 0.5);
}

.border-rose-400\/55 {
  border-color: rgb(251 113 133 / 0.55);
}

.border-rose-400\/60 {
  border-color: rgb(251 113 133 / 0.6);
}

.border-rose-400\/65 {
  border-color: rgb(251 113 133 / 0.65);
}

.border-rose-400\/70 {
  border-color: rgb(251 113 133 / 0.7);
}

.border-rose-400\/75 {
  border-color: rgb(251 113 133 / 0.75);
}

.border-rose-400\/80 {
  border-color: rgb(251 113 133 / 0.8);
}

.border-rose-400\/85 {
  border-color: rgb(251 113 133 / 0.85);
}

.border-rose-400\/90 {
  border-color: rgb(251 113 133 / 0.9);
}

.border-rose-400\/95 {
  border-color: rgb(251 113 133 / 0.95);
}

.border-rose-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}

.border-rose-50\/0 {
  border-color: rgb(255 241 242 / 0);
}

.border-rose-50\/10 {
  border-color: rgb(255 241 242 / 0.1);
}

.border-rose-50\/100 {
  border-color: rgb(255 241 242 / 1);
}

.border-rose-50\/15 {
  border-color: rgb(255 241 242 / 0.15);
}

.border-rose-50\/20 {
  border-color: rgb(255 241 242 / 0.2);
}

.border-rose-50\/25 {
  border-color: rgb(255 241 242 / 0.25);
}

.border-rose-50\/30 {
  border-color: rgb(255 241 242 / 0.3);
}

.border-rose-50\/35 {
  border-color: rgb(255 241 242 / 0.35);
}

.border-rose-50\/40 {
  border-color: rgb(255 241 242 / 0.4);
}

.border-rose-50\/45 {
  border-color: rgb(255 241 242 / 0.45);
}

.border-rose-50\/5 {
  border-color: rgb(255 241 242 / 0.05);
}

.border-rose-50\/50 {
  border-color: rgb(255 241 242 / 0.5);
}

.border-rose-50\/55 {
  border-color: rgb(255 241 242 / 0.55);
}

.border-rose-50\/60 {
  border-color: rgb(255 241 242 / 0.6);
}

.border-rose-50\/65 {
  border-color: rgb(255 241 242 / 0.65);
}

.border-rose-50\/70 {
  border-color: rgb(255 241 242 / 0.7);
}

.border-rose-50\/75 {
  border-color: rgb(255 241 242 / 0.75);
}

.border-rose-50\/80 {
  border-color: rgb(255 241 242 / 0.8);
}

.border-rose-50\/85 {
  border-color: rgb(255 241 242 / 0.85);
}

.border-rose-50\/90 {
  border-color: rgb(255 241 242 / 0.9);
}

.border-rose-50\/95 {
  border-color: rgb(255 241 242 / 0.95);
}

.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.border-rose-500\/0 {
  border-color: rgb(244 63 94 / 0);
}

.border-rose-500\/10 {
  border-color: rgb(244 63 94 / 0.1);
}

.border-rose-500\/100 {
  border-color: rgb(244 63 94 / 1);
}

.border-rose-500\/15 {
  border-color: rgb(244 63 94 / 0.15);
}

.border-rose-500\/20 {
  border-color: rgb(244 63 94 / 0.2);
}

.border-rose-500\/25 {
  border-color: rgb(244 63 94 / 0.25);
}

.border-rose-500\/30 {
  border-color: rgb(244 63 94 / 0.3);
}

.border-rose-500\/35 {
  border-color: rgb(244 63 94 / 0.35);
}

.border-rose-500\/40 {
  border-color: rgb(244 63 94 / 0.4);
}

.border-rose-500\/45 {
  border-color: rgb(244 63 94 / 0.45);
}

.border-rose-500\/5 {
  border-color: rgb(244 63 94 / 0.05);
}

.border-rose-500\/50 {
  border-color: rgb(244 63 94 / 0.5);
}

.border-rose-500\/55 {
  border-color: rgb(244 63 94 / 0.55);
}

.border-rose-500\/60 {
  border-color: rgb(244 63 94 / 0.6);
}

.border-rose-500\/65 {
  border-color: rgb(244 63 94 / 0.65);
}

.border-rose-500\/70 {
  border-color: rgb(244 63 94 / 0.7);
}

.border-rose-500\/75 {
  border-color: rgb(244 63 94 / 0.75);
}

.border-rose-500\/80 {
  border-color: rgb(244 63 94 / 0.8);
}

.border-rose-500\/85 {
  border-color: rgb(244 63 94 / 0.85);
}

.border-rose-500\/90 {
  border-color: rgb(244 63 94 / 0.9);
}

.border-rose-500\/95 {
  border-color: rgb(244 63 94 / 0.95);
}

.border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}

.border-rose-600\/0 {
  border-color: rgb(225 29 72 / 0);
}

.border-rose-600\/10 {
  border-color: rgb(225 29 72 / 0.1);
}

.border-rose-600\/100 {
  border-color: rgb(225 29 72 / 1);
}

.border-rose-600\/15 {
  border-color: rgb(225 29 72 / 0.15);
}

.border-rose-600\/20 {
  border-color: rgb(225 29 72 / 0.2);
}

.border-rose-600\/25 {
  border-color: rgb(225 29 72 / 0.25);
}

.border-rose-600\/30 {
  border-color: rgb(225 29 72 / 0.3);
}

.border-rose-600\/35 {
  border-color: rgb(225 29 72 / 0.35);
}

.border-rose-600\/40 {
  border-color: rgb(225 29 72 / 0.4);
}

.border-rose-600\/45 {
  border-color: rgb(225 29 72 / 0.45);
}

.border-rose-600\/5 {
  border-color: rgb(225 29 72 / 0.05);
}

.border-rose-600\/50 {
  border-color: rgb(225 29 72 / 0.5);
}

.border-rose-600\/55 {
  border-color: rgb(225 29 72 / 0.55);
}

.border-rose-600\/60 {
  border-color: rgb(225 29 72 / 0.6);
}

.border-rose-600\/65 {
  border-color: rgb(225 29 72 / 0.65);
}

.border-rose-600\/70 {
  border-color: rgb(225 29 72 / 0.7);
}

.border-rose-600\/75 {
  border-color: rgb(225 29 72 / 0.75);
}

.border-rose-600\/80 {
  border-color: rgb(225 29 72 / 0.8);
}

.border-rose-600\/85 {
  border-color: rgb(225 29 72 / 0.85);
}

.border-rose-600\/90 {
  border-color: rgb(225 29 72 / 0.9);
}

.border-rose-600\/95 {
  border-color: rgb(225 29 72 / 0.95);
}

.border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}

.border-rose-700\/0 {
  border-color: rgb(190 18 60 / 0);
}

.border-rose-700\/10 {
  border-color: rgb(190 18 60 / 0.1);
}

.border-rose-700\/100 {
  border-color: rgb(190 18 60 / 1);
}

.border-rose-700\/15 {
  border-color: rgb(190 18 60 / 0.15);
}

.border-rose-700\/20 {
  border-color: rgb(190 18 60 / 0.2);
}

.border-rose-700\/25 {
  border-color: rgb(190 18 60 / 0.25);
}

.border-rose-700\/30 {
  border-color: rgb(190 18 60 / 0.3);
}

.border-rose-700\/35 {
  border-color: rgb(190 18 60 / 0.35);
}

.border-rose-700\/40 {
  border-color: rgb(190 18 60 / 0.4);
}

.border-rose-700\/45 {
  border-color: rgb(190 18 60 / 0.45);
}

.border-rose-700\/5 {
  border-color: rgb(190 18 60 / 0.05);
}

.border-rose-700\/50 {
  border-color: rgb(190 18 60 / 0.5);
}

.border-rose-700\/55 {
  border-color: rgb(190 18 60 / 0.55);
}

.border-rose-700\/60 {
  border-color: rgb(190 18 60 / 0.6);
}

.border-rose-700\/65 {
  border-color: rgb(190 18 60 / 0.65);
}

.border-rose-700\/70 {
  border-color: rgb(190 18 60 / 0.7);
}

.border-rose-700\/75 {
  border-color: rgb(190 18 60 / 0.75);
}

.border-rose-700\/80 {
  border-color: rgb(190 18 60 / 0.8);
}

.border-rose-700\/85 {
  border-color: rgb(190 18 60 / 0.85);
}

.border-rose-700\/90 {
  border-color: rgb(190 18 60 / 0.9);
}

.border-rose-700\/95 {
  border-color: rgb(190 18 60 / 0.95);
}

.border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.border-rose-800\/0 {
  border-color: rgb(159 18 57 / 0);
}

.border-rose-800\/10 {
  border-color: rgb(159 18 57 / 0.1);
}

.border-rose-800\/100 {
  border-color: rgb(159 18 57 / 1);
}

.border-rose-800\/15 {
  border-color: rgb(159 18 57 / 0.15);
}

.border-rose-800\/20 {
  border-color: rgb(159 18 57 / 0.2);
}

.border-rose-800\/25 {
  border-color: rgb(159 18 57 / 0.25);
}

.border-rose-800\/30 {
  border-color: rgb(159 18 57 / 0.3);
}

.border-rose-800\/35 {
  border-color: rgb(159 18 57 / 0.35);
}

.border-rose-800\/40 {
  border-color: rgb(159 18 57 / 0.4);
}

.border-rose-800\/45 {
  border-color: rgb(159 18 57 / 0.45);
}

.border-rose-800\/5 {
  border-color: rgb(159 18 57 / 0.05);
}

.border-rose-800\/50 {
  border-color: rgb(159 18 57 / 0.5);
}

.border-rose-800\/55 {
  border-color: rgb(159 18 57 / 0.55);
}

.border-rose-800\/60 {
  border-color: rgb(159 18 57 / 0.6);
}

.border-rose-800\/65 {
  border-color: rgb(159 18 57 / 0.65);
}

.border-rose-800\/70 {
  border-color: rgb(159 18 57 / 0.7);
}

.border-rose-800\/75 {
  border-color: rgb(159 18 57 / 0.75);
}

.border-rose-800\/80 {
  border-color: rgb(159 18 57 / 0.8);
}

.border-rose-800\/85 {
  border-color: rgb(159 18 57 / 0.85);
}

.border-rose-800\/90 {
  border-color: rgb(159 18 57 / 0.9);
}

.border-rose-800\/95 {
  border-color: rgb(159 18 57 / 0.95);
}

.border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.border-rose-900\/0 {
  border-color: rgb(136 19 55 / 0);
}

.border-rose-900\/10 {
  border-color: rgb(136 19 55 / 0.1);
}

.border-rose-900\/100 {
  border-color: rgb(136 19 55 / 1);
}

.border-rose-900\/15 {
  border-color: rgb(136 19 55 / 0.15);
}

.border-rose-900\/20 {
  border-color: rgb(136 19 55 / 0.2);
}

.border-rose-900\/25 {
  border-color: rgb(136 19 55 / 0.25);
}

.border-rose-900\/30 {
  border-color: rgb(136 19 55 / 0.3);
}

.border-rose-900\/35 {
  border-color: rgb(136 19 55 / 0.35);
}

.border-rose-900\/40 {
  border-color: rgb(136 19 55 / 0.4);
}

.border-rose-900\/45 {
  border-color: rgb(136 19 55 / 0.45);
}

.border-rose-900\/5 {
  border-color: rgb(136 19 55 / 0.05);
}

.border-rose-900\/50 {
  border-color: rgb(136 19 55 / 0.5);
}

.border-rose-900\/55 {
  border-color: rgb(136 19 55 / 0.55);
}

.border-rose-900\/60 {
  border-color: rgb(136 19 55 / 0.6);
}

.border-rose-900\/65 {
  border-color: rgb(136 19 55 / 0.65);
}

.border-rose-900\/70 {
  border-color: rgb(136 19 55 / 0.7);
}

.border-rose-900\/75 {
  border-color: rgb(136 19 55 / 0.75);
}

.border-rose-900\/80 {
  border-color: rgb(136 19 55 / 0.8);
}

.border-rose-900\/85 {
  border-color: rgb(136 19 55 / 0.85);
}

.border-rose-900\/90 {
  border-color: rgb(136 19 55 / 0.9);
}

.border-rose-900\/95 {
  border-color: rgb(136 19 55 / 0.95);
}

.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.border-sky-100\/0 {
  border-color: rgb(224 242 254 / 0);
}

.border-sky-100\/10 {
  border-color: rgb(224 242 254 / 0.1);
}

.border-sky-100\/100 {
  border-color: rgb(224 242 254 / 1);
}

.border-sky-100\/15 {
  border-color: rgb(224 242 254 / 0.15);
}

.border-sky-100\/20 {
  border-color: rgb(224 242 254 / 0.2);
}

.border-sky-100\/25 {
  border-color: rgb(224 242 254 / 0.25);
}

.border-sky-100\/30 {
  border-color: rgb(224 242 254 / 0.3);
}

.border-sky-100\/35 {
  border-color: rgb(224 242 254 / 0.35);
}

.border-sky-100\/40 {
  border-color: rgb(224 242 254 / 0.4);
}

.border-sky-100\/45 {
  border-color: rgb(224 242 254 / 0.45);
}

.border-sky-100\/5 {
  border-color: rgb(224 242 254 / 0.05);
}

.border-sky-100\/50 {
  border-color: rgb(224 242 254 / 0.5);
}

.border-sky-100\/55 {
  border-color: rgb(224 242 254 / 0.55);
}

.border-sky-100\/60 {
  border-color: rgb(224 242 254 / 0.6);
}

.border-sky-100\/65 {
  border-color: rgb(224 242 254 / 0.65);
}

.border-sky-100\/70 {
  border-color: rgb(224 242 254 / 0.7);
}

.border-sky-100\/75 {
  border-color: rgb(224 242 254 / 0.75);
}

.border-sky-100\/80 {
  border-color: rgb(224 242 254 / 0.8);
}

.border-sky-100\/85 {
  border-color: rgb(224 242 254 / 0.85);
}

.border-sky-100\/90 {
  border-color: rgb(224 242 254 / 0.9);
}

.border-sky-100\/95 {
  border-color: rgb(224 242 254 / 0.95);
}

.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.border-sky-200\/0 {
  border-color: rgb(186 230 253 / 0);
}

.border-sky-200\/10 {
  border-color: rgb(186 230 253 / 0.1);
}

.border-sky-200\/100 {
  border-color: rgb(186 230 253 / 1);
}

.border-sky-200\/15 {
  border-color: rgb(186 230 253 / 0.15);
}

.border-sky-200\/20 {
  border-color: rgb(186 230 253 / 0.2);
}

.border-sky-200\/25 {
  border-color: rgb(186 230 253 / 0.25);
}

.border-sky-200\/30 {
  border-color: rgb(186 230 253 / 0.3);
}

.border-sky-200\/35 {
  border-color: rgb(186 230 253 / 0.35);
}

.border-sky-200\/40 {
  border-color: rgb(186 230 253 / 0.4);
}

.border-sky-200\/45 {
  border-color: rgb(186 230 253 / 0.45);
}

.border-sky-200\/5 {
  border-color: rgb(186 230 253 / 0.05);
}

.border-sky-200\/50 {
  border-color: rgb(186 230 253 / 0.5);
}

.border-sky-200\/55 {
  border-color: rgb(186 230 253 / 0.55);
}

.border-sky-200\/60 {
  border-color: rgb(186 230 253 / 0.6);
}

.border-sky-200\/65 {
  border-color: rgb(186 230 253 / 0.65);
}

.border-sky-200\/70 {
  border-color: rgb(186 230 253 / 0.7);
}

.border-sky-200\/75 {
  border-color: rgb(186 230 253 / 0.75);
}

.border-sky-200\/80 {
  border-color: rgb(186 230 253 / 0.8);
}

.border-sky-200\/85 {
  border-color: rgb(186 230 253 / 0.85);
}

.border-sky-200\/90 {
  border-color: rgb(186 230 253 / 0.9);
}

.border-sky-200\/95 {
  border-color: rgb(186 230 253 / 0.95);
}

.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.border-sky-300\/0 {
  border-color: rgb(125 211 252 / 0);
}

.border-sky-300\/10 {
  border-color: rgb(125 211 252 / 0.1);
}

.border-sky-300\/100 {
  border-color: rgb(125 211 252 / 1);
}

.border-sky-300\/15 {
  border-color: rgb(125 211 252 / 0.15);
}

.border-sky-300\/20 {
  border-color: rgb(125 211 252 / 0.2);
}

.border-sky-300\/25 {
  border-color: rgb(125 211 252 / 0.25);
}

.border-sky-300\/30 {
  border-color: rgb(125 211 252 / 0.3);
}

.border-sky-300\/35 {
  border-color: rgb(125 211 252 / 0.35);
}

.border-sky-300\/40 {
  border-color: rgb(125 211 252 / 0.4);
}

.border-sky-300\/45 {
  border-color: rgb(125 211 252 / 0.45);
}

.border-sky-300\/5 {
  border-color: rgb(125 211 252 / 0.05);
}

.border-sky-300\/50 {
  border-color: rgb(125 211 252 / 0.5);
}

.border-sky-300\/55 {
  border-color: rgb(125 211 252 / 0.55);
}

.border-sky-300\/60 {
  border-color: rgb(125 211 252 / 0.6);
}

.border-sky-300\/65 {
  border-color: rgb(125 211 252 / 0.65);
}

.border-sky-300\/70 {
  border-color: rgb(125 211 252 / 0.7);
}

.border-sky-300\/75 {
  border-color: rgb(125 211 252 / 0.75);
}

.border-sky-300\/80 {
  border-color: rgb(125 211 252 / 0.8);
}

.border-sky-300\/85 {
  border-color: rgb(125 211 252 / 0.85);
}

.border-sky-300\/90 {
  border-color: rgb(125 211 252 / 0.9);
}

.border-sky-300\/95 {
  border-color: rgb(125 211 252 / 0.95);
}

.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.border-sky-400\/0 {
  border-color: rgb(56 189 248 / 0);
}

.border-sky-400\/10 {
  border-color: rgb(56 189 248 / 0.1);
}

.border-sky-400\/100 {
  border-color: rgb(56 189 248 / 1);
}

.border-sky-400\/15 {
  border-color: rgb(56 189 248 / 0.15);
}

.border-sky-400\/20 {
  border-color: rgb(56 189 248 / 0.2);
}

.border-sky-400\/25 {
  border-color: rgb(56 189 248 / 0.25);
}

.border-sky-400\/30 {
  border-color: rgb(56 189 248 / 0.3);
}

.border-sky-400\/35 {
  border-color: rgb(56 189 248 / 0.35);
}

.border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4);
}

.border-sky-400\/45 {
  border-color: rgb(56 189 248 / 0.45);
}

.border-sky-400\/5 {
  border-color: rgb(56 189 248 / 0.05);
}

.border-sky-400\/50 {
  border-color: rgb(56 189 248 / 0.5);
}

.border-sky-400\/55 {
  border-color: rgb(56 189 248 / 0.55);
}

.border-sky-400\/60 {
  border-color: rgb(56 189 248 / 0.6);
}

.border-sky-400\/65 {
  border-color: rgb(56 189 248 / 0.65);
}

.border-sky-400\/70 {
  border-color: rgb(56 189 248 / 0.7);
}

.border-sky-400\/75 {
  border-color: rgb(56 189 248 / 0.75);
}

.border-sky-400\/80 {
  border-color: rgb(56 189 248 / 0.8);
}

.border-sky-400\/85 {
  border-color: rgb(56 189 248 / 0.85);
}

.border-sky-400\/90 {
  border-color: rgb(56 189 248 / 0.9);
}

.border-sky-400\/95 {
  border-color: rgb(56 189 248 / 0.95);
}

.border-sky-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}

.border-sky-50\/0 {
  border-color: rgb(240 249 255 / 0);
}

.border-sky-50\/10 {
  border-color: rgb(240 249 255 / 0.1);
}

.border-sky-50\/100 {
  border-color: rgb(240 249 255 / 1);
}

.border-sky-50\/15 {
  border-color: rgb(240 249 255 / 0.15);
}

.border-sky-50\/20 {
  border-color: rgb(240 249 255 / 0.2);
}

.border-sky-50\/25 {
  border-color: rgb(240 249 255 / 0.25);
}

.border-sky-50\/30 {
  border-color: rgb(240 249 255 / 0.3);
}

.border-sky-50\/35 {
  border-color: rgb(240 249 255 / 0.35);
}

.border-sky-50\/40 {
  border-color: rgb(240 249 255 / 0.4);
}

.border-sky-50\/45 {
  border-color: rgb(240 249 255 / 0.45);
}

.border-sky-50\/5 {
  border-color: rgb(240 249 255 / 0.05);
}

.border-sky-50\/50 {
  border-color: rgb(240 249 255 / 0.5);
}

.border-sky-50\/55 {
  border-color: rgb(240 249 255 / 0.55);
}

.border-sky-50\/60 {
  border-color: rgb(240 249 255 / 0.6);
}

.border-sky-50\/65 {
  border-color: rgb(240 249 255 / 0.65);
}

.border-sky-50\/70 {
  border-color: rgb(240 249 255 / 0.7);
}

.border-sky-50\/75 {
  border-color: rgb(240 249 255 / 0.75);
}

.border-sky-50\/80 {
  border-color: rgb(240 249 255 / 0.8);
}

.border-sky-50\/85 {
  border-color: rgb(240 249 255 / 0.85);
}

.border-sky-50\/90 {
  border-color: rgb(240 249 255 / 0.9);
}

.border-sky-50\/95 {
  border-color: rgb(240 249 255 / 0.95);
}

.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.border-sky-500\/0 {
  border-color: rgb(14 165 233 / 0);
}

.border-sky-500\/10 {
  border-color: rgb(14 165 233 / 0.1);
}

.border-sky-500\/100 {
  border-color: rgb(14 165 233 / 1);
}

.border-sky-500\/15 {
  border-color: rgb(14 165 233 / 0.15);
}

.border-sky-500\/20 {
  border-color: rgb(14 165 233 / 0.2);
}

.border-sky-500\/25 {
  border-color: rgb(14 165 233 / 0.25);
}

.border-sky-500\/30 {
  border-color: rgb(14 165 233 / 0.3);
}

.border-sky-500\/35 {
  border-color: rgb(14 165 233 / 0.35);
}

.border-sky-500\/40 {
  border-color: rgb(14 165 233 / 0.4);
}

.border-sky-500\/45 {
  border-color: rgb(14 165 233 / 0.45);
}

.border-sky-500\/5 {
  border-color: rgb(14 165 233 / 0.05);
}

.border-sky-500\/50 {
  border-color: rgb(14 165 233 / 0.5);
}

.border-sky-500\/55 {
  border-color: rgb(14 165 233 / 0.55);
}

.border-sky-500\/60 {
  border-color: rgb(14 165 233 / 0.6);
}

.border-sky-500\/65 {
  border-color: rgb(14 165 233 / 0.65);
}

.border-sky-500\/70 {
  border-color: rgb(14 165 233 / 0.7);
}

.border-sky-500\/75 {
  border-color: rgb(14 165 233 / 0.75);
}

.border-sky-500\/80 {
  border-color: rgb(14 165 233 / 0.8);
}

.border-sky-500\/85 {
  border-color: rgb(14 165 233 / 0.85);
}

.border-sky-500\/90 {
  border-color: rgb(14 165 233 / 0.9);
}

.border-sky-500\/95 {
  border-color: rgb(14 165 233 / 0.95);
}

.border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}

.border-sky-600\/0 {
  border-color: rgb(2 132 199 / 0);
}

.border-sky-600\/10 {
  border-color: rgb(2 132 199 / 0.1);
}

.border-sky-600\/100 {
  border-color: rgb(2 132 199 / 1);
}

.border-sky-600\/15 {
  border-color: rgb(2 132 199 / 0.15);
}

.border-sky-600\/20 {
  border-color: rgb(2 132 199 / 0.2);
}

.border-sky-600\/25 {
  border-color: rgb(2 132 199 / 0.25);
}

.border-sky-600\/30 {
  border-color: rgb(2 132 199 / 0.3);
}

.border-sky-600\/35 {
  border-color: rgb(2 132 199 / 0.35);
}

.border-sky-600\/40 {
  border-color: rgb(2 132 199 / 0.4);
}

.border-sky-600\/45 {
  border-color: rgb(2 132 199 / 0.45);
}

.border-sky-600\/5 {
  border-color: rgb(2 132 199 / 0.05);
}

.border-sky-600\/50 {
  border-color: rgb(2 132 199 / 0.5);
}

.border-sky-600\/55 {
  border-color: rgb(2 132 199 / 0.55);
}

.border-sky-600\/60 {
  border-color: rgb(2 132 199 / 0.6);
}

.border-sky-600\/65 {
  border-color: rgb(2 132 199 / 0.65);
}

.border-sky-600\/70 {
  border-color: rgb(2 132 199 / 0.7);
}

.border-sky-600\/75 {
  border-color: rgb(2 132 199 / 0.75);
}

.border-sky-600\/80 {
  border-color: rgb(2 132 199 / 0.8);
}

.border-sky-600\/85 {
  border-color: rgb(2 132 199 / 0.85);
}

.border-sky-600\/90 {
  border-color: rgb(2 132 199 / 0.9);
}

.border-sky-600\/95 {
  border-color: rgb(2 132 199 / 0.95);
}

.border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}

.border-sky-700\/0 {
  border-color: rgb(3 105 161 / 0);
}

.border-sky-700\/10 {
  border-color: rgb(3 105 161 / 0.1);
}

.border-sky-700\/100 {
  border-color: rgb(3 105 161 / 1);
}

.border-sky-700\/15 {
  border-color: rgb(3 105 161 / 0.15);
}

.border-sky-700\/20 {
  border-color: rgb(3 105 161 / 0.2);
}

.border-sky-700\/25 {
  border-color: rgb(3 105 161 / 0.25);
}

.border-sky-700\/30 {
  border-color: rgb(3 105 161 / 0.3);
}

.border-sky-700\/35 {
  border-color: rgb(3 105 161 / 0.35);
}

.border-sky-700\/40 {
  border-color: rgb(3 105 161 / 0.4);
}

.border-sky-700\/45 {
  border-color: rgb(3 105 161 / 0.45);
}

.border-sky-700\/5 {
  border-color: rgb(3 105 161 / 0.05);
}

.border-sky-700\/50 {
  border-color: rgb(3 105 161 / 0.5);
}

.border-sky-700\/55 {
  border-color: rgb(3 105 161 / 0.55);
}

.border-sky-700\/60 {
  border-color: rgb(3 105 161 / 0.6);
}

.border-sky-700\/65 {
  border-color: rgb(3 105 161 / 0.65);
}

.border-sky-700\/70 {
  border-color: rgb(3 105 161 / 0.7);
}

.border-sky-700\/75 {
  border-color: rgb(3 105 161 / 0.75);
}

.border-sky-700\/80 {
  border-color: rgb(3 105 161 / 0.8);
}

.border-sky-700\/85 {
  border-color: rgb(3 105 161 / 0.85);
}

.border-sky-700\/90 {
  border-color: rgb(3 105 161 / 0.9);
}

.border-sky-700\/95 {
  border-color: rgb(3 105 161 / 0.95);
}

.border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}

.border-sky-800\/0 {
  border-color: rgb(7 89 133 / 0);
}

.border-sky-800\/10 {
  border-color: rgb(7 89 133 / 0.1);
}

.border-sky-800\/100 {
  border-color: rgb(7 89 133 / 1);
}

.border-sky-800\/15 {
  border-color: rgb(7 89 133 / 0.15);
}

.border-sky-800\/20 {
  border-color: rgb(7 89 133 / 0.2);
}

.border-sky-800\/25 {
  border-color: rgb(7 89 133 / 0.25);
}

.border-sky-800\/30 {
  border-color: rgb(7 89 133 / 0.3);
}

.border-sky-800\/35 {
  border-color: rgb(7 89 133 / 0.35);
}

.border-sky-800\/40 {
  border-color: rgb(7 89 133 / 0.4);
}

.border-sky-800\/45 {
  border-color: rgb(7 89 133 / 0.45);
}

.border-sky-800\/5 {
  border-color: rgb(7 89 133 / 0.05);
}

.border-sky-800\/50 {
  border-color: rgb(7 89 133 / 0.5);
}

.border-sky-800\/55 {
  border-color: rgb(7 89 133 / 0.55);
}

.border-sky-800\/60 {
  border-color: rgb(7 89 133 / 0.6);
}

.border-sky-800\/65 {
  border-color: rgb(7 89 133 / 0.65);
}

.border-sky-800\/70 {
  border-color: rgb(7 89 133 / 0.7);
}

.border-sky-800\/75 {
  border-color: rgb(7 89 133 / 0.75);
}

.border-sky-800\/80 {
  border-color: rgb(7 89 133 / 0.8);
}

.border-sky-800\/85 {
  border-color: rgb(7 89 133 / 0.85);
}

.border-sky-800\/90 {
  border-color: rgb(7 89 133 / 0.9);
}

.border-sky-800\/95 {
  border-color: rgb(7 89 133 / 0.95);
}

.border-sky-900 {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}

.border-sky-900\/0 {
  border-color: rgb(12 74 110 / 0);
}

.border-sky-900\/10 {
  border-color: rgb(12 74 110 / 0.1);
}

.border-sky-900\/100 {
  border-color: rgb(12 74 110 / 1);
}

.border-sky-900\/15 {
  border-color: rgb(12 74 110 / 0.15);
}

.border-sky-900\/20 {
  border-color: rgb(12 74 110 / 0.2);
}

.border-sky-900\/25 {
  border-color: rgb(12 74 110 / 0.25);
}

.border-sky-900\/30 {
  border-color: rgb(12 74 110 / 0.3);
}

.border-sky-900\/35 {
  border-color: rgb(12 74 110 / 0.35);
}

.border-sky-900\/40 {
  border-color: rgb(12 74 110 / 0.4);
}

.border-sky-900\/45 {
  border-color: rgb(12 74 110 / 0.45);
}

.border-sky-900\/5 {
  border-color: rgb(12 74 110 / 0.05);
}

.border-sky-900\/50 {
  border-color: rgb(12 74 110 / 0.5);
}

.border-sky-900\/55 {
  border-color: rgb(12 74 110 / 0.55);
}

.border-sky-900\/60 {
  border-color: rgb(12 74 110 / 0.6);
}

.border-sky-900\/65 {
  border-color: rgb(12 74 110 / 0.65);
}

.border-sky-900\/70 {
  border-color: rgb(12 74 110 / 0.7);
}

.border-sky-900\/75 {
  border-color: rgb(12 74 110 / 0.75);
}

.border-sky-900\/80 {
  border-color: rgb(12 74 110 / 0.8);
}

.border-sky-900\/85 {
  border-color: rgb(12 74 110 / 0.85);
}

.border-sky-900\/90 {
  border-color: rgb(12 74 110 / 0.9);
}

.border-sky-900\/95 {
  border-color: rgb(12 74 110 / 0.95);
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-100\/0 {
  border-color: rgb(241 245 249 / 0);
}

.border-slate-100\/10 {
  border-color: rgb(241 245 249 / 0.1);
}

.border-slate-100\/100 {
  border-color: rgb(241 245 249 / 1);
}

.border-slate-100\/15 {
  border-color: rgb(241 245 249 / 0.15);
}

.border-slate-100\/20 {
  border-color: rgb(241 245 249 / 0.2);
}

.border-slate-100\/25 {
  border-color: rgb(241 245 249 / 0.25);
}

.border-slate-100\/30 {
  border-color: rgb(241 245 249 / 0.3);
}

.border-slate-100\/35 {
  border-color: rgb(241 245 249 / 0.35);
}

.border-slate-100\/40 {
  border-color: rgb(241 245 249 / 0.4);
}

.border-slate-100\/45 {
  border-color: rgb(241 245 249 / 0.45);
}

.border-slate-100\/5 {
  border-color: rgb(241 245 249 / 0.05);
}

.border-slate-100\/50 {
  border-color: rgb(241 245 249 / 0.5);
}

.border-slate-100\/55 {
  border-color: rgb(241 245 249 / 0.55);
}

.border-slate-100\/60 {
  border-color: rgb(241 245 249 / 0.6);
}

.border-slate-100\/65 {
  border-color: rgb(241 245 249 / 0.65);
}

.border-slate-100\/70 {
  border-color: rgb(241 245 249 / 0.7);
}

.border-slate-100\/75 {
  border-color: rgb(241 245 249 / 0.75);
}

.border-slate-100\/80 {
  border-color: rgb(241 245 249 / 0.8);
}

.border-slate-100\/85 {
  border-color: rgb(241 245 249 / 0.85);
}

.border-slate-100\/90 {
  border-color: rgb(241 245 249 / 0.9);
}

.border-slate-100\/95 {
  border-color: rgb(241 245 249 / 0.95);
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-200\/0 {
  border-color: rgb(226 232 240 / 0);
}

.border-slate-200\/10 {
  border-color: rgb(226 232 240 / 0.1);
}

.border-slate-200\/100 {
  border-color: rgb(226 232 240 / 1);
}

.border-slate-200\/15 {
  border-color: rgb(226 232 240 / 0.15);
}

.border-slate-200\/20 {
  border-color: rgb(226 232 240 / 0.2);
}

.border-slate-200\/25 {
  border-color: rgb(226 232 240 / 0.25);
}

.border-slate-200\/30 {
  border-color: rgb(226 232 240 / 0.3);
}

.border-slate-200\/35 {
  border-color: rgb(226 232 240 / 0.35);
}

.border-slate-200\/40 {
  border-color: rgb(226 232 240 / 0.4);
}

.border-slate-200\/45 {
  border-color: rgb(226 232 240 / 0.45);
}

.border-slate-200\/5 {
  border-color: rgb(226 232 240 / 0.05);
}

.border-slate-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}

.border-slate-200\/55 {
  border-color: rgb(226 232 240 / 0.55);
}

.border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}

.border-slate-200\/65 {
  border-color: rgb(226 232 240 / 0.65);
}

.border-slate-200\/70 {
  border-color: rgb(226 232 240 / 0.7);
}

.border-slate-200\/75 {
  border-color: rgb(226 232 240 / 0.75);
}

.border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}

.border-slate-200\/85 {
  border-color: rgb(226 232 240 / 0.85);
}

.border-slate-200\/90 {
  border-color: rgb(226 232 240 / 0.9);
}

.border-slate-200\/95 {
  border-color: rgb(226 232 240 / 0.95);
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-slate-300\/0 {
  border-color: rgb(203 213 225 / 0);
}

.border-slate-300\/10 {
  border-color: rgb(203 213 225 / 0.1);
}

.border-slate-300\/100 {
  border-color: rgb(203 213 225 / 1);
}

.border-slate-300\/15 {
  border-color: rgb(203 213 225 / 0.15);
}

.border-slate-300\/20 {
  border-color: rgb(203 213 225 / 0.2);
}

.border-slate-300\/25 {
  border-color: rgb(203 213 225 / 0.25);
}

.border-slate-300\/30 {
  border-color: rgb(203 213 225 / 0.3);
}

.border-slate-300\/35 {
  border-color: rgb(203 213 225 / 0.35);
}

.border-slate-300\/40 {
  border-color: rgb(203 213 225 / 0.4);
}

.border-slate-300\/45 {
  border-color: rgb(203 213 225 / 0.45);
}

.border-slate-300\/5 {
  border-color: rgb(203 213 225 / 0.05);
}

.border-slate-300\/50 {
  border-color: rgb(203 213 225 / 0.5);
}

.border-slate-300\/55 {
  border-color: rgb(203 213 225 / 0.55);
}

.border-slate-300\/60 {
  border-color: rgb(203 213 225 / 0.6);
}

.border-slate-300\/65 {
  border-color: rgb(203 213 225 / 0.65);
}

.border-slate-300\/70 {
  border-color: rgb(203 213 225 / 0.7);
}

.border-slate-300\/75 {
  border-color: rgb(203 213 225 / 0.75);
}

.border-slate-300\/80 {
  border-color: rgb(203 213 225 / 0.8);
}

.border-slate-300\/85 {
  border-color: rgb(203 213 225 / 0.85);
}

.border-slate-300\/90 {
  border-color: rgb(203 213 225 / 0.9);
}

.border-slate-300\/95 {
  border-color: rgb(203 213 225 / 0.95);
}

.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.border-slate-400\/0 {
  border-color: rgb(148 163 184 / 0);
}

.border-slate-400\/10 {
  border-color: rgb(148 163 184 / 0.1);
}

.border-slate-400\/100 {
  border-color: rgb(148 163 184 / 1);
}

.border-slate-400\/15 {
  border-color: rgb(148 163 184 / 0.15);
}

.border-slate-400\/20 {
  border-color: rgb(148 163 184 / 0.2);
}

.border-slate-400\/25 {
  border-color: rgb(148 163 184 / 0.25);
}

.border-slate-400\/30 {
  border-color: rgb(148 163 184 / 0.3);
}

.border-slate-400\/35 {
  border-color: rgb(148 163 184 / 0.35);
}

.border-slate-400\/40 {
  border-color: rgb(148 163 184 / 0.4);
}

.border-slate-400\/45 {
  border-color: rgb(148 163 184 / 0.45);
}

.border-slate-400\/5 {
  border-color: rgb(148 163 184 / 0.05);
}

.border-slate-400\/50 {
  border-color: rgb(148 163 184 / 0.5);
}

.border-slate-400\/55 {
  border-color: rgb(148 163 184 / 0.55);
}

.border-slate-400\/60 {
  border-color: rgb(148 163 184 / 0.6);
}

.border-slate-400\/65 {
  border-color: rgb(148 163 184 / 0.65);
}

.border-slate-400\/70 {
  border-color: rgb(148 163 184 / 0.7);
}

.border-slate-400\/75 {
  border-color: rgb(148 163 184 / 0.75);
}

.border-slate-400\/80 {
  border-color: rgb(148 163 184 / 0.8);
}

.border-slate-400\/85 {
  border-color: rgb(148 163 184 / 0.85);
}

.border-slate-400\/90 {
  border-color: rgb(148 163 184 / 0.9);
}

.border-slate-400\/95 {
  border-color: rgb(148 163 184 / 0.95);
}

.border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.border-slate-50\/0 {
  border-color: rgb(248 250 252 / 0);
}

.border-slate-50\/10 {
  border-color: rgb(248 250 252 / 0.1);
}

.border-slate-50\/100 {
  border-color: rgb(248 250 252 / 1);
}

.border-slate-50\/15 {
  border-color: rgb(248 250 252 / 0.15);
}

.border-slate-50\/20 {
  border-color: rgb(248 250 252 / 0.2);
}

.border-slate-50\/25 {
  border-color: rgb(248 250 252 / 0.25);
}

.border-slate-50\/30 {
  border-color: rgb(248 250 252 / 0.3);
}

.border-slate-50\/35 {
  border-color: rgb(248 250 252 / 0.35);
}

.border-slate-50\/40 {
  border-color: rgb(248 250 252 / 0.4);
}

.border-slate-50\/45 {
  border-color: rgb(248 250 252 / 0.45);
}

.border-slate-50\/5 {
  border-color: rgb(248 250 252 / 0.05);
}

.border-slate-50\/50 {
  border-color: rgb(248 250 252 / 0.5);
}

.border-slate-50\/55 {
  border-color: rgb(248 250 252 / 0.55);
}

.border-slate-50\/60 {
  border-color: rgb(248 250 252 / 0.6);
}

.border-slate-50\/65 {
  border-color: rgb(248 250 252 / 0.65);
}

.border-slate-50\/70 {
  border-color: rgb(248 250 252 / 0.7);
}

.border-slate-50\/75 {
  border-color: rgb(248 250 252 / 0.75);
}

.border-slate-50\/80 {
  border-color: rgb(248 250 252 / 0.8);
}

.border-slate-50\/85 {
  border-color: rgb(248 250 252 / 0.85);
}

.border-slate-50\/90 {
  border-color: rgb(248 250 252 / 0.9);
}

.border-slate-50\/95 {
  border-color: rgb(248 250 252 / 0.95);
}

.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.border-slate-500\/0 {
  border-color: rgb(100 116 139 / 0);
}

.border-slate-500\/10 {
  border-color: rgb(100 116 139 / 0.1);
}

.border-slate-500\/100 {
  border-color: rgb(100 116 139 / 1);
}

.border-slate-500\/15 {
  border-color: rgb(100 116 139 / 0.15);
}

.border-slate-500\/20 {
  border-color: rgb(100 116 139 / 0.2);
}

.border-slate-500\/25 {
  border-color: rgb(100 116 139 / 0.25);
}

.border-slate-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}

.border-slate-500\/35 {
  border-color: rgb(100 116 139 / 0.35);
}

.border-slate-500\/40 {
  border-color: rgb(100 116 139 / 0.4);
}

.border-slate-500\/45 {
  border-color: rgb(100 116 139 / 0.45);
}

.border-slate-500\/5 {
  border-color: rgb(100 116 139 / 0.05);
}

.border-slate-500\/50 {
  border-color: rgb(100 116 139 / 0.5);
}

.border-slate-500\/55 {
  border-color: rgb(100 116 139 / 0.55);
}

.border-slate-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}

.border-slate-500\/65 {
  border-color: rgb(100 116 139 / 0.65);
}

.border-slate-500\/70 {
  border-color: rgb(100 116 139 / 0.7);
}

.border-slate-500\/75 {
  border-color: rgb(100 116 139 / 0.75);
}

.border-slate-500\/80 {
  border-color: rgb(100 116 139 / 0.8);
}

.border-slate-500\/85 {
  border-color: rgb(100 116 139 / 0.85);
}

.border-slate-500\/90 {
  border-color: rgb(100 116 139 / 0.9);
}

.border-slate-500\/95 {
  border-color: rgb(100 116 139 / 0.95);
}

.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.border-slate-600\/0 {
  border-color: rgb(71 85 105 / 0);
}

.border-slate-600\/10 {
  border-color: rgb(71 85 105 / 0.1);
}

.border-slate-600\/100 {
  border-color: rgb(71 85 105 / 1);
}

.border-slate-600\/15 {
  border-color: rgb(71 85 105 / 0.15);
}

.border-slate-600\/20 {
  border-color: rgb(71 85 105 / 0.2);
}

.border-slate-600\/25 {
  border-color: rgb(71 85 105 / 0.25);
}

.border-slate-600\/30 {
  border-color: rgb(71 85 105 / 0.3);
}

.border-slate-600\/35 {
  border-color: rgb(71 85 105 / 0.35);
}

.border-slate-600\/40 {
  border-color: rgb(71 85 105 / 0.4);
}

.border-slate-600\/45 {
  border-color: rgb(71 85 105 / 0.45);
}

.border-slate-600\/5 {
  border-color: rgb(71 85 105 / 0.05);
}

.border-slate-600\/50 {
  border-color: rgb(71 85 105 / 0.5);
}

.border-slate-600\/55 {
  border-color: rgb(71 85 105 / 0.55);
}

.border-slate-600\/60 {
  border-color: rgb(71 85 105 / 0.6);
}

.border-slate-600\/65 {
  border-color: rgb(71 85 105 / 0.65);
}

.border-slate-600\/70 {
  border-color: rgb(71 85 105 / 0.7);
}

.border-slate-600\/75 {
  border-color: rgb(71 85 105 / 0.75);
}

.border-slate-600\/80 {
  border-color: rgb(71 85 105 / 0.8);
}

.border-slate-600\/85 {
  border-color: rgb(71 85 105 / 0.85);
}

.border-slate-600\/90 {
  border-color: rgb(71 85 105 / 0.9);
}

.border-slate-600\/95 {
  border-color: rgb(71 85 105 / 0.95);
}

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-slate-700\/0 {
  border-color: rgb(51 65 85 / 0);
}

.border-slate-700\/10 {
  border-color: rgb(51 65 85 / 0.1);
}

.border-slate-700\/100 {
  border-color: rgb(51 65 85 / 1);
}

.border-slate-700\/15 {
  border-color: rgb(51 65 85 / 0.15);
}

.border-slate-700\/20 {
  border-color: rgb(51 65 85 / 0.2);
}

.border-slate-700\/25 {
  border-color: rgb(51 65 85 / 0.25);
}

.border-slate-700\/30 {
  border-color: rgb(51 65 85 / 0.3);
}

.border-slate-700\/35 {
  border-color: rgb(51 65 85 / 0.35);
}

.border-slate-700\/40 {
  border-color: rgb(51 65 85 / 0.4);
}

.border-slate-700\/45 {
  border-color: rgb(51 65 85 / 0.45);
}

.border-slate-700\/5 {
  border-color: rgb(51 65 85 / 0.05);
}

.border-slate-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}

.border-slate-700\/55 {
  border-color: rgb(51 65 85 / 0.55);
}

.border-slate-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}

.border-slate-700\/65 {
  border-color: rgb(51 65 85 / 0.65);
}

.border-slate-700\/70 {
  border-color: rgb(51 65 85 / 0.7);
}

.border-slate-700\/75 {
  border-color: rgb(51 65 85 / 0.75);
}

.border-slate-700\/80 {
  border-color: rgb(51 65 85 / 0.8);
}

.border-slate-700\/85 {
  border-color: rgb(51 65 85 / 0.85);
}

.border-slate-700\/90 {
  border-color: rgb(51 65 85 / 0.9);
}

.border-slate-700\/95 {
  border-color: rgb(51 65 85 / 0.95);
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-slate-800\/0 {
  border-color: rgb(30 41 59 / 0);
}

.border-slate-800\/10 {
  border-color: rgb(30 41 59 / 0.1);
}

.border-slate-800\/100 {
  border-color: rgb(30 41 59 / 1);
}

.border-slate-800\/15 {
  border-color: rgb(30 41 59 / 0.15);
}

.border-slate-800\/20 {
  border-color: rgb(30 41 59 / 0.2);
}

.border-slate-800\/25 {
  border-color: rgb(30 41 59 / 0.25);
}

.border-slate-800\/30 {
  border-color: rgb(30 41 59 / 0.3);
}

.border-slate-800\/35 {
  border-color: rgb(30 41 59 / 0.35);
}

.border-slate-800\/40 {
  border-color: rgb(30 41 59 / 0.4);
}

.border-slate-800\/45 {
  border-color: rgb(30 41 59 / 0.45);
}

.border-slate-800\/5 {
  border-color: rgb(30 41 59 / 0.05);
}

.border-slate-800\/50 {
  border-color: rgb(30 41 59 / 0.5);
}

.border-slate-800\/55 {
  border-color: rgb(30 41 59 / 0.55);
}

.border-slate-800\/60 {
  border-color: rgb(30 41 59 / 0.6);
}

.border-slate-800\/65 {
  border-color: rgb(30 41 59 / 0.65);
}

.border-slate-800\/70 {
  border-color: rgb(30 41 59 / 0.7);
}

.border-slate-800\/75 {
  border-color: rgb(30 41 59 / 0.75);
}

.border-slate-800\/80 {
  border-color: rgb(30 41 59 / 0.8);
}

.border-slate-800\/85 {
  border-color: rgb(30 41 59 / 0.85);
}

.border-slate-800\/90 {
  border-color: rgb(30 41 59 / 0.9);
}

.border-slate-800\/95 {
  border-color: rgb(30 41 59 / 0.95);
}

.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.border-slate-900\/0 {
  border-color: rgb(15 23 42 / 0);
}

.border-slate-900\/10 {
  border-color: rgb(15 23 42 / 0.1);
}

.border-slate-900\/100 {
  border-color: rgb(15 23 42 / 1);
}

.border-slate-900\/15 {
  border-color: rgb(15 23 42 / 0.15);
}

.border-slate-900\/20 {
  border-color: rgb(15 23 42 / 0.2);
}

.border-slate-900\/25 {
  border-color: rgb(15 23 42 / 0.25);
}

.border-slate-900\/30 {
  border-color: rgb(15 23 42 / 0.3);
}

.border-slate-900\/35 {
  border-color: rgb(15 23 42 / 0.35);
}

.border-slate-900\/40 {
  border-color: rgb(15 23 42 / 0.4);
}

.border-slate-900\/45 {
  border-color: rgb(15 23 42 / 0.45);
}

.border-slate-900\/5 {
  border-color: rgb(15 23 42 / 0.05);
}

.border-slate-900\/50 {
  border-color: rgb(15 23 42 / 0.5);
}

.border-slate-900\/55 {
  border-color: rgb(15 23 42 / 0.55);
}

.border-slate-900\/60 {
  border-color: rgb(15 23 42 / 0.6);
}

.border-slate-900\/65 {
  border-color: rgb(15 23 42 / 0.65);
}

.border-slate-900\/70 {
  border-color: rgb(15 23 42 / 0.7);
}

.border-slate-900\/75 {
  border-color: rgb(15 23 42 / 0.75);
}

.border-slate-900\/80 {
  border-color: rgb(15 23 42 / 0.8);
}

.border-slate-900\/85 {
  border-color: rgb(15 23 42 / 0.85);
}

.border-slate-900\/90 {
  border-color: rgb(15 23 42 / 0.9);
}

.border-slate-900\/95 {
  border-color: rgb(15 23 42 / 0.95);
}

.border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}

.border-stone-100\/0 {
  border-color: rgb(245 245 244 / 0);
}

.border-stone-100\/10 {
  border-color: rgb(245 245 244 / 0.1);
}

.border-stone-100\/100 {
  border-color: rgb(245 245 244 / 1);
}

.border-stone-100\/15 {
  border-color: rgb(245 245 244 / 0.15);
}

.border-stone-100\/20 {
  border-color: rgb(245 245 244 / 0.2);
}

.border-stone-100\/25 {
  border-color: rgb(245 245 244 / 0.25);
}

.border-stone-100\/30 {
  border-color: rgb(245 245 244 / 0.3);
}

.border-stone-100\/35 {
  border-color: rgb(245 245 244 / 0.35);
}

.border-stone-100\/40 {
  border-color: rgb(245 245 244 / 0.4);
}

.border-stone-100\/45 {
  border-color: rgb(245 245 244 / 0.45);
}

.border-stone-100\/5 {
  border-color: rgb(245 245 244 / 0.05);
}

.border-stone-100\/50 {
  border-color: rgb(245 245 244 / 0.5);
}

.border-stone-100\/55 {
  border-color: rgb(245 245 244 / 0.55);
}

.border-stone-100\/60 {
  border-color: rgb(245 245 244 / 0.6);
}

.border-stone-100\/65 {
  border-color: rgb(245 245 244 / 0.65);
}

.border-stone-100\/70 {
  border-color: rgb(245 245 244 / 0.7);
}

.border-stone-100\/75 {
  border-color: rgb(245 245 244 / 0.75);
}

.border-stone-100\/80 {
  border-color: rgb(245 245 244 / 0.8);
}

.border-stone-100\/85 {
  border-color: rgb(245 245 244 / 0.85);
}

.border-stone-100\/90 {
  border-color: rgb(245 245 244 / 0.9);
}

.border-stone-100\/95 {
  border-color: rgb(245 245 244 / 0.95);
}

.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.border-stone-200\/0 {
  border-color: rgb(231 229 228 / 0);
}

.border-stone-200\/10 {
  border-color: rgb(231 229 228 / 0.1);
}

.border-stone-200\/100 {
  border-color: rgb(231 229 228 / 1);
}

.border-stone-200\/15 {
  border-color: rgb(231 229 228 / 0.15);
}

.border-stone-200\/20 {
  border-color: rgb(231 229 228 / 0.2);
}

.border-stone-200\/25 {
  border-color: rgb(231 229 228 / 0.25);
}

.border-stone-200\/30 {
  border-color: rgb(231 229 228 / 0.3);
}

.border-stone-200\/35 {
  border-color: rgb(231 229 228 / 0.35);
}

.border-stone-200\/40 {
  border-color: rgb(231 229 228 / 0.4);
}

.border-stone-200\/45 {
  border-color: rgb(231 229 228 / 0.45);
}

.border-stone-200\/5 {
  border-color: rgb(231 229 228 / 0.05);
}

.border-stone-200\/50 {
  border-color: rgb(231 229 228 / 0.5);
}

.border-stone-200\/55 {
  border-color: rgb(231 229 228 / 0.55);
}

.border-stone-200\/60 {
  border-color: rgb(231 229 228 / 0.6);
}

.border-stone-200\/65 {
  border-color: rgb(231 229 228 / 0.65);
}

.border-stone-200\/70 {
  border-color: rgb(231 229 228 / 0.7);
}

.border-stone-200\/75 {
  border-color: rgb(231 229 228 / 0.75);
}

.border-stone-200\/80 {
  border-color: rgb(231 229 228 / 0.8);
}

.border-stone-200\/85 {
  border-color: rgb(231 229 228 / 0.85);
}

.border-stone-200\/90 {
  border-color: rgb(231 229 228 / 0.9);
}

.border-stone-200\/95 {
  border-color: rgb(231 229 228 / 0.95);
}

.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}

.border-stone-300\/0 {
  border-color: rgb(214 211 209 / 0);
}

.border-stone-300\/10 {
  border-color: rgb(214 211 209 / 0.1);
}

.border-stone-300\/100 {
  border-color: rgb(214 211 209 / 1);
}

.border-stone-300\/15 {
  border-color: rgb(214 211 209 / 0.15);
}

.border-stone-300\/20 {
  border-color: rgb(214 211 209 / 0.2);
}

.border-stone-300\/25 {
  border-color: rgb(214 211 209 / 0.25);
}

.border-stone-300\/30 {
  border-color: rgb(214 211 209 / 0.3);
}

.border-stone-300\/35 {
  border-color: rgb(214 211 209 / 0.35);
}

.border-stone-300\/40 {
  border-color: rgb(214 211 209 / 0.4);
}

.border-stone-300\/45 {
  border-color: rgb(214 211 209 / 0.45);
}

.border-stone-300\/5 {
  border-color: rgb(214 211 209 / 0.05);
}

.border-stone-300\/50 {
  border-color: rgb(214 211 209 / 0.5);
}

.border-stone-300\/55 {
  border-color: rgb(214 211 209 / 0.55);
}

.border-stone-300\/60 {
  border-color: rgb(214 211 209 / 0.6);
}

.border-stone-300\/65 {
  border-color: rgb(214 211 209 / 0.65);
}

.border-stone-300\/70 {
  border-color: rgb(214 211 209 / 0.7);
}

.border-stone-300\/75 {
  border-color: rgb(214 211 209 / 0.75);
}

.border-stone-300\/80 {
  border-color: rgb(214 211 209 / 0.8);
}

.border-stone-300\/85 {
  border-color: rgb(214 211 209 / 0.85);
}

.border-stone-300\/90 {
  border-color: rgb(214 211 209 / 0.9);
}

.border-stone-300\/95 {
  border-color: rgb(214 211 209 / 0.95);
}

.border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}

.border-stone-400\/0 {
  border-color: rgb(168 162 158 / 0);
}

.border-stone-400\/10 {
  border-color: rgb(168 162 158 / 0.1);
}

.border-stone-400\/100 {
  border-color: rgb(168 162 158 / 1);
}

.border-stone-400\/15 {
  border-color: rgb(168 162 158 / 0.15);
}

.border-stone-400\/20 {
  border-color: rgb(168 162 158 / 0.2);
}

.border-stone-400\/25 {
  border-color: rgb(168 162 158 / 0.25);
}

.border-stone-400\/30 {
  border-color: rgb(168 162 158 / 0.3);
}

.border-stone-400\/35 {
  border-color: rgb(168 162 158 / 0.35);
}

.border-stone-400\/40 {
  border-color: rgb(168 162 158 / 0.4);
}

.border-stone-400\/45 {
  border-color: rgb(168 162 158 / 0.45);
}

.border-stone-400\/5 {
  border-color: rgb(168 162 158 / 0.05);
}

.border-stone-400\/50 {
  border-color: rgb(168 162 158 / 0.5);
}

.border-stone-400\/55 {
  border-color: rgb(168 162 158 / 0.55);
}

.border-stone-400\/60 {
  border-color: rgb(168 162 158 / 0.6);
}

.border-stone-400\/65 {
  border-color: rgb(168 162 158 / 0.65);
}

.border-stone-400\/70 {
  border-color: rgb(168 162 158 / 0.7);
}

.border-stone-400\/75 {
  border-color: rgb(168 162 158 / 0.75);
}

.border-stone-400\/80 {
  border-color: rgb(168 162 158 / 0.8);
}

.border-stone-400\/85 {
  border-color: rgb(168 162 158 / 0.85);
}

.border-stone-400\/90 {
  border-color: rgb(168 162 158 / 0.9);
}

.border-stone-400\/95 {
  border-color: rgb(168 162 158 / 0.95);
}

.border-stone-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}

.border-stone-50\/0 {
  border-color: rgb(250 250 249 / 0);
}

.border-stone-50\/10 {
  border-color: rgb(250 250 249 / 0.1);
}

.border-stone-50\/100 {
  border-color: rgb(250 250 249 / 1);
}

.border-stone-50\/15 {
  border-color: rgb(250 250 249 / 0.15);
}

.border-stone-50\/20 {
  border-color: rgb(250 250 249 / 0.2);
}

.border-stone-50\/25 {
  border-color: rgb(250 250 249 / 0.25);
}

.border-stone-50\/30 {
  border-color: rgb(250 250 249 / 0.3);
}

.border-stone-50\/35 {
  border-color: rgb(250 250 249 / 0.35);
}

.border-stone-50\/40 {
  border-color: rgb(250 250 249 / 0.4);
}

.border-stone-50\/45 {
  border-color: rgb(250 250 249 / 0.45);
}

.border-stone-50\/5 {
  border-color: rgb(250 250 249 / 0.05);
}

.border-stone-50\/50 {
  border-color: rgb(250 250 249 / 0.5);
}

.border-stone-50\/55 {
  border-color: rgb(250 250 249 / 0.55);
}

.border-stone-50\/60 {
  border-color: rgb(250 250 249 / 0.6);
}

.border-stone-50\/65 {
  border-color: rgb(250 250 249 / 0.65);
}

.border-stone-50\/70 {
  border-color: rgb(250 250 249 / 0.7);
}

.border-stone-50\/75 {
  border-color: rgb(250 250 249 / 0.75);
}

.border-stone-50\/80 {
  border-color: rgb(250 250 249 / 0.8);
}

.border-stone-50\/85 {
  border-color: rgb(250 250 249 / 0.85);
}

.border-stone-50\/90 {
  border-color: rgb(250 250 249 / 0.9);
}

.border-stone-50\/95 {
  border-color: rgb(250 250 249 / 0.95);
}

.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}

.border-stone-500\/0 {
  border-color: rgb(120 113 108 / 0);
}

.border-stone-500\/10 {
  border-color: rgb(120 113 108 / 0.1);
}

.border-stone-500\/100 {
  border-color: rgb(120 113 108 / 1);
}

.border-stone-500\/15 {
  border-color: rgb(120 113 108 / 0.15);
}

.border-stone-500\/20 {
  border-color: rgb(120 113 108 / 0.2);
}

.border-stone-500\/25 {
  border-color: rgb(120 113 108 / 0.25);
}

.border-stone-500\/30 {
  border-color: rgb(120 113 108 / 0.3);
}

.border-stone-500\/35 {
  border-color: rgb(120 113 108 / 0.35);
}

.border-stone-500\/40 {
  border-color: rgb(120 113 108 / 0.4);
}

.border-stone-500\/45 {
  border-color: rgb(120 113 108 / 0.45);
}

.border-stone-500\/5 {
  border-color: rgb(120 113 108 / 0.05);
}

.border-stone-500\/50 {
  border-color: rgb(120 113 108 / 0.5);
}

.border-stone-500\/55 {
  border-color: rgb(120 113 108 / 0.55);
}

.border-stone-500\/60 {
  border-color: rgb(120 113 108 / 0.6);
}

.border-stone-500\/65 {
  border-color: rgb(120 113 108 / 0.65);
}

.border-stone-500\/70 {
  border-color: rgb(120 113 108 / 0.7);
}

.border-stone-500\/75 {
  border-color: rgb(120 113 108 / 0.75);
}

.border-stone-500\/80 {
  border-color: rgb(120 113 108 / 0.8);
}

.border-stone-500\/85 {
  border-color: rgb(120 113 108 / 0.85);
}

.border-stone-500\/90 {
  border-color: rgb(120 113 108 / 0.9);
}

.border-stone-500\/95 {
  border-color: rgb(120 113 108 / 0.95);
}

.border-stone-600 {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}

.border-stone-600\/0 {
  border-color: rgb(87 83 78 / 0);
}

.border-stone-600\/10 {
  border-color: rgb(87 83 78 / 0.1);
}

.border-stone-600\/100 {
  border-color: rgb(87 83 78 / 1);
}

.border-stone-600\/15 {
  border-color: rgb(87 83 78 / 0.15);
}

.border-stone-600\/20 {
  border-color: rgb(87 83 78 / 0.2);
}

.border-stone-600\/25 {
  border-color: rgb(87 83 78 / 0.25);
}

.border-stone-600\/30 {
  border-color: rgb(87 83 78 / 0.3);
}

.border-stone-600\/35 {
  border-color: rgb(87 83 78 / 0.35);
}

.border-stone-600\/40 {
  border-color: rgb(87 83 78 / 0.4);
}

.border-stone-600\/45 {
  border-color: rgb(87 83 78 / 0.45);
}

.border-stone-600\/5 {
  border-color: rgb(87 83 78 / 0.05);
}

.border-stone-600\/50 {
  border-color: rgb(87 83 78 / 0.5);
}

.border-stone-600\/55 {
  border-color: rgb(87 83 78 / 0.55);
}

.border-stone-600\/60 {
  border-color: rgb(87 83 78 / 0.6);
}

.border-stone-600\/65 {
  border-color: rgb(87 83 78 / 0.65);
}

.border-stone-600\/70 {
  border-color: rgb(87 83 78 / 0.7);
}

.border-stone-600\/75 {
  border-color: rgb(87 83 78 / 0.75);
}

.border-stone-600\/80 {
  border-color: rgb(87 83 78 / 0.8);
}

.border-stone-600\/85 {
  border-color: rgb(87 83 78 / 0.85);
}

.border-stone-600\/90 {
  border-color: rgb(87 83 78 / 0.9);
}

.border-stone-600\/95 {
  border-color: rgb(87 83 78 / 0.95);
}

.border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}

.border-stone-700\/0 {
  border-color: rgb(68 64 60 / 0);
}

.border-stone-700\/10 {
  border-color: rgb(68 64 60 / 0.1);
}

.border-stone-700\/100 {
  border-color: rgb(68 64 60 / 1);
}

.border-stone-700\/15 {
  border-color: rgb(68 64 60 / 0.15);
}

.border-stone-700\/20 {
  border-color: rgb(68 64 60 / 0.2);
}

.border-stone-700\/25 {
  border-color: rgb(68 64 60 / 0.25);
}

.border-stone-700\/30 {
  border-color: rgb(68 64 60 / 0.3);
}

.border-stone-700\/35 {
  border-color: rgb(68 64 60 / 0.35);
}

.border-stone-700\/40 {
  border-color: rgb(68 64 60 / 0.4);
}

.border-stone-700\/45 {
  border-color: rgb(68 64 60 / 0.45);
}

.border-stone-700\/5 {
  border-color: rgb(68 64 60 / 0.05);
}

.border-stone-700\/50 {
  border-color: rgb(68 64 60 / 0.5);
}

.border-stone-700\/55 {
  border-color: rgb(68 64 60 / 0.55);
}

.border-stone-700\/60 {
  border-color: rgb(68 64 60 / 0.6);
}

.border-stone-700\/65 {
  border-color: rgb(68 64 60 / 0.65);
}

.border-stone-700\/70 {
  border-color: rgb(68 64 60 / 0.7);
}

.border-stone-700\/75 {
  border-color: rgb(68 64 60 / 0.75);
}

.border-stone-700\/80 {
  border-color: rgb(68 64 60 / 0.8);
}

.border-stone-700\/85 {
  border-color: rgb(68 64 60 / 0.85);
}

.border-stone-700\/90 {
  border-color: rgb(68 64 60 / 0.9);
}

.border-stone-700\/95 {
  border-color: rgb(68 64 60 / 0.95);
}

.border-stone-800 {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}

.border-stone-800\/0 {
  border-color: rgb(41 37 36 / 0);
}

.border-stone-800\/10 {
  border-color: rgb(41 37 36 / 0.1);
}

.border-stone-800\/100 {
  border-color: rgb(41 37 36 / 1);
}

.border-stone-800\/15 {
  border-color: rgb(41 37 36 / 0.15);
}

.border-stone-800\/20 {
  border-color: rgb(41 37 36 / 0.2);
}

.border-stone-800\/25 {
  border-color: rgb(41 37 36 / 0.25);
}

.border-stone-800\/30 {
  border-color: rgb(41 37 36 / 0.3);
}

.border-stone-800\/35 {
  border-color: rgb(41 37 36 / 0.35);
}

.border-stone-800\/40 {
  border-color: rgb(41 37 36 / 0.4);
}

.border-stone-800\/45 {
  border-color: rgb(41 37 36 / 0.45);
}

.border-stone-800\/5 {
  border-color: rgb(41 37 36 / 0.05);
}

.border-stone-800\/50 {
  border-color: rgb(41 37 36 / 0.5);
}

.border-stone-800\/55 {
  border-color: rgb(41 37 36 / 0.55);
}

.border-stone-800\/60 {
  border-color: rgb(41 37 36 / 0.6);
}

.border-stone-800\/65 {
  border-color: rgb(41 37 36 / 0.65);
}

.border-stone-800\/70 {
  border-color: rgb(41 37 36 / 0.7);
}

.border-stone-800\/75 {
  border-color: rgb(41 37 36 / 0.75);
}

.border-stone-800\/80 {
  border-color: rgb(41 37 36 / 0.8);
}

.border-stone-800\/85 {
  border-color: rgb(41 37 36 / 0.85);
}

.border-stone-800\/90 {
  border-color: rgb(41 37 36 / 0.9);
}

.border-stone-800\/95 {
  border-color: rgb(41 37 36 / 0.95);
}

.border-stone-900 {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}

.border-stone-900\/0 {
  border-color: rgb(28 25 23 / 0);
}

.border-stone-900\/10 {
  border-color: rgb(28 25 23 / 0.1);
}

.border-stone-900\/100 {
  border-color: rgb(28 25 23 / 1);
}

.border-stone-900\/15 {
  border-color: rgb(28 25 23 / 0.15);
}

.border-stone-900\/20 {
  border-color: rgb(28 25 23 / 0.2);
}

.border-stone-900\/25 {
  border-color: rgb(28 25 23 / 0.25);
}

.border-stone-900\/30 {
  border-color: rgb(28 25 23 / 0.3);
}

.border-stone-900\/35 {
  border-color: rgb(28 25 23 / 0.35);
}

.border-stone-900\/40 {
  border-color: rgb(28 25 23 / 0.4);
}

.border-stone-900\/45 {
  border-color: rgb(28 25 23 / 0.45);
}

.border-stone-900\/5 {
  border-color: rgb(28 25 23 / 0.05);
}

.border-stone-900\/50 {
  border-color: rgb(28 25 23 / 0.5);
}

.border-stone-900\/55 {
  border-color: rgb(28 25 23 / 0.55);
}

.border-stone-900\/60 {
  border-color: rgb(28 25 23 / 0.6);
}

.border-stone-900\/65 {
  border-color: rgb(28 25 23 / 0.65);
}

.border-stone-900\/70 {
  border-color: rgb(28 25 23 / 0.7);
}

.border-stone-900\/75 {
  border-color: rgb(28 25 23 / 0.75);
}

.border-stone-900\/80 {
  border-color: rgb(28 25 23 / 0.8);
}

.border-stone-900\/85 {
  border-color: rgb(28 25 23 / 0.85);
}

.border-stone-900\/90 {
  border-color: rgb(28 25 23 / 0.9);
}

.border-stone-900\/95 {
  border-color: rgb(28 25 23 / 0.95);
}

.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(230 255 250 / var(--tw-border-opacity, 1));
}

.border-teal-100\/0 {
  border-color: rgb(230 255 250 / 0);
}

.border-teal-100\/10 {
  border-color: rgb(230 255 250 / 0.1);
}

.border-teal-100\/100 {
  border-color: rgb(230 255 250 / 1);
}

.border-teal-100\/15 {
  border-color: rgb(230 255 250 / 0.15);
}

.border-teal-100\/20 {
  border-color: rgb(230 255 250 / 0.2);
}

.border-teal-100\/25 {
  border-color: rgb(230 255 250 / 0.25);
}

.border-teal-100\/30 {
  border-color: rgb(230 255 250 / 0.3);
}

.border-teal-100\/35 {
  border-color: rgb(230 255 250 / 0.35);
}

.border-teal-100\/40 {
  border-color: rgb(230 255 250 / 0.4);
}

.border-teal-100\/45 {
  border-color: rgb(230 255 250 / 0.45);
}

.border-teal-100\/5 {
  border-color: rgb(230 255 250 / 0.05);
}

.border-teal-100\/50 {
  border-color: rgb(230 255 250 / 0.5);
}

.border-teal-100\/55 {
  border-color: rgb(230 255 250 / 0.55);
}

.border-teal-100\/60 {
  border-color: rgb(230 255 250 / 0.6);
}

.border-teal-100\/65 {
  border-color: rgb(230 255 250 / 0.65);
}

.border-teal-100\/70 {
  border-color: rgb(230 255 250 / 0.7);
}

.border-teal-100\/75 {
  border-color: rgb(230 255 250 / 0.75);
}

.border-teal-100\/80 {
  border-color: rgb(230 255 250 / 0.8);
}

.border-teal-100\/85 {
  border-color: rgb(230 255 250 / 0.85);
}

.border-teal-100\/90 {
  border-color: rgb(230 255 250 / 0.9);
}

.border-teal-100\/95 {
  border-color: rgb(230 255 250 / 0.95);
}

.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(178 245 234 / var(--tw-border-opacity, 1));
}

.border-teal-200\/0 {
  border-color: rgb(178 245 234 / 0);
}

.border-teal-200\/10 {
  border-color: rgb(178 245 234 / 0.1);
}

.border-teal-200\/100 {
  border-color: rgb(178 245 234 / 1);
}

.border-teal-200\/15 {
  border-color: rgb(178 245 234 / 0.15);
}

.border-teal-200\/20 {
  border-color: rgb(178 245 234 / 0.2);
}

.border-teal-200\/25 {
  border-color: rgb(178 245 234 / 0.25);
}

.border-teal-200\/30 {
  border-color: rgb(178 245 234 / 0.3);
}

.border-teal-200\/35 {
  border-color: rgb(178 245 234 / 0.35);
}

.border-teal-200\/40 {
  border-color: rgb(178 245 234 / 0.4);
}

.border-teal-200\/45 {
  border-color: rgb(178 245 234 / 0.45);
}

.border-teal-200\/5 {
  border-color: rgb(178 245 234 / 0.05);
}

.border-teal-200\/50 {
  border-color: rgb(178 245 234 / 0.5);
}

.border-teal-200\/55 {
  border-color: rgb(178 245 234 / 0.55);
}

.border-teal-200\/60 {
  border-color: rgb(178 245 234 / 0.6);
}

.border-teal-200\/65 {
  border-color: rgb(178 245 234 / 0.65);
}

.border-teal-200\/70 {
  border-color: rgb(178 245 234 / 0.7);
}

.border-teal-200\/75 {
  border-color: rgb(178 245 234 / 0.75);
}

.border-teal-200\/80 {
  border-color: rgb(178 245 234 / 0.8);
}

.border-teal-200\/85 {
  border-color: rgb(178 245 234 / 0.85);
}

.border-teal-200\/90 {
  border-color: rgb(178 245 234 / 0.9);
}

.border-teal-200\/95 {
  border-color: rgb(178 245 234 / 0.95);
}

.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(129 230 217 / var(--tw-border-opacity, 1));
}

.border-teal-300\/0 {
  border-color: rgb(129 230 217 / 0);
}

.border-teal-300\/10 {
  border-color: rgb(129 230 217 / 0.1);
}

.border-teal-300\/100 {
  border-color: rgb(129 230 217 / 1);
}

.border-teal-300\/15 {
  border-color: rgb(129 230 217 / 0.15);
}

.border-teal-300\/20 {
  border-color: rgb(129 230 217 / 0.2);
}

.border-teal-300\/25 {
  border-color: rgb(129 230 217 / 0.25);
}

.border-teal-300\/30 {
  border-color: rgb(129 230 217 / 0.3);
}

.border-teal-300\/35 {
  border-color: rgb(129 230 217 / 0.35);
}

.border-teal-300\/40 {
  border-color: rgb(129 230 217 / 0.4);
}

.border-teal-300\/45 {
  border-color: rgb(129 230 217 / 0.45);
}

.border-teal-300\/5 {
  border-color: rgb(129 230 217 / 0.05);
}

.border-teal-300\/50 {
  border-color: rgb(129 230 217 / 0.5);
}

.border-teal-300\/55 {
  border-color: rgb(129 230 217 / 0.55);
}

.border-teal-300\/60 {
  border-color: rgb(129 230 217 / 0.6);
}

.border-teal-300\/65 {
  border-color: rgb(129 230 217 / 0.65);
}

.border-teal-300\/70 {
  border-color: rgb(129 230 217 / 0.7);
}

.border-teal-300\/75 {
  border-color: rgb(129 230 217 / 0.75);
}

.border-teal-300\/80 {
  border-color: rgb(129 230 217 / 0.8);
}

.border-teal-300\/85 {
  border-color: rgb(129 230 217 / 0.85);
}

.border-teal-300\/90 {
  border-color: rgb(129 230 217 / 0.9);
}

.border-teal-300\/95 {
  border-color: rgb(129 230 217 / 0.95);
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(79 209 197 / var(--tw-border-opacity, 1));
}

.border-teal-400\/0 {
  border-color: rgb(79 209 197 / 0);
}

.border-teal-400\/10 {
  border-color: rgb(79 209 197 / 0.1);
}

.border-teal-400\/100 {
  border-color: rgb(79 209 197 / 1);
}

.border-teal-400\/15 {
  border-color: rgb(79 209 197 / 0.15);
}

.border-teal-400\/20 {
  border-color: rgb(79 209 197 / 0.2);
}

.border-teal-400\/25 {
  border-color: rgb(79 209 197 / 0.25);
}

.border-teal-400\/30 {
  border-color: rgb(79 209 197 / 0.3);
}

.border-teal-400\/35 {
  border-color: rgb(79 209 197 / 0.35);
}

.border-teal-400\/40 {
  border-color: rgb(79 209 197 / 0.4);
}

.border-teal-400\/45 {
  border-color: rgb(79 209 197 / 0.45);
}

.border-teal-400\/5 {
  border-color: rgb(79 209 197 / 0.05);
}

.border-teal-400\/50 {
  border-color: rgb(79 209 197 / 0.5);
}

.border-teal-400\/55 {
  border-color: rgb(79 209 197 / 0.55);
}

.border-teal-400\/60 {
  border-color: rgb(79 209 197 / 0.6);
}

.border-teal-400\/65 {
  border-color: rgb(79 209 197 / 0.65);
}

.border-teal-400\/70 {
  border-color: rgb(79 209 197 / 0.7);
}

.border-teal-400\/75 {
  border-color: rgb(79 209 197 / 0.75);
}

.border-teal-400\/80 {
  border-color: rgb(79 209 197 / 0.8);
}

.border-teal-400\/85 {
  border-color: rgb(79 209 197 / 0.85);
}

.border-teal-400\/90 {
  border-color: rgb(79 209 197 / 0.9);
}

.border-teal-400\/95 {
  border-color: rgb(79 209 197 / 0.95);
}

.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}

.border-teal-50\/0 {
  border-color: rgb(240 253 250 / 0);
}

.border-teal-50\/10 {
  border-color: rgb(240 253 250 / 0.1);
}

.border-teal-50\/100 {
  border-color: rgb(240 253 250 / 1);
}

.border-teal-50\/15 {
  border-color: rgb(240 253 250 / 0.15);
}

.border-teal-50\/20 {
  border-color: rgb(240 253 250 / 0.2);
}

.border-teal-50\/25 {
  border-color: rgb(240 253 250 / 0.25);
}

.border-teal-50\/30 {
  border-color: rgb(240 253 250 / 0.3);
}

.border-teal-50\/35 {
  border-color: rgb(240 253 250 / 0.35);
}

.border-teal-50\/40 {
  border-color: rgb(240 253 250 / 0.4);
}

.border-teal-50\/45 {
  border-color: rgb(240 253 250 / 0.45);
}

.border-teal-50\/5 {
  border-color: rgb(240 253 250 / 0.05);
}

.border-teal-50\/50 {
  border-color: rgb(240 253 250 / 0.5);
}

.border-teal-50\/55 {
  border-color: rgb(240 253 250 / 0.55);
}

.border-teal-50\/60 {
  border-color: rgb(240 253 250 / 0.6);
}

.border-teal-50\/65 {
  border-color: rgb(240 253 250 / 0.65);
}

.border-teal-50\/70 {
  border-color: rgb(240 253 250 / 0.7);
}

.border-teal-50\/75 {
  border-color: rgb(240 253 250 / 0.75);
}

.border-teal-50\/80 {
  border-color: rgb(240 253 250 / 0.8);
}

.border-teal-50\/85 {
  border-color: rgb(240 253 250 / 0.85);
}

.border-teal-50\/90 {
  border-color: rgb(240 253 250 / 0.9);
}

.border-teal-50\/95 {
  border-color: rgb(240 253 250 / 0.95);
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(56 178 172 / var(--tw-border-opacity, 1));
}

.border-teal-500\/0 {
  border-color: rgb(56 178 172 / 0);
}

.border-teal-500\/10 {
  border-color: rgb(56 178 172 / 0.1);
}

.border-teal-500\/100 {
  border-color: rgb(56 178 172 / 1);
}

.border-teal-500\/15 {
  border-color: rgb(56 178 172 / 0.15);
}

.border-teal-500\/20 {
  border-color: rgb(56 178 172 / 0.2);
}

.border-teal-500\/25 {
  border-color: rgb(56 178 172 / 0.25);
}

.border-teal-500\/30 {
  border-color: rgb(56 178 172 / 0.3);
}

.border-teal-500\/35 {
  border-color: rgb(56 178 172 / 0.35);
}

.border-teal-500\/40 {
  border-color: rgb(56 178 172 / 0.4);
}

.border-teal-500\/45 {
  border-color: rgb(56 178 172 / 0.45);
}

.border-teal-500\/5 {
  border-color: rgb(56 178 172 / 0.05);
}

.border-teal-500\/50 {
  border-color: rgb(56 178 172 / 0.5);
}

.border-teal-500\/55 {
  border-color: rgb(56 178 172 / 0.55);
}

.border-teal-500\/60 {
  border-color: rgb(56 178 172 / 0.6);
}

.border-teal-500\/65 {
  border-color: rgb(56 178 172 / 0.65);
}

.border-teal-500\/70 {
  border-color: rgb(56 178 172 / 0.7);
}

.border-teal-500\/75 {
  border-color: rgb(56 178 172 / 0.75);
}

.border-teal-500\/80 {
  border-color: rgb(56 178 172 / 0.8);
}

.border-teal-500\/85 {
  border-color: rgb(56 178 172 / 0.85);
}

.border-teal-500\/90 {
  border-color: rgb(56 178 172 / 0.9);
}

.border-teal-500\/95 {
  border-color: rgb(56 178 172 / 0.95);
}

.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(49 151 149 / var(--tw-border-opacity, 1));
}

.border-teal-600\/0 {
  border-color: rgb(49 151 149 / 0);
}

.border-teal-600\/10 {
  border-color: rgb(49 151 149 / 0.1);
}

.border-teal-600\/100 {
  border-color: rgb(49 151 149 / 1);
}

.border-teal-600\/15 {
  border-color: rgb(49 151 149 / 0.15);
}

.border-teal-600\/20 {
  border-color: rgb(49 151 149 / 0.2);
}

.border-teal-600\/25 {
  border-color: rgb(49 151 149 / 0.25);
}

.border-teal-600\/30 {
  border-color: rgb(49 151 149 / 0.3);
}

.border-teal-600\/35 {
  border-color: rgb(49 151 149 / 0.35);
}

.border-teal-600\/40 {
  border-color: rgb(49 151 149 / 0.4);
}

.border-teal-600\/45 {
  border-color: rgb(49 151 149 / 0.45);
}

.border-teal-600\/5 {
  border-color: rgb(49 151 149 / 0.05);
}

.border-teal-600\/50 {
  border-color: rgb(49 151 149 / 0.5);
}

.border-teal-600\/55 {
  border-color: rgb(49 151 149 / 0.55);
}

.border-teal-600\/60 {
  border-color: rgb(49 151 149 / 0.6);
}

.border-teal-600\/65 {
  border-color: rgb(49 151 149 / 0.65);
}

.border-teal-600\/70 {
  border-color: rgb(49 151 149 / 0.7);
}

.border-teal-600\/75 {
  border-color: rgb(49 151 149 / 0.75);
}

.border-teal-600\/80 {
  border-color: rgb(49 151 149 / 0.8);
}

.border-teal-600\/85 {
  border-color: rgb(49 151 149 / 0.85);
}

.border-teal-600\/90 {
  border-color: rgb(49 151 149 / 0.9);
}

.border-teal-600\/95 {
  border-color: rgb(49 151 149 / 0.95);
}

.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(44 122 123 / var(--tw-border-opacity, 1));
}

.border-teal-700\/0 {
  border-color: rgb(44 122 123 / 0);
}

.border-teal-700\/10 {
  border-color: rgb(44 122 123 / 0.1);
}

.border-teal-700\/100 {
  border-color: rgb(44 122 123 / 1);
}

.border-teal-700\/15 {
  border-color: rgb(44 122 123 / 0.15);
}

.border-teal-700\/20 {
  border-color: rgb(44 122 123 / 0.2);
}

.border-teal-700\/25 {
  border-color: rgb(44 122 123 / 0.25);
}

.border-teal-700\/30 {
  border-color: rgb(44 122 123 / 0.3);
}

.border-teal-700\/35 {
  border-color: rgb(44 122 123 / 0.35);
}

.border-teal-700\/40 {
  border-color: rgb(44 122 123 / 0.4);
}

.border-teal-700\/45 {
  border-color: rgb(44 122 123 / 0.45);
}

.border-teal-700\/5 {
  border-color: rgb(44 122 123 / 0.05);
}

.border-teal-700\/50 {
  border-color: rgb(44 122 123 / 0.5);
}

.border-teal-700\/55 {
  border-color: rgb(44 122 123 / 0.55);
}

.border-teal-700\/60 {
  border-color: rgb(44 122 123 / 0.6);
}

.border-teal-700\/65 {
  border-color: rgb(44 122 123 / 0.65);
}

.border-teal-700\/70 {
  border-color: rgb(44 122 123 / 0.7);
}

.border-teal-700\/75 {
  border-color: rgb(44 122 123 / 0.75);
}

.border-teal-700\/80 {
  border-color: rgb(44 122 123 / 0.8);
}

.border-teal-700\/85 {
  border-color: rgb(44 122 123 / 0.85);
}

.border-teal-700\/90 {
  border-color: rgb(44 122 123 / 0.9);
}

.border-teal-700\/95 {
  border-color: rgb(44 122 123 / 0.95);
}

.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(40 94 97 / var(--tw-border-opacity, 1));
}

.border-teal-800\/0 {
  border-color: rgb(40 94 97 / 0);
}

.border-teal-800\/10 {
  border-color: rgb(40 94 97 / 0.1);
}

.border-teal-800\/100 {
  border-color: rgb(40 94 97 / 1);
}

.border-teal-800\/15 {
  border-color: rgb(40 94 97 / 0.15);
}

.border-teal-800\/20 {
  border-color: rgb(40 94 97 / 0.2);
}

.border-teal-800\/25 {
  border-color: rgb(40 94 97 / 0.25);
}

.border-teal-800\/30 {
  border-color: rgb(40 94 97 / 0.3);
}

.border-teal-800\/35 {
  border-color: rgb(40 94 97 / 0.35);
}

.border-teal-800\/40 {
  border-color: rgb(40 94 97 / 0.4);
}

.border-teal-800\/45 {
  border-color: rgb(40 94 97 / 0.45);
}

.border-teal-800\/5 {
  border-color: rgb(40 94 97 / 0.05);
}

.border-teal-800\/50 {
  border-color: rgb(40 94 97 / 0.5);
}

.border-teal-800\/55 {
  border-color: rgb(40 94 97 / 0.55);
}

.border-teal-800\/60 {
  border-color: rgb(40 94 97 / 0.6);
}

.border-teal-800\/65 {
  border-color: rgb(40 94 97 / 0.65);
}

.border-teal-800\/70 {
  border-color: rgb(40 94 97 / 0.7);
}

.border-teal-800\/75 {
  border-color: rgb(40 94 97 / 0.75);
}

.border-teal-800\/80 {
  border-color: rgb(40 94 97 / 0.8);
}

.border-teal-800\/85 {
  border-color: rgb(40 94 97 / 0.85);
}

.border-teal-800\/90 {
  border-color: rgb(40 94 97 / 0.9);
}

.border-teal-800\/95 {
  border-color: rgb(40 94 97 / 0.95);
}

.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(35 78 82 / var(--tw-border-opacity, 1));
}

.border-teal-900\/0 {
  border-color: rgb(35 78 82 / 0);
}

.border-teal-900\/10 {
  border-color: rgb(35 78 82 / 0.1);
}

.border-teal-900\/100 {
  border-color: rgb(35 78 82 / 1);
}

.border-teal-900\/15 {
  border-color: rgb(35 78 82 / 0.15);
}

.border-teal-900\/20 {
  border-color: rgb(35 78 82 / 0.2);
}

.border-teal-900\/25 {
  border-color: rgb(35 78 82 / 0.25);
}

.border-teal-900\/30 {
  border-color: rgb(35 78 82 / 0.3);
}

.border-teal-900\/35 {
  border-color: rgb(35 78 82 / 0.35);
}

.border-teal-900\/40 {
  border-color: rgb(35 78 82 / 0.4);
}

.border-teal-900\/45 {
  border-color: rgb(35 78 82 / 0.45);
}

.border-teal-900\/5 {
  border-color: rgb(35 78 82 / 0.05);
}

.border-teal-900\/50 {
  border-color: rgb(35 78 82 / 0.5);
}

.border-teal-900\/55 {
  border-color: rgb(35 78 82 / 0.55);
}

.border-teal-900\/60 {
  border-color: rgb(35 78 82 / 0.6);
}

.border-teal-900\/65 {
  border-color: rgb(35 78 82 / 0.65);
}

.border-teal-900\/70 {
  border-color: rgb(35 78 82 / 0.7);
}

.border-teal-900\/75 {
  border-color: rgb(35 78 82 / 0.75);
}

.border-teal-900\/80 {
  border-color: rgb(35 78 82 / 0.8);
}

.border-teal-900\/85 {
  border-color: rgb(35 78 82 / 0.85);
}

.border-teal-900\/90 {
  border-color: rgb(35 78 82 / 0.9);
}

.border-teal-900\/95 {
  border-color: rgb(35 78 82 / 0.95);
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0);
}

.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1);
}

.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1);
}

.border-yellow-100\/15 {
  border-color: rgb(254 249 195 / 0.15);
}

.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2);
}

.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25);
}

.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3);
}

.border-yellow-100\/35 {
  border-color: rgb(254 249 195 / 0.35);
}

.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4);
}

.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45);
}

.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05);
}

.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5);
}

.border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55);
}

.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6);
}

.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65);
}

.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7);
}

.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75);
}

.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8);
}

.border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85);
}

.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9);
}

.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95);
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0);
}

.border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1);
}

.border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1);
}

.border-yellow-200\/15 {
  border-color: rgb(254 240 138 / 0.15);
}

.border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2);
}

.border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25);
}

.border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3);
}

.border-yellow-200\/35 {
  border-color: rgb(254 240 138 / 0.35);
}

.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4);
}

.border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45);
}

.border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05);
}

.border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5);
}

.border-yellow-200\/55 {
  border-color: rgb(254 240 138 / 0.55);
}

.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6);
}

.border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65);
}

.border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7);
}

.border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75);
}

.border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8);
}

.border-yellow-200\/85 {
  border-color: rgb(254 240 138 / 0.85);
}

.border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9);
}

.border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95);
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-yellow-300\/0 {
  border-color: rgb(253 224 71 / 0);
}

.border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1);
}

.border-yellow-300\/100 {
  border-color: rgb(253 224 71 / 1);
}

.border-yellow-300\/15 {
  border-color: rgb(253 224 71 / 0.15);
}

.border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2);
}

.border-yellow-300\/25 {
  border-color: rgb(253 224 71 / 0.25);
}

.border-yellow-300\/30 {
  border-color: rgb(253 224 71 / 0.3);
}

.border-yellow-300\/35 {
  border-color: rgb(253 224 71 / 0.35);
}

.border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4);
}

.border-yellow-300\/45 {
  border-color: rgb(253 224 71 / 0.45);
}

.border-yellow-300\/5 {
  border-color: rgb(253 224 71 / 0.05);
}

.border-yellow-300\/50 {
  border-color: rgb(253 224 71 / 0.5);
}

.border-yellow-300\/55 {
  border-color: rgb(253 224 71 / 0.55);
}

.border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6);
}

.border-yellow-300\/65 {
  border-color: rgb(253 224 71 / 0.65);
}

.border-yellow-300\/70 {
  border-color: rgb(253 224 71 / 0.7);
}

.border-yellow-300\/75 {
  border-color: rgb(253 224 71 / 0.75);
}

.border-yellow-300\/80 {
  border-color: rgb(253 224 71 / 0.8);
}

.border-yellow-300\/85 {
  border-color: rgb(253 224 71 / 0.85);
}

.border-yellow-300\/90 {
  border-color: rgb(253 224 71 / 0.9);
}

.border-yellow-300\/95 {
  border-color: rgb(253 224 71 / 0.95);
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0);
}

.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1);
}

.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1);
}

.border-yellow-400\/15 {
  border-color: rgb(250 204 21 / 0.15);
}

.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}

.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25);
}

.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}

.border-yellow-400\/35 {
  border-color: rgb(250 204 21 / 0.35);
}

.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4);
}

.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45);
}

.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05);
}

.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}

.border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55);
}

.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6);
}

.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65);
}

.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7);
}

.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75);
}

.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8);
}

.border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85);
}

.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9);
}

.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95);
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0);
}

.border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1);
}

.border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1);
}

.border-yellow-50\/15 {
  border-color: rgb(254 252 232 / 0.15);
}

.border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2);
}

.border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25);
}

.border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3);
}

.border-yellow-50\/35 {
  border-color: rgb(254 252 232 / 0.35);
}

.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4);
}

.border-yellow-50\/45 {
  border-color: rgb(254 252 232 / 0.45);
}

.border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05);
}

.border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5);
}

.border-yellow-50\/55 {
  border-color: rgb(254 252 232 / 0.55);
}

.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6);
}

.border-yellow-50\/65 {
  border-color: rgb(254 252 232 / 0.65);
}

.border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7);
}

.border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75);
}

.border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8);
}

.border-yellow-50\/85 {
  border-color: rgb(254 252 232 / 0.85);
}

.border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9);
}

.border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 0.95);
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0);
}

.border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1);
}

.border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1);
}

.border-yellow-500\/15 {
  border-color: rgb(234 179 8 / 0.15);
}

.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}

.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25);
}

.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}

.border-yellow-500\/35 {
  border-color: rgb(234 179 8 / 0.35);
}

.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}

.border-yellow-500\/45 {
  border-color: rgb(234 179 8 / 0.45);
}

.border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05);
}

.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5);
}

.border-yellow-500\/55 {
  border-color: rgb(234 179 8 / 0.55);
}

.border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6);
}

.border-yellow-500\/65 {
  border-color: rgb(234 179 8 / 0.65);
}

.border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7);
}

.border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75);
}

.border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8);
}

.border-yellow-500\/85 {
  border-color: rgb(234 179 8 / 0.85);
}

.border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9);
}

.border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95);
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0);
}

.border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1);
}

.border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1);
}

.border-yellow-600\/15 {
  border-color: rgb(202 138 4 / 0.15);
}

.border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2);
}

.border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25);
}

.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3);
}

.border-yellow-600\/35 {
  border-color: rgb(202 138 4 / 0.35);
}

.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}

.border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45);
}

.border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05);
}

.border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5);
}

.border-yellow-600\/55 {
  border-color: rgb(202 138 4 / 0.55);
}

.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6);
}

.border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65);
}

.border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7);
}

.border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75);
}

.border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8);
}

.border-yellow-600\/85 {
  border-color: rgb(202 138 4 / 0.85);
}

.border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9);
}

.border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95);
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-yellow-700\/0 {
  border-color: rgb(161 98 7 / 0);
}

.border-yellow-700\/10 {
  border-color: rgb(161 98 7 / 0.1);
}

.border-yellow-700\/100 {
  border-color: rgb(161 98 7 / 1);
}

.border-yellow-700\/15 {
  border-color: rgb(161 98 7 / 0.15);
}

.border-yellow-700\/20 {
  border-color: rgb(161 98 7 / 0.2);
}

.border-yellow-700\/25 {
  border-color: rgb(161 98 7 / 0.25);
}

.border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3);
}

.border-yellow-700\/35 {
  border-color: rgb(161 98 7 / 0.35);
}

.border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4);
}

.border-yellow-700\/45 {
  border-color: rgb(161 98 7 / 0.45);
}

.border-yellow-700\/5 {
  border-color: rgb(161 98 7 / 0.05);
}

.border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5);
}

.border-yellow-700\/55 {
  border-color: rgb(161 98 7 / 0.55);
}

.border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6);
}

.border-yellow-700\/65 {
  border-color: rgb(161 98 7 / 0.65);
}

.border-yellow-700\/70 {
  border-color: rgb(161 98 7 / 0.7);
}

.border-yellow-700\/75 {
  border-color: rgb(161 98 7 / 0.75);
}

.border-yellow-700\/80 {
  border-color: rgb(161 98 7 / 0.8);
}

.border-yellow-700\/85 {
  border-color: rgb(161 98 7 / 0.85);
}

.border-yellow-700\/90 {
  border-color: rgb(161 98 7 / 0.9);
}

.border-yellow-700\/95 {
  border-color: rgb(161 98 7 / 0.95);
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0);
}

.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1);
}

.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1);
}

.border-yellow-800\/15 {
  border-color: rgb(133 77 14 / 0.15);
}

.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2);
}

.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25);
}

.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3);
}

.border-yellow-800\/35 {
  border-color: rgb(133 77 14 / 0.35);
}

.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4);
}

.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45);
}

.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05);
}

.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5);
}

.border-yellow-800\/55 {
  border-color: rgb(133 77 14 / 0.55);
}

.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6);
}

.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65);
}

.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7);
}

.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75);
}

.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8);
}

.border-yellow-800\/85 {
  border-color: rgb(133 77 14 / 0.85);
}

.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9);
}

.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95);
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-yellow-900\/0 {
  border-color: rgb(113 63 18 / 0);
}

.border-yellow-900\/10 {
  border-color: rgb(113 63 18 / 0.1);
}

.border-yellow-900\/100 {
  border-color: rgb(113 63 18 / 1);
}

.border-yellow-900\/15 {
  border-color: rgb(113 63 18 / 0.15);
}

.border-yellow-900\/20 {
  border-color: rgb(113 63 18 / 0.2);
}

.border-yellow-900\/25 {
  border-color: rgb(113 63 18 / 0.25);
}

.border-yellow-900\/30 {
  border-color: rgb(113 63 18 / 0.3);
}

.border-yellow-900\/35 {
  border-color: rgb(113 63 18 / 0.35);
}

.border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4);
}

.border-yellow-900\/45 {
  border-color: rgb(113 63 18 / 0.45);
}

.border-yellow-900\/5 {
  border-color: rgb(113 63 18 / 0.05);
}

.border-yellow-900\/50 {
  border-color: rgb(113 63 18 / 0.5);
}

.border-yellow-900\/55 {
  border-color: rgb(113 63 18 / 0.55);
}

.border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6);
}

.border-yellow-900\/65 {
  border-color: rgb(113 63 18 / 0.65);
}

.border-yellow-900\/70 {
  border-color: rgb(113 63 18 / 0.7);
}

.border-yellow-900\/75 {
  border-color: rgb(113 63 18 / 0.75);
}

.border-yellow-900\/80 {
  border-color: rgb(113 63 18 / 0.8);
}

.border-yellow-900\/85 {
  border-color: rgb(113 63 18 / 0.85);
}

.border-yellow-900\/90 {
  border-color: rgb(113 63 18 / 0.9);
}

.border-yellow-900\/95 {
  border-color: rgb(113 63 18 / 0.95);
}

.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.border-zinc-100\/0 {
  border-color: rgb(244 244 245 / 0);
}

.border-zinc-100\/10 {
  border-color: rgb(244 244 245 / 0.1);
}

.border-zinc-100\/100 {
  border-color: rgb(244 244 245 / 1);
}

.border-zinc-100\/15 {
  border-color: rgb(244 244 245 / 0.15);
}

.border-zinc-100\/20 {
  border-color: rgb(244 244 245 / 0.2);
}

.border-zinc-100\/25 {
  border-color: rgb(244 244 245 / 0.25);
}

.border-zinc-100\/30 {
  border-color: rgb(244 244 245 / 0.3);
}

.border-zinc-100\/35 {
  border-color: rgb(244 244 245 / 0.35);
}

.border-zinc-100\/40 {
  border-color: rgb(244 244 245 / 0.4);
}

.border-zinc-100\/45 {
  border-color: rgb(244 244 245 / 0.45);
}

.border-zinc-100\/5 {
  border-color: rgb(244 244 245 / 0.05);
}

.border-zinc-100\/50 {
  border-color: rgb(244 244 245 / 0.5);
}

.border-zinc-100\/55 {
  border-color: rgb(244 244 245 / 0.55);
}

.border-zinc-100\/60 {
  border-color: rgb(244 244 245 / 0.6);
}

.border-zinc-100\/65 {
  border-color: rgb(244 244 245 / 0.65);
}

.border-zinc-100\/70 {
  border-color: rgb(244 244 245 / 0.7);
}

.border-zinc-100\/75 {
  border-color: rgb(244 244 245 / 0.75);
}

.border-zinc-100\/80 {
  border-color: rgb(244 244 245 / 0.8);
}

.border-zinc-100\/85 {
  border-color: rgb(244 244 245 / 0.85);
}

.border-zinc-100\/90 {
  border-color: rgb(244 244 245 / 0.9);
}

.border-zinc-100\/95 {
  border-color: rgb(244 244 245 / 0.95);
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.border-zinc-200\/0 {
  border-color: rgb(228 228 231 / 0);
}

.border-zinc-200\/10 {
  border-color: rgb(228 228 231 / 0.1);
}

.border-zinc-200\/100 {
  border-color: rgb(228 228 231 / 1);
}

.border-zinc-200\/15 {
  border-color: rgb(228 228 231 / 0.15);
}

.border-zinc-200\/20 {
  border-color: rgb(228 228 231 / 0.2);
}

.border-zinc-200\/25 {
  border-color: rgb(228 228 231 / 0.25);
}

.border-zinc-200\/30 {
  border-color: rgb(228 228 231 / 0.3);
}

.border-zinc-200\/35 {
  border-color: rgb(228 228 231 / 0.35);
}

.border-zinc-200\/40 {
  border-color: rgb(228 228 231 / 0.4);
}

.border-zinc-200\/45 {
  border-color: rgb(228 228 231 / 0.45);
}

.border-zinc-200\/5 {
  border-color: rgb(228 228 231 / 0.05);
}

.border-zinc-200\/50 {
  border-color: rgb(228 228 231 / 0.5);
}

.border-zinc-200\/55 {
  border-color: rgb(228 228 231 / 0.55);
}

.border-zinc-200\/60 {
  border-color: rgb(228 228 231 / 0.6);
}

.border-zinc-200\/65 {
  border-color: rgb(228 228 231 / 0.65);
}

.border-zinc-200\/70 {
  border-color: rgb(228 228 231 / 0.7);
}

.border-zinc-200\/75 {
  border-color: rgb(228 228 231 / 0.75);
}

.border-zinc-200\/80 {
  border-color: rgb(228 228 231 / 0.8);
}

.border-zinc-200\/85 {
  border-color: rgb(228 228 231 / 0.85);
}

.border-zinc-200\/90 {
  border-color: rgb(228 228 231 / 0.9);
}

.border-zinc-200\/95 {
  border-color: rgb(228 228 231 / 0.95);
}

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.border-zinc-300\/0 {
  border-color: rgb(212 212 216 / 0);
}

.border-zinc-300\/10 {
  border-color: rgb(212 212 216 / 0.1);
}

.border-zinc-300\/100 {
  border-color: rgb(212 212 216 / 1);
}

.border-zinc-300\/15 {
  border-color: rgb(212 212 216 / 0.15);
}

.border-zinc-300\/20 {
  border-color: rgb(212 212 216 / 0.2);
}

.border-zinc-300\/25 {
  border-color: rgb(212 212 216 / 0.25);
}

.border-zinc-300\/30 {
  border-color: rgb(212 212 216 / 0.3);
}

.border-zinc-300\/35 {
  border-color: rgb(212 212 216 / 0.35);
}

.border-zinc-300\/40 {
  border-color: rgb(212 212 216 / 0.4);
}

.border-zinc-300\/45 {
  border-color: rgb(212 212 216 / 0.45);
}

.border-zinc-300\/5 {
  border-color: rgb(212 212 216 / 0.05);
}

.border-zinc-300\/50 {
  border-color: rgb(212 212 216 / 0.5);
}

.border-zinc-300\/55 {
  border-color: rgb(212 212 216 / 0.55);
}

.border-zinc-300\/60 {
  border-color: rgb(212 212 216 / 0.6);
}

.border-zinc-300\/65 {
  border-color: rgb(212 212 216 / 0.65);
}

.border-zinc-300\/70 {
  border-color: rgb(212 212 216 / 0.7);
}

.border-zinc-300\/75 {
  border-color: rgb(212 212 216 / 0.75);
}

.border-zinc-300\/80 {
  border-color: rgb(212 212 216 / 0.8);
}

.border-zinc-300\/85 {
  border-color: rgb(212 212 216 / 0.85);
}

.border-zinc-300\/90 {
  border-color: rgb(212 212 216 / 0.9);
}

.border-zinc-300\/95 {
  border-color: rgb(212 212 216 / 0.95);
}

.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.border-zinc-400\/0 {
  border-color: rgb(161 161 170 / 0);
}

.border-zinc-400\/10 {
  border-color: rgb(161 161 170 / 0.1);
}

.border-zinc-400\/100 {
  border-color: rgb(161 161 170 / 1);
}

.border-zinc-400\/15 {
  border-color: rgb(161 161 170 / 0.15);
}

.border-zinc-400\/20 {
  border-color: rgb(161 161 170 / 0.2);
}

.border-zinc-400\/25 {
  border-color: rgb(161 161 170 / 0.25);
}

.border-zinc-400\/30 {
  border-color: rgb(161 161 170 / 0.3);
}

.border-zinc-400\/35 {
  border-color: rgb(161 161 170 / 0.35);
}

.border-zinc-400\/40 {
  border-color: rgb(161 161 170 / 0.4);
}

.border-zinc-400\/45 {
  border-color: rgb(161 161 170 / 0.45);
}

.border-zinc-400\/5 {
  border-color: rgb(161 161 170 / 0.05);
}

.border-zinc-400\/50 {
  border-color: rgb(161 161 170 / 0.5);
}

.border-zinc-400\/55 {
  border-color: rgb(161 161 170 / 0.55);
}

.border-zinc-400\/60 {
  border-color: rgb(161 161 170 / 0.6);
}

.border-zinc-400\/65 {
  border-color: rgb(161 161 170 / 0.65);
}

.border-zinc-400\/70 {
  border-color: rgb(161 161 170 / 0.7);
}

.border-zinc-400\/75 {
  border-color: rgb(161 161 170 / 0.75);
}

.border-zinc-400\/80 {
  border-color: rgb(161 161 170 / 0.8);
}

.border-zinc-400\/85 {
  border-color: rgb(161 161 170 / 0.85);
}

.border-zinc-400\/90 {
  border-color: rgb(161 161 170 / 0.9);
}

.border-zinc-400\/95 {
  border-color: rgb(161 161 170 / 0.95);
}

.border-zinc-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-zinc-50\/0 {
  border-color: rgb(250 250 250 / 0);
}

.border-zinc-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}

.border-zinc-50\/100 {
  border-color: rgb(250 250 250 / 1);
}

.border-zinc-50\/15 {
  border-color: rgb(250 250 250 / 0.15);
}

.border-zinc-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}

.border-zinc-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}

.border-zinc-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}

.border-zinc-50\/35 {
  border-color: rgb(250 250 250 / 0.35);
}

.border-zinc-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}

.border-zinc-50\/45 {
  border-color: rgb(250 250 250 / 0.45);
}

.border-zinc-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}

.border-zinc-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}

.border-zinc-50\/55 {
  border-color: rgb(250 250 250 / 0.55);
}

.border-zinc-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}

.border-zinc-50\/65 {
  border-color: rgb(250 250 250 / 0.65);
}

.border-zinc-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}

.border-zinc-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}

.border-zinc-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}

.border-zinc-50\/85 {
  border-color: rgb(250 250 250 / 0.85);
}

.border-zinc-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}

.border-zinc-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}

.border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.border-zinc-500\/0 {
  border-color: rgb(113 113 122 / 0);
}

.border-zinc-500\/10 {
  border-color: rgb(113 113 122 / 0.1);
}

.border-zinc-500\/100 {
  border-color: rgb(113 113 122 / 1);
}

.border-zinc-500\/15 {
  border-color: rgb(113 113 122 / 0.15);
}

.border-zinc-500\/20 {
  border-color: rgb(113 113 122 / 0.2);
}

.border-zinc-500\/25 {
  border-color: rgb(113 113 122 / 0.25);
}

.border-zinc-500\/30 {
  border-color: rgb(113 113 122 / 0.3);
}

.border-zinc-500\/35 {
  border-color: rgb(113 113 122 / 0.35);
}

.border-zinc-500\/40 {
  border-color: rgb(113 113 122 / 0.4);
}

.border-zinc-500\/45 {
  border-color: rgb(113 113 122 / 0.45);
}

.border-zinc-500\/5 {
  border-color: rgb(113 113 122 / 0.05);
}

.border-zinc-500\/50 {
  border-color: rgb(113 113 122 / 0.5);
}

.border-zinc-500\/55 {
  border-color: rgb(113 113 122 / 0.55);
}

.border-zinc-500\/60 {
  border-color: rgb(113 113 122 / 0.6);
}

.border-zinc-500\/65 {
  border-color: rgb(113 113 122 / 0.65);
}

.border-zinc-500\/70 {
  border-color: rgb(113 113 122 / 0.7);
}

.border-zinc-500\/75 {
  border-color: rgb(113 113 122 / 0.75);
}

.border-zinc-500\/80 {
  border-color: rgb(113 113 122 / 0.8);
}

.border-zinc-500\/85 {
  border-color: rgb(113 113 122 / 0.85);
}

.border-zinc-500\/90 {
  border-color: rgb(113 113 122 / 0.9);
}

.border-zinc-500\/95 {
  border-color: rgb(113 113 122 / 0.95);
}

.border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.border-zinc-600\/0 {
  border-color: rgb(82 82 91 / 0);
}

.border-zinc-600\/10 {
  border-color: rgb(82 82 91 / 0.1);
}

.border-zinc-600\/100 {
  border-color: rgb(82 82 91 / 1);
}

.border-zinc-600\/15 {
  border-color: rgb(82 82 91 / 0.15);
}

.border-zinc-600\/20 {
  border-color: rgb(82 82 91 / 0.2);
}

.border-zinc-600\/25 {
  border-color: rgb(82 82 91 / 0.25);
}

.border-zinc-600\/30 {
  border-color: rgb(82 82 91 / 0.3);
}

.border-zinc-600\/35 {
  border-color: rgb(82 82 91 / 0.35);
}

.border-zinc-600\/40 {
  border-color: rgb(82 82 91 / 0.4);
}

.border-zinc-600\/45 {
  border-color: rgb(82 82 91 / 0.45);
}

.border-zinc-600\/5 {
  border-color: rgb(82 82 91 / 0.05);
}

.border-zinc-600\/50 {
  border-color: rgb(82 82 91 / 0.5);
}

.border-zinc-600\/55 {
  border-color: rgb(82 82 91 / 0.55);
}

.border-zinc-600\/60 {
  border-color: rgb(82 82 91 / 0.6);
}

.border-zinc-600\/65 {
  border-color: rgb(82 82 91 / 0.65);
}

.border-zinc-600\/70 {
  border-color: rgb(82 82 91 / 0.7);
}

.border-zinc-600\/75 {
  border-color: rgb(82 82 91 / 0.75);
}

.border-zinc-600\/80 {
  border-color: rgb(82 82 91 / 0.8);
}

.border-zinc-600\/85 {
  border-color: rgb(82 82 91 / 0.85);
}

.border-zinc-600\/90 {
  border-color: rgb(82 82 91 / 0.9);
}

.border-zinc-600\/95 {
  border-color: rgb(82 82 91 / 0.95);
}

.border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.border-zinc-700\/0 {
  border-color: rgb(63 63 70 / 0);
}

.border-zinc-700\/10 {
  border-color: rgb(63 63 70 / 0.1);
}

.border-zinc-700\/100 {
  border-color: rgb(63 63 70 / 1);
}

.border-zinc-700\/15 {
  border-color: rgb(63 63 70 / 0.15);
}

.border-zinc-700\/20 {
  border-color: rgb(63 63 70 / 0.2);
}

.border-zinc-700\/25 {
  border-color: rgb(63 63 70 / 0.25);
}

.border-zinc-700\/30 {
  border-color: rgb(63 63 70 / 0.3);
}

.border-zinc-700\/35 {
  border-color: rgb(63 63 70 / 0.35);
}

.border-zinc-700\/40 {
  border-color: rgb(63 63 70 / 0.4);
}

.border-zinc-700\/45 {
  border-color: rgb(63 63 70 / 0.45);
}

.border-zinc-700\/5 {
  border-color: rgb(63 63 70 / 0.05);
}

.border-zinc-700\/50 {
  border-color: rgb(63 63 70 / 0.5);
}

.border-zinc-700\/55 {
  border-color: rgb(63 63 70 / 0.55);
}

.border-zinc-700\/60 {
  border-color: rgb(63 63 70 / 0.6);
}

.border-zinc-700\/65 {
  border-color: rgb(63 63 70 / 0.65);
}

.border-zinc-700\/70 {
  border-color: rgb(63 63 70 / 0.7);
}

.border-zinc-700\/75 {
  border-color: rgb(63 63 70 / 0.75);
}

.border-zinc-700\/80 {
  border-color: rgb(63 63 70 / 0.8);
}

.border-zinc-700\/85 {
  border-color: rgb(63 63 70 / 0.85);
}

.border-zinc-700\/90 {
  border-color: rgb(63 63 70 / 0.9);
}

.border-zinc-700\/95 {
  border-color: rgb(63 63 70 / 0.95);
}

.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.border-zinc-800\/0 {
  border-color: rgb(39 39 42 / 0);
}

.border-zinc-800\/10 {
  border-color: rgb(39 39 42 / 0.1);
}

.border-zinc-800\/100 {
  border-color: rgb(39 39 42 / 1);
}

.border-zinc-800\/15 {
  border-color: rgb(39 39 42 / 0.15);
}

.border-zinc-800\/20 {
  border-color: rgb(39 39 42 / 0.2);
}

.border-zinc-800\/25 {
  border-color: rgb(39 39 42 / 0.25);
}

.border-zinc-800\/30 {
  border-color: rgb(39 39 42 / 0.3);
}

.border-zinc-800\/35 {
  border-color: rgb(39 39 42 / 0.35);
}

.border-zinc-800\/40 {
  border-color: rgb(39 39 42 / 0.4);
}

.border-zinc-800\/45 {
  border-color: rgb(39 39 42 / 0.45);
}

.border-zinc-800\/5 {
  border-color: rgb(39 39 42 / 0.05);
}

.border-zinc-800\/50 {
  border-color: rgb(39 39 42 / 0.5);
}

.border-zinc-800\/55 {
  border-color: rgb(39 39 42 / 0.55);
}

.border-zinc-800\/60 {
  border-color: rgb(39 39 42 / 0.6);
}

.border-zinc-800\/65 {
  border-color: rgb(39 39 42 / 0.65);
}

.border-zinc-800\/70 {
  border-color: rgb(39 39 42 / 0.7);
}

.border-zinc-800\/75 {
  border-color: rgb(39 39 42 / 0.75);
}

.border-zinc-800\/80 {
  border-color: rgb(39 39 42 / 0.8);
}

.border-zinc-800\/85 {
  border-color: rgb(39 39 42 / 0.85);
}

.border-zinc-800\/90 {
  border-color: rgb(39 39 42 / 0.9);
}

.border-zinc-800\/95 {
  border-color: rgb(39 39 42 / 0.95);
}

.border-zinc-900 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.border-zinc-900\/0 {
  border-color: rgb(24 24 27 / 0);
}

.border-zinc-900\/10 {
  border-color: rgb(24 24 27 / 0.1);
}

.border-zinc-900\/100 {
  border-color: rgb(24 24 27 / 1);
}

.border-zinc-900\/15 {
  border-color: rgb(24 24 27 / 0.15);
}

.border-zinc-900\/20 {
  border-color: rgb(24 24 27 / 0.2);
}

.border-zinc-900\/25 {
  border-color: rgb(24 24 27 / 0.25);
}

.border-zinc-900\/30 {
  border-color: rgb(24 24 27 / 0.3);
}

.border-zinc-900\/35 {
  border-color: rgb(24 24 27 / 0.35);
}

.border-zinc-900\/40 {
  border-color: rgb(24 24 27 / 0.4);
}

.border-zinc-900\/45 {
  border-color: rgb(24 24 27 / 0.45);
}

.border-zinc-900\/5 {
  border-color: rgb(24 24 27 / 0.05);
}

.border-zinc-900\/50 {
  border-color: rgb(24 24 27 / 0.5);
}

.border-zinc-900\/55 {
  border-color: rgb(24 24 27 / 0.55);
}

.border-zinc-900\/60 {
  border-color: rgb(24 24 27 / 0.6);
}

.border-zinc-900\/65 {
  border-color: rgb(24 24 27 / 0.65);
}

.border-zinc-900\/70 {
  border-color: rgb(24 24 27 / 0.7);
}

.border-zinc-900\/75 {
  border-color: rgb(24 24 27 / 0.75);
}

.border-zinc-900\/80 {
  border-color: rgb(24 24 27 / 0.8);
}

.border-zinc-900\/85 {
  border-color: rgb(24 24 27 / 0.85);
}

.border-zinc-900\/90 {
  border-color: rgb(24 24 27 / 0.9);
}

.border-zinc-900\/95 {
  border-color: rgb(24 24 27 / 0.95);
}

.border-x-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-x-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
  border-right-color: rgb(254 249 195 / 0);
}

.border-x-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-x-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
  border-right-color: rgb(254 249 195 / 1);
}

.border-x-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-x-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-x-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-x-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-x-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-x-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-x-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-x-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-x-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-x-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-x-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-x-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-x-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-x-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-x-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-x-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-x-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-x-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-x-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-x-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
  border-right-color: rgb(254 240 138 / 0);
}

.border-x-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-x-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
  border-right-color: rgb(254 240 138 / 1);
}

.border-x-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-x-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-x-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-x-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-x-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-x-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-x-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-x-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-x-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-x-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-x-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-x-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-x-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-x-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-x-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-x-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-x-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-x-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-x-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-x-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
  border-right-color: rgb(253 224 71 / 0);
}

.border-x-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-x-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
  border-right-color: rgb(253 224 71 / 1);
}

.border-x-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
  border-right-color: rgb(253 224 71 / 0.15);
}

.border-x-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-x-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-x-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-x-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
  border-right-color: rgb(253 224 71 / 0.35);
}

.border-x-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-x-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
  border-right-color: rgb(253 224 71 / 0.45);
}

.border-x-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-x-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-x-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
  border-right-color: rgb(253 224 71 / 0.55);
}

.border-x-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-x-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
  border-right-color: rgb(253 224 71 / 0.65);
}

.border-x-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-x-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-x-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-x-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
  border-right-color: rgb(253 224 71 / 0.85);
}

.border-x-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-x-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-x-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-x-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
  border-right-color: rgb(250 204 21 / 0);
}

.border-x-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-x-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
  border-right-color: rgb(250 204 21 / 1);
}

.border-x-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-x-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-x-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-x-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-x-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-x-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-x-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-x-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-x-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-x-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-x-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-x-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-x-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-x-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-x-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-x-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-x-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-x-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-x-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-x-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
  border-right-color: rgb(254 252 232 / 0);
}

.border-x-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-x-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
  border-right-color: rgb(254 252 232 / 1);
}

.border-x-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-x-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-x-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-x-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-x-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-x-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-x-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-x-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-x-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-x-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-x-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-x-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-x-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-x-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-x-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-x-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-x-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-x-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-x-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-x-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
  border-right-color: rgb(234 179 8 / 0);
}

.border-x-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-x-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
  border-right-color: rgb(234 179 8 / 1);
}

.border-x-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-x-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-x-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-x-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-x-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-x-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-x-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-x-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-x-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-x-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-x-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-x-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-x-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-x-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-x-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-x-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-x-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-x-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-x-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-x-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
  border-right-color: rgb(202 138 4 / 0);
}

.border-x-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-x-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
  border-right-color: rgb(202 138 4 / 1);
}

.border-x-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-x-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-x-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-x-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-x-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-x-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-x-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-x-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-x-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-x-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-x-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-x-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-x-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-x-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-x-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-x-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-x-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-x-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-x-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-x-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
  border-right-color: rgb(133 77 14 / 0);
}

.border-x-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-x-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
  border-right-color: rgb(133 77 14 / 1);
}

.border-x-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-x-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-x-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-x-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-x-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-x-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-x-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-x-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-x-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-x-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-x-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-x-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-x-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-x-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-x-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-x-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-x-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-x-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-y-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-y-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-y-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-y-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-y-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-y-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-y-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-y-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-y-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-y-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-y-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-y-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-y-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-y-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-y-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-y-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-y-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-y-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-y-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-y-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-y-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-y-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-y-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-y-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-y-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-y-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-y-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-y-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-y-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-y-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-y-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-y-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-y-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-y-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-y-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-y-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-y-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-y-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-y-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-y-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-y-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-y-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-y-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-y-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-y-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-y-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-y-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-y-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-y-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.border-y-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-y-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-y-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-y-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.border-y-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-y-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.border-y-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-y-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-y-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.border-y-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-y-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.border-y-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-y-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-y-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-y-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.border-y-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-y-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-y-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-y-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-y-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-y-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-y-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-y-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-y-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-y-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-y-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-y-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-y-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-y-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-y-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-y-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-y-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-y-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-y-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-y-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-y-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-y-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-y-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-y-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-y-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-y-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-y-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-y-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-y-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-y-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-y-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-y-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-y-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-y-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-y-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-y-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-y-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-y-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-y-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-y-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-y-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-y-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-y-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-y-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-y-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-y-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-y-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-y-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-y-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-y-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-y-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-y-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-y-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-y-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-y-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-y-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-y-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-y-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-y-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-y-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-y-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-y-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-y-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-y-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-y-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-y-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-y-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-y-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-y-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-y-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-y-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-y-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-y-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-y-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-y-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-y-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-y-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-y-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-y-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-y-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-y-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-y-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-y-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-y-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-y-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-y-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-y-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-y-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-y-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-y-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-y-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-y-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-y-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-y-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-y-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-y-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-y-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-y-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-y-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-y-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-y-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-y-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-y-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-y-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-y-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-y-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-y-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-y-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-y-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-y-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-y-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-y-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-b-yellow-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-b-yellow-100\/0 {
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-b-yellow-100\/10 {
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-b-yellow-100\/100 {
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-b-yellow-100\/15 {
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-b-yellow-100\/20 {
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-b-yellow-100\/25 {
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-b-yellow-100\/30 {
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-b-yellow-100\/35 {
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-b-yellow-100\/45 {
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-b-yellow-100\/5 {
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-b-yellow-100\/50 {
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-b-yellow-100\/55 {
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-b-yellow-100\/65 {
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-b-yellow-100\/70 {
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-b-yellow-100\/75 {
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-b-yellow-100\/80 {
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-b-yellow-100\/85 {
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-b-yellow-100\/90 {
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-b-yellow-100\/95 {
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-b-yellow-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-b-yellow-200\/0 {
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-b-yellow-200\/10 {
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-b-yellow-200\/100 {
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-b-yellow-200\/15 {
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-b-yellow-200\/20 {
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-b-yellow-200\/25 {
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-b-yellow-200\/30 {
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-b-yellow-200\/35 {
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-b-yellow-200\/45 {
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-b-yellow-200\/5 {
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-b-yellow-200\/50 {
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-b-yellow-200\/55 {
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-b-yellow-200\/65 {
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-b-yellow-200\/70 {
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-b-yellow-200\/75 {
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-b-yellow-200\/80 {
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-b-yellow-200\/85 {
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-b-yellow-200\/90 {
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-b-yellow-200\/95 {
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-b-yellow-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-b-yellow-300\/0 {
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-b-yellow-300\/10 {
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-b-yellow-300\/100 {
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-b-yellow-300\/15 {
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.border-b-yellow-300\/20 {
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-b-yellow-300\/25 {
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-b-yellow-300\/30 {
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-b-yellow-300\/35 {
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.border-b-yellow-300\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-b-yellow-300\/45 {
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.border-b-yellow-300\/5 {
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-b-yellow-300\/50 {
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-b-yellow-300\/55 {
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.border-b-yellow-300\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-b-yellow-300\/65 {
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.border-b-yellow-300\/70 {
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-b-yellow-300\/75 {
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-b-yellow-300\/80 {
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-b-yellow-300\/85 {
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.border-b-yellow-300\/90 {
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-b-yellow-300\/95 {
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-b-yellow-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-b-yellow-400\/0 {
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-b-yellow-400\/10 {
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-b-yellow-400\/100 {
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-b-yellow-400\/15 {
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-b-yellow-400\/20 {
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-b-yellow-400\/25 {
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-b-yellow-400\/30 {
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-b-yellow-400\/35 {
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-b-yellow-400\/45 {
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-b-yellow-400\/5 {
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-b-yellow-400\/50 {
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-b-yellow-400\/55 {
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-b-yellow-400\/65 {
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-b-yellow-400\/70 {
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-b-yellow-400\/75 {
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-b-yellow-400\/80 {
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-b-yellow-400\/85 {
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-b-yellow-400\/90 {
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-b-yellow-400\/95 {
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-b-yellow-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-b-yellow-50\/0 {
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-b-yellow-50\/10 {
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-b-yellow-50\/100 {
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-b-yellow-50\/15 {
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-b-yellow-50\/20 {
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-b-yellow-50\/25 {
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-b-yellow-50\/30 {
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-b-yellow-50\/35 {
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-b-yellow-50\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-b-yellow-50\/45 {
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-b-yellow-50\/5 {
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-b-yellow-50\/50 {
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-b-yellow-50\/55 {
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-b-yellow-50\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-b-yellow-50\/65 {
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-b-yellow-50\/70 {
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-b-yellow-50\/75 {
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-b-yellow-50\/80 {
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-b-yellow-50\/85 {
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-b-yellow-50\/90 {
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-b-yellow-50\/95 {
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-b-yellow-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-b-yellow-500\/0 {
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-b-yellow-500\/10 {
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-b-yellow-500\/100 {
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-b-yellow-500\/15 {
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-b-yellow-500\/20 {
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-b-yellow-500\/25 {
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-b-yellow-500\/30 {
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-b-yellow-500\/35 {
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-b-yellow-500\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-b-yellow-500\/45 {
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-b-yellow-500\/5 {
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-b-yellow-500\/50 {
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-b-yellow-500\/55 {
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-b-yellow-500\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-b-yellow-500\/65 {
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-b-yellow-500\/70 {
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-b-yellow-500\/75 {
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-b-yellow-500\/80 {
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-b-yellow-500\/85 {
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-b-yellow-500\/90 {
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-b-yellow-500\/95 {
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-b-yellow-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-b-yellow-600\/0 {
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-b-yellow-600\/10 {
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-b-yellow-600\/100 {
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-b-yellow-600\/15 {
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-b-yellow-600\/20 {
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-b-yellow-600\/25 {
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-b-yellow-600\/30 {
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-b-yellow-600\/35 {
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-b-yellow-600\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-b-yellow-600\/45 {
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-b-yellow-600\/5 {
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-b-yellow-600\/50 {
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-b-yellow-600\/55 {
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-b-yellow-600\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-b-yellow-600\/65 {
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-b-yellow-600\/70 {
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-b-yellow-600\/75 {
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-b-yellow-600\/80 {
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-b-yellow-600\/85 {
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-b-yellow-600\/90 {
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-b-yellow-600\/95 {
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-b-yellow-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-b-yellow-800\/0 {
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-b-yellow-800\/10 {
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-b-yellow-800\/100 {
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-b-yellow-800\/15 {
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-b-yellow-800\/20 {
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-b-yellow-800\/25 {
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-b-yellow-800\/30 {
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-b-yellow-800\/35 {
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-b-yellow-800\/45 {
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-b-yellow-800\/5 {
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-b-yellow-800\/50 {
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-b-yellow-800\/55 {
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-b-yellow-800\/65 {
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-b-yellow-800\/70 {
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-b-yellow-800\/75 {
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-b-yellow-800\/80 {
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-b-yellow-800\/85 {
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-b-yellow-800\/90 {
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-b-yellow-800\/95 {
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-e-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-e-yellow-100\/0 {
  border-inline-end-color: rgb(254 249 195 / 0);
}

.border-e-yellow-100\/10 {
  border-inline-end-color: rgb(254 249 195 / 0.1);
}

.border-e-yellow-100\/100 {
  border-inline-end-color: rgb(254 249 195 / 1);
}

.border-e-yellow-100\/15 {
  border-inline-end-color: rgb(254 249 195 / 0.15);
}

.border-e-yellow-100\/20 {
  border-inline-end-color: rgb(254 249 195 / 0.2);
}

.border-e-yellow-100\/25 {
  border-inline-end-color: rgb(254 249 195 / 0.25);
}

.border-e-yellow-100\/30 {
  border-inline-end-color: rgb(254 249 195 / 0.3);
}

.border-e-yellow-100\/35 {
  border-inline-end-color: rgb(254 249 195 / 0.35);
}

.border-e-yellow-100\/40 {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.border-e-yellow-100\/45 {
  border-inline-end-color: rgb(254 249 195 / 0.45);
}

.border-e-yellow-100\/5 {
  border-inline-end-color: rgb(254 249 195 / 0.05);
}

.border-e-yellow-100\/50 {
  border-inline-end-color: rgb(254 249 195 / 0.5);
}

.border-e-yellow-100\/55 {
  border-inline-end-color: rgb(254 249 195 / 0.55);
}

.border-e-yellow-100\/60 {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.border-e-yellow-100\/65 {
  border-inline-end-color: rgb(254 249 195 / 0.65);
}

.border-e-yellow-100\/70 {
  border-inline-end-color: rgb(254 249 195 / 0.7);
}

.border-e-yellow-100\/75 {
  border-inline-end-color: rgb(254 249 195 / 0.75);
}

.border-e-yellow-100\/80 {
  border-inline-end-color: rgb(254 249 195 / 0.8);
}

.border-e-yellow-100\/85 {
  border-inline-end-color: rgb(254 249 195 / 0.85);
}

.border-e-yellow-100\/90 {
  border-inline-end-color: rgb(254 249 195 / 0.9);
}

.border-e-yellow-100\/95 {
  border-inline-end-color: rgb(254 249 195 / 0.95);
}

.border-e-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-e-yellow-200\/0 {
  border-inline-end-color: rgb(254 240 138 / 0);
}

.border-e-yellow-200\/10 {
  border-inline-end-color: rgb(254 240 138 / 0.1);
}

.border-e-yellow-200\/100 {
  border-inline-end-color: rgb(254 240 138 / 1);
}

.border-e-yellow-200\/15 {
  border-inline-end-color: rgb(254 240 138 / 0.15);
}

.border-e-yellow-200\/20 {
  border-inline-end-color: rgb(254 240 138 / 0.2);
}

.border-e-yellow-200\/25 {
  border-inline-end-color: rgb(254 240 138 / 0.25);
}

.border-e-yellow-200\/30 {
  border-inline-end-color: rgb(254 240 138 / 0.3);
}

.border-e-yellow-200\/35 {
  border-inline-end-color: rgb(254 240 138 / 0.35);
}

.border-e-yellow-200\/40 {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.border-e-yellow-200\/45 {
  border-inline-end-color: rgb(254 240 138 / 0.45);
}

.border-e-yellow-200\/5 {
  border-inline-end-color: rgb(254 240 138 / 0.05);
}

.border-e-yellow-200\/50 {
  border-inline-end-color: rgb(254 240 138 / 0.5);
}

.border-e-yellow-200\/55 {
  border-inline-end-color: rgb(254 240 138 / 0.55);
}

.border-e-yellow-200\/60 {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.border-e-yellow-200\/65 {
  border-inline-end-color: rgb(254 240 138 / 0.65);
}

.border-e-yellow-200\/70 {
  border-inline-end-color: rgb(254 240 138 / 0.7);
}

.border-e-yellow-200\/75 {
  border-inline-end-color: rgb(254 240 138 / 0.75);
}

.border-e-yellow-200\/80 {
  border-inline-end-color: rgb(254 240 138 / 0.8);
}

.border-e-yellow-200\/85 {
  border-inline-end-color: rgb(254 240 138 / 0.85);
}

.border-e-yellow-200\/90 {
  border-inline-end-color: rgb(254 240 138 / 0.9);
}

.border-e-yellow-200\/95 {
  border-inline-end-color: rgb(254 240 138 / 0.95);
}

.border-e-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-e-yellow-300\/0 {
  border-inline-end-color: rgb(253 224 71 / 0);
}

.border-e-yellow-300\/10 {
  border-inline-end-color: rgb(253 224 71 / 0.1);
}

.border-e-yellow-300\/100 {
  border-inline-end-color: rgb(253 224 71 / 1);
}

.border-e-yellow-300\/15 {
  border-inline-end-color: rgb(253 224 71 / 0.15);
}

.border-e-yellow-300\/20 {
  border-inline-end-color: rgb(253 224 71 / 0.2);
}

.border-e-yellow-300\/25 {
  border-inline-end-color: rgb(253 224 71 / 0.25);
}

.border-e-yellow-300\/30 {
  border-inline-end-color: rgb(253 224 71 / 0.3);
}

.border-e-yellow-300\/35 {
  border-inline-end-color: rgb(253 224 71 / 0.35);
}

.border-e-yellow-300\/40 {
  border-inline-end-color: rgb(253 224 71 / 0.4);
}

.border-e-yellow-300\/45 {
  border-inline-end-color: rgb(253 224 71 / 0.45);
}

.border-e-yellow-300\/5 {
  border-inline-end-color: rgb(253 224 71 / 0.05);
}

.border-e-yellow-300\/50 {
  border-inline-end-color: rgb(253 224 71 / 0.5);
}

.border-e-yellow-300\/55 {
  border-inline-end-color: rgb(253 224 71 / 0.55);
}

.border-e-yellow-300\/60 {
  border-inline-end-color: rgb(253 224 71 / 0.6);
}

.border-e-yellow-300\/65 {
  border-inline-end-color: rgb(253 224 71 / 0.65);
}

.border-e-yellow-300\/70 {
  border-inline-end-color: rgb(253 224 71 / 0.7);
}

.border-e-yellow-300\/75 {
  border-inline-end-color: rgb(253 224 71 / 0.75);
}

.border-e-yellow-300\/80 {
  border-inline-end-color: rgb(253 224 71 / 0.8);
}

.border-e-yellow-300\/85 {
  border-inline-end-color: rgb(253 224 71 / 0.85);
}

.border-e-yellow-300\/90 {
  border-inline-end-color: rgb(253 224 71 / 0.9);
}

.border-e-yellow-300\/95 {
  border-inline-end-color: rgb(253 224 71 / 0.95);
}

.border-e-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-e-yellow-400\/0 {
  border-inline-end-color: rgb(250 204 21 / 0);
}

.border-e-yellow-400\/10 {
  border-inline-end-color: rgb(250 204 21 / 0.1);
}

.border-e-yellow-400\/100 {
  border-inline-end-color: rgb(250 204 21 / 1);
}

.border-e-yellow-400\/15 {
  border-inline-end-color: rgb(250 204 21 / 0.15);
}

.border-e-yellow-400\/20 {
  border-inline-end-color: rgb(250 204 21 / 0.2);
}

.border-e-yellow-400\/25 {
  border-inline-end-color: rgb(250 204 21 / 0.25);
}

.border-e-yellow-400\/30 {
  border-inline-end-color: rgb(250 204 21 / 0.3);
}

.border-e-yellow-400\/35 {
  border-inline-end-color: rgb(250 204 21 / 0.35);
}

.border-e-yellow-400\/40 {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.border-e-yellow-400\/45 {
  border-inline-end-color: rgb(250 204 21 / 0.45);
}

.border-e-yellow-400\/5 {
  border-inline-end-color: rgb(250 204 21 / 0.05);
}

.border-e-yellow-400\/50 {
  border-inline-end-color: rgb(250 204 21 / 0.5);
}

.border-e-yellow-400\/55 {
  border-inline-end-color: rgb(250 204 21 / 0.55);
}

.border-e-yellow-400\/60 {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.border-e-yellow-400\/65 {
  border-inline-end-color: rgb(250 204 21 / 0.65);
}

.border-e-yellow-400\/70 {
  border-inline-end-color: rgb(250 204 21 / 0.7);
}

.border-e-yellow-400\/75 {
  border-inline-end-color: rgb(250 204 21 / 0.75);
}

.border-e-yellow-400\/80 {
  border-inline-end-color: rgb(250 204 21 / 0.8);
}

.border-e-yellow-400\/85 {
  border-inline-end-color: rgb(250 204 21 / 0.85);
}

.border-e-yellow-400\/90 {
  border-inline-end-color: rgb(250 204 21 / 0.9);
}

.border-e-yellow-400\/95 {
  border-inline-end-color: rgb(250 204 21 / 0.95);
}

.border-e-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-e-yellow-50\/0 {
  border-inline-end-color: rgb(254 252 232 / 0);
}

.border-e-yellow-50\/10 {
  border-inline-end-color: rgb(254 252 232 / 0.1);
}

.border-e-yellow-50\/100 {
  border-inline-end-color: rgb(254 252 232 / 1);
}

.border-e-yellow-50\/15 {
  border-inline-end-color: rgb(254 252 232 / 0.15);
}

.border-e-yellow-50\/20 {
  border-inline-end-color: rgb(254 252 232 / 0.2);
}

.border-e-yellow-50\/25 {
  border-inline-end-color: rgb(254 252 232 / 0.25);
}

.border-e-yellow-50\/30 {
  border-inline-end-color: rgb(254 252 232 / 0.3);
}

.border-e-yellow-50\/35 {
  border-inline-end-color: rgb(254 252 232 / 0.35);
}

.border-e-yellow-50\/40 {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.border-e-yellow-50\/45 {
  border-inline-end-color: rgb(254 252 232 / 0.45);
}

.border-e-yellow-50\/5 {
  border-inline-end-color: rgb(254 252 232 / 0.05);
}

.border-e-yellow-50\/50 {
  border-inline-end-color: rgb(254 252 232 / 0.5);
}

.border-e-yellow-50\/55 {
  border-inline-end-color: rgb(254 252 232 / 0.55);
}

.border-e-yellow-50\/60 {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.border-e-yellow-50\/65 {
  border-inline-end-color: rgb(254 252 232 / 0.65);
}

.border-e-yellow-50\/70 {
  border-inline-end-color: rgb(254 252 232 / 0.7);
}

.border-e-yellow-50\/75 {
  border-inline-end-color: rgb(254 252 232 / 0.75);
}

.border-e-yellow-50\/80 {
  border-inline-end-color: rgb(254 252 232 / 0.8);
}

.border-e-yellow-50\/85 {
  border-inline-end-color: rgb(254 252 232 / 0.85);
}

.border-e-yellow-50\/90 {
  border-inline-end-color: rgb(254 252 232 / 0.9);
}

.border-e-yellow-50\/95 {
  border-inline-end-color: rgb(254 252 232 / 0.95);
}

.border-e-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-e-yellow-500\/0 {
  border-inline-end-color: rgb(234 179 8 / 0);
}

.border-e-yellow-500\/10 {
  border-inline-end-color: rgb(234 179 8 / 0.1);
}

.border-e-yellow-500\/100 {
  border-inline-end-color: rgb(234 179 8 / 1);
}

.border-e-yellow-500\/15 {
  border-inline-end-color: rgb(234 179 8 / 0.15);
}

.border-e-yellow-500\/20 {
  border-inline-end-color: rgb(234 179 8 / 0.2);
}

.border-e-yellow-500\/25 {
  border-inline-end-color: rgb(234 179 8 / 0.25);
}

.border-e-yellow-500\/30 {
  border-inline-end-color: rgb(234 179 8 / 0.3);
}

.border-e-yellow-500\/35 {
  border-inline-end-color: rgb(234 179 8 / 0.35);
}

.border-e-yellow-500\/40 {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.border-e-yellow-500\/45 {
  border-inline-end-color: rgb(234 179 8 / 0.45);
}

.border-e-yellow-500\/5 {
  border-inline-end-color: rgb(234 179 8 / 0.05);
}

.border-e-yellow-500\/50 {
  border-inline-end-color: rgb(234 179 8 / 0.5);
}

.border-e-yellow-500\/55 {
  border-inline-end-color: rgb(234 179 8 / 0.55);
}

.border-e-yellow-500\/60 {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.border-e-yellow-500\/65 {
  border-inline-end-color: rgb(234 179 8 / 0.65);
}

.border-e-yellow-500\/70 {
  border-inline-end-color: rgb(234 179 8 / 0.7);
}

.border-e-yellow-500\/75 {
  border-inline-end-color: rgb(234 179 8 / 0.75);
}

.border-e-yellow-500\/80 {
  border-inline-end-color: rgb(234 179 8 / 0.8);
}

.border-e-yellow-500\/85 {
  border-inline-end-color: rgb(234 179 8 / 0.85);
}

.border-e-yellow-500\/90 {
  border-inline-end-color: rgb(234 179 8 / 0.9);
}

.border-e-yellow-500\/95 {
  border-inline-end-color: rgb(234 179 8 / 0.95);
}

.border-e-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-e-yellow-600\/0 {
  border-inline-end-color: rgb(202 138 4 / 0);
}

.border-e-yellow-600\/10 {
  border-inline-end-color: rgb(202 138 4 / 0.1);
}

.border-e-yellow-600\/100 {
  border-inline-end-color: rgb(202 138 4 / 1);
}

.border-e-yellow-600\/15 {
  border-inline-end-color: rgb(202 138 4 / 0.15);
}

.border-e-yellow-600\/20 {
  border-inline-end-color: rgb(202 138 4 / 0.2);
}

.border-e-yellow-600\/25 {
  border-inline-end-color: rgb(202 138 4 / 0.25);
}

.border-e-yellow-600\/30 {
  border-inline-end-color: rgb(202 138 4 / 0.3);
}

.border-e-yellow-600\/35 {
  border-inline-end-color: rgb(202 138 4 / 0.35);
}

.border-e-yellow-600\/40 {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.border-e-yellow-600\/45 {
  border-inline-end-color: rgb(202 138 4 / 0.45);
}

.border-e-yellow-600\/5 {
  border-inline-end-color: rgb(202 138 4 / 0.05);
}

.border-e-yellow-600\/50 {
  border-inline-end-color: rgb(202 138 4 / 0.5);
}

.border-e-yellow-600\/55 {
  border-inline-end-color: rgb(202 138 4 / 0.55);
}

.border-e-yellow-600\/60 {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.border-e-yellow-600\/65 {
  border-inline-end-color: rgb(202 138 4 / 0.65);
}

.border-e-yellow-600\/70 {
  border-inline-end-color: rgb(202 138 4 / 0.7);
}

.border-e-yellow-600\/75 {
  border-inline-end-color: rgb(202 138 4 / 0.75);
}

.border-e-yellow-600\/80 {
  border-inline-end-color: rgb(202 138 4 / 0.8);
}

.border-e-yellow-600\/85 {
  border-inline-end-color: rgb(202 138 4 / 0.85);
}

.border-e-yellow-600\/90 {
  border-inline-end-color: rgb(202 138 4 / 0.9);
}

.border-e-yellow-600\/95 {
  border-inline-end-color: rgb(202 138 4 / 0.95);
}

.border-e-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-e-yellow-800\/0 {
  border-inline-end-color: rgb(133 77 14 / 0);
}

.border-e-yellow-800\/10 {
  border-inline-end-color: rgb(133 77 14 / 0.1);
}

.border-e-yellow-800\/100 {
  border-inline-end-color: rgb(133 77 14 / 1);
}

.border-e-yellow-800\/15 {
  border-inline-end-color: rgb(133 77 14 / 0.15);
}

.border-e-yellow-800\/20 {
  border-inline-end-color: rgb(133 77 14 / 0.2);
}

.border-e-yellow-800\/25 {
  border-inline-end-color: rgb(133 77 14 / 0.25);
}

.border-e-yellow-800\/30 {
  border-inline-end-color: rgb(133 77 14 / 0.3);
}

.border-e-yellow-800\/35 {
  border-inline-end-color: rgb(133 77 14 / 0.35);
}

.border-e-yellow-800\/40 {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.border-e-yellow-800\/45 {
  border-inline-end-color: rgb(133 77 14 / 0.45);
}

.border-e-yellow-800\/5 {
  border-inline-end-color: rgb(133 77 14 / 0.05);
}

.border-e-yellow-800\/50 {
  border-inline-end-color: rgb(133 77 14 / 0.5);
}

.border-e-yellow-800\/55 {
  border-inline-end-color: rgb(133 77 14 / 0.55);
}

.border-e-yellow-800\/60 {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.border-e-yellow-800\/65 {
  border-inline-end-color: rgb(133 77 14 / 0.65);
}

.border-e-yellow-800\/70 {
  border-inline-end-color: rgb(133 77 14 / 0.7);
}

.border-e-yellow-800\/75 {
  border-inline-end-color: rgb(133 77 14 / 0.75);
}

.border-e-yellow-800\/80 {
  border-inline-end-color: rgb(133 77 14 / 0.8);
}

.border-e-yellow-800\/85 {
  border-inline-end-color: rgb(133 77 14 / 0.85);
}

.border-e-yellow-800\/90 {
  border-inline-end-color: rgb(133 77 14 / 0.9);
}

.border-e-yellow-800\/95 {
  border-inline-end-color: rgb(133 77 14 / 0.95);
}

.border-l-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-l-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
}

.border-l-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
}

.border-l-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
}

.border-l-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
}

.border-l-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
}

.border-l-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
}

.border-l-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
}

.border-l-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
}

.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
}

.border-l-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
}

.border-l-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
}

.border-l-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
}

.border-l-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
}

.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
}

.border-l-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
}

.border-l-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
}

.border-l-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
}

.border-l-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
}

.border-l-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
}

.border-l-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
}

.border-l-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
}

.border-l-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-l-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
}

.border-l-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
}

.border-l-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
}

.border-l-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
}

.border-l-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
}

.border-l-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
}

.border-l-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
}

.border-l-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
}

.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
}

.border-l-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
}

.border-l-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
}

.border-l-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
}

.border-l-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
}

.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
}

.border-l-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
}

.border-l-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
}

.border-l-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
}

.border-l-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
}

.border-l-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
}

.border-l-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
}

.border-l-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
}

.border-l-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-l-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
}

.border-l-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
}

.border-l-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
}

.border-l-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
}

.border-l-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
}

.border-l-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
}

.border-l-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
}

.border-l-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
}

.border-l-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
}

.border-l-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
}

.border-l-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
}

.border-l-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
}

.border-l-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
}

.border-l-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
}

.border-l-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
}

.border-l-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
}

.border-l-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
}

.border-l-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
}

.border-l-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
}

.border-l-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
}

.border-l-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
}

.border-l-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-l-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
}

.border-l-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
}

.border-l-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
}

.border-l-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
}

.border-l-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
}

.border-l-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
}

.border-l-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
}

.border-l-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
}

.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
}

.border-l-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
}

.border-l-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
}

.border-l-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
}

.border-l-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
}

.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
}

.border-l-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
}

.border-l-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
}

.border-l-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
}

.border-l-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
}

.border-l-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
}

.border-l-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
}

.border-l-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
}

.border-l-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-l-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
}

.border-l-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
}

.border-l-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
}

.border-l-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
}

.border-l-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
}

.border-l-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
}

.border-l-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
}

.border-l-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
}

.border-l-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
}

.border-l-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
}

.border-l-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
}

.border-l-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
}

.border-l-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
}

.border-l-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
}

.border-l-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
}

.border-l-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
}

.border-l-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
}

.border-l-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
}

.border-l-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
}

.border-l-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
}

.border-l-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
}

.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-l-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
}

.border-l-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
}

.border-l-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
}

.border-l-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
}

.border-l-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
}

.border-l-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
}

.border-l-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
}

.border-l-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
}

.border-l-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
}

.border-l-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
}

.border-l-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
}

.border-l-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
}

.border-l-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
}

.border-l-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
}

.border-l-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
}

.border-l-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
}

.border-l-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
}

.border-l-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
}

.border-l-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
}

.border-l-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
}

.border-l-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
}

.border-l-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-l-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
}

.border-l-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
}

.border-l-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
}

.border-l-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
}

.border-l-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
}

.border-l-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
}

.border-l-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
}

.border-l-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
}

.border-l-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
}

.border-l-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
}

.border-l-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
}

.border-l-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
}

.border-l-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
}

.border-l-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
}

.border-l-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
}

.border-l-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
}

.border-l-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
}

.border-l-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
}

.border-l-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
}

.border-l-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
}

.border-l-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
}

.border-l-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-l-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
}

.border-l-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
}

.border-l-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
}

.border-l-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
}

.border-l-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
}

.border-l-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
}

.border-l-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
}

.border-l-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
}

.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
}

.border-l-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
}

.border-l-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
}

.border-l-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
}

.border-l-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
}

.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
}

.border-l-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
}

.border-l-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
}

.border-l-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
}

.border-l-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
}

.border-l-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
}

.border-l-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
}

.border-l-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
}

.border-r-yellow-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-r-yellow-100\/0 {
  border-right-color: rgb(254 249 195 / 0);
}

.border-r-yellow-100\/10 {
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-r-yellow-100\/100 {
  border-right-color: rgb(254 249 195 / 1);
}

.border-r-yellow-100\/15 {
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-r-yellow-100\/20 {
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-r-yellow-100\/25 {
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-r-yellow-100\/30 {
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-r-yellow-100\/35 {
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-r-yellow-100\/45 {
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-r-yellow-100\/5 {
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-r-yellow-100\/50 {
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-r-yellow-100\/55 {
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-r-yellow-100\/65 {
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-r-yellow-100\/70 {
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-r-yellow-100\/75 {
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-r-yellow-100\/80 {
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-r-yellow-100\/85 {
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-r-yellow-100\/90 {
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-r-yellow-100\/95 {
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-r-yellow-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-r-yellow-200\/0 {
  border-right-color: rgb(254 240 138 / 0);
}

.border-r-yellow-200\/10 {
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-r-yellow-200\/100 {
  border-right-color: rgb(254 240 138 / 1);
}

.border-r-yellow-200\/15 {
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-r-yellow-200\/20 {
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-r-yellow-200\/25 {
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-r-yellow-200\/30 {
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-r-yellow-200\/35 {
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-r-yellow-200\/45 {
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-r-yellow-200\/5 {
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-r-yellow-200\/50 {
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-r-yellow-200\/55 {
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-r-yellow-200\/65 {
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-r-yellow-200\/70 {
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-r-yellow-200\/75 {
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-r-yellow-200\/80 {
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-r-yellow-200\/85 {
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-r-yellow-200\/90 {
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-r-yellow-200\/95 {
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-r-yellow-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-r-yellow-300\/0 {
  border-right-color: rgb(253 224 71 / 0);
}

.border-r-yellow-300\/10 {
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-r-yellow-300\/100 {
  border-right-color: rgb(253 224 71 / 1);
}

.border-r-yellow-300\/15 {
  border-right-color: rgb(253 224 71 / 0.15);
}

.border-r-yellow-300\/20 {
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-r-yellow-300\/25 {
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-r-yellow-300\/30 {
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-r-yellow-300\/35 {
  border-right-color: rgb(253 224 71 / 0.35);
}

.border-r-yellow-300\/40 {
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-r-yellow-300\/45 {
  border-right-color: rgb(253 224 71 / 0.45);
}

.border-r-yellow-300\/5 {
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-r-yellow-300\/50 {
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-r-yellow-300\/55 {
  border-right-color: rgb(253 224 71 / 0.55);
}

.border-r-yellow-300\/60 {
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-r-yellow-300\/65 {
  border-right-color: rgb(253 224 71 / 0.65);
}

.border-r-yellow-300\/70 {
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-r-yellow-300\/75 {
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-r-yellow-300\/80 {
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-r-yellow-300\/85 {
  border-right-color: rgb(253 224 71 / 0.85);
}

.border-r-yellow-300\/90 {
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-r-yellow-300\/95 {
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-r-yellow-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-r-yellow-400\/0 {
  border-right-color: rgb(250 204 21 / 0);
}

.border-r-yellow-400\/10 {
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-r-yellow-400\/100 {
  border-right-color: rgb(250 204 21 / 1);
}

.border-r-yellow-400\/15 {
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-r-yellow-400\/20 {
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-r-yellow-400\/25 {
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-r-yellow-400\/30 {
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-r-yellow-400\/35 {
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-r-yellow-400\/45 {
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-r-yellow-400\/5 {
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-r-yellow-400\/50 {
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-r-yellow-400\/55 {
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-r-yellow-400\/65 {
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-r-yellow-400\/70 {
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-r-yellow-400\/75 {
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-r-yellow-400\/80 {
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-r-yellow-400\/85 {
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-r-yellow-400\/90 {
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-r-yellow-400\/95 {
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-r-yellow-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-r-yellow-50\/0 {
  border-right-color: rgb(254 252 232 / 0);
}

.border-r-yellow-50\/10 {
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-r-yellow-50\/100 {
  border-right-color: rgb(254 252 232 / 1);
}

.border-r-yellow-50\/15 {
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-r-yellow-50\/20 {
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-r-yellow-50\/25 {
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-r-yellow-50\/30 {
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-r-yellow-50\/35 {
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-r-yellow-50\/40 {
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-r-yellow-50\/45 {
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-r-yellow-50\/5 {
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-r-yellow-50\/50 {
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-r-yellow-50\/55 {
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-r-yellow-50\/60 {
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-r-yellow-50\/65 {
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-r-yellow-50\/70 {
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-r-yellow-50\/75 {
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-r-yellow-50\/80 {
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-r-yellow-50\/85 {
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-r-yellow-50\/90 {
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-r-yellow-50\/95 {
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-r-yellow-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-r-yellow-500\/0 {
  border-right-color: rgb(234 179 8 / 0);
}

.border-r-yellow-500\/10 {
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-r-yellow-500\/100 {
  border-right-color: rgb(234 179 8 / 1);
}

.border-r-yellow-500\/15 {
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-r-yellow-500\/20 {
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-r-yellow-500\/25 {
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-r-yellow-500\/30 {
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-r-yellow-500\/35 {
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-r-yellow-500\/40 {
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-r-yellow-500\/45 {
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-r-yellow-500\/5 {
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-r-yellow-500\/50 {
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-r-yellow-500\/55 {
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-r-yellow-500\/60 {
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-r-yellow-500\/65 {
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-r-yellow-500\/70 {
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-r-yellow-500\/75 {
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-r-yellow-500\/80 {
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-r-yellow-500\/85 {
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-r-yellow-500\/90 {
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-r-yellow-500\/95 {
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-r-yellow-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-r-yellow-600\/0 {
  border-right-color: rgb(202 138 4 / 0);
}

.border-r-yellow-600\/10 {
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-r-yellow-600\/100 {
  border-right-color: rgb(202 138 4 / 1);
}

.border-r-yellow-600\/15 {
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-r-yellow-600\/20 {
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-r-yellow-600\/25 {
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-r-yellow-600\/30 {
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-r-yellow-600\/35 {
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-r-yellow-600\/40 {
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-r-yellow-600\/45 {
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-r-yellow-600\/5 {
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-r-yellow-600\/50 {
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-r-yellow-600\/55 {
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-r-yellow-600\/60 {
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-r-yellow-600\/65 {
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-r-yellow-600\/70 {
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-r-yellow-600\/75 {
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-r-yellow-600\/80 {
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-r-yellow-600\/85 {
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-r-yellow-600\/90 {
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-r-yellow-600\/95 {
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-r-yellow-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-r-yellow-800\/0 {
  border-right-color: rgb(133 77 14 / 0);
}

.border-r-yellow-800\/10 {
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-r-yellow-800\/100 {
  border-right-color: rgb(133 77 14 / 1);
}

.border-r-yellow-800\/15 {
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-r-yellow-800\/20 {
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-r-yellow-800\/25 {
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-r-yellow-800\/30 {
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-r-yellow-800\/35 {
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-r-yellow-800\/45 {
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-r-yellow-800\/5 {
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-r-yellow-800\/50 {
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-r-yellow-800\/55 {
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-r-yellow-800\/65 {
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-r-yellow-800\/70 {
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-r-yellow-800\/75 {
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-r-yellow-800\/80 {
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-r-yellow-800\/85 {
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-r-yellow-800\/90 {
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-r-yellow-800\/95 {
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-s-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-s-yellow-100\/0 {
  border-inline-start-color: rgb(254 249 195 / 0);
}

.border-s-yellow-100\/10 {
  border-inline-start-color: rgb(254 249 195 / 0.1);
}

.border-s-yellow-100\/100 {
  border-inline-start-color: rgb(254 249 195 / 1);
}

.border-s-yellow-100\/15 {
  border-inline-start-color: rgb(254 249 195 / 0.15);
}

.border-s-yellow-100\/20 {
  border-inline-start-color: rgb(254 249 195 / 0.2);
}

.border-s-yellow-100\/25 {
  border-inline-start-color: rgb(254 249 195 / 0.25);
}

.border-s-yellow-100\/30 {
  border-inline-start-color: rgb(254 249 195 / 0.3);
}

.border-s-yellow-100\/35 {
  border-inline-start-color: rgb(254 249 195 / 0.35);
}

.border-s-yellow-100\/40 {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.border-s-yellow-100\/45 {
  border-inline-start-color: rgb(254 249 195 / 0.45);
}

.border-s-yellow-100\/5 {
  border-inline-start-color: rgb(254 249 195 / 0.05);
}

.border-s-yellow-100\/50 {
  border-inline-start-color: rgb(254 249 195 / 0.5);
}

.border-s-yellow-100\/55 {
  border-inline-start-color: rgb(254 249 195 / 0.55);
}

.border-s-yellow-100\/60 {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.border-s-yellow-100\/65 {
  border-inline-start-color: rgb(254 249 195 / 0.65);
}

.border-s-yellow-100\/70 {
  border-inline-start-color: rgb(254 249 195 / 0.7);
}

.border-s-yellow-100\/75 {
  border-inline-start-color: rgb(254 249 195 / 0.75);
}

.border-s-yellow-100\/80 {
  border-inline-start-color: rgb(254 249 195 / 0.8);
}

.border-s-yellow-100\/85 {
  border-inline-start-color: rgb(254 249 195 / 0.85);
}

.border-s-yellow-100\/90 {
  border-inline-start-color: rgb(254 249 195 / 0.9);
}

.border-s-yellow-100\/95 {
  border-inline-start-color: rgb(254 249 195 / 0.95);
}

.border-s-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-s-yellow-200\/0 {
  border-inline-start-color: rgb(254 240 138 / 0);
}

.border-s-yellow-200\/10 {
  border-inline-start-color: rgb(254 240 138 / 0.1);
}

.border-s-yellow-200\/100 {
  border-inline-start-color: rgb(254 240 138 / 1);
}

.border-s-yellow-200\/15 {
  border-inline-start-color: rgb(254 240 138 / 0.15);
}

.border-s-yellow-200\/20 {
  border-inline-start-color: rgb(254 240 138 / 0.2);
}

.border-s-yellow-200\/25 {
  border-inline-start-color: rgb(254 240 138 / 0.25);
}

.border-s-yellow-200\/30 {
  border-inline-start-color: rgb(254 240 138 / 0.3);
}

.border-s-yellow-200\/35 {
  border-inline-start-color: rgb(254 240 138 / 0.35);
}

.border-s-yellow-200\/40 {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.border-s-yellow-200\/45 {
  border-inline-start-color: rgb(254 240 138 / 0.45);
}

.border-s-yellow-200\/5 {
  border-inline-start-color: rgb(254 240 138 / 0.05);
}

.border-s-yellow-200\/50 {
  border-inline-start-color: rgb(254 240 138 / 0.5);
}

.border-s-yellow-200\/55 {
  border-inline-start-color: rgb(254 240 138 / 0.55);
}

.border-s-yellow-200\/60 {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.border-s-yellow-200\/65 {
  border-inline-start-color: rgb(254 240 138 / 0.65);
}

.border-s-yellow-200\/70 {
  border-inline-start-color: rgb(254 240 138 / 0.7);
}

.border-s-yellow-200\/75 {
  border-inline-start-color: rgb(254 240 138 / 0.75);
}

.border-s-yellow-200\/80 {
  border-inline-start-color: rgb(254 240 138 / 0.8);
}

.border-s-yellow-200\/85 {
  border-inline-start-color: rgb(254 240 138 / 0.85);
}

.border-s-yellow-200\/90 {
  border-inline-start-color: rgb(254 240 138 / 0.9);
}

.border-s-yellow-200\/95 {
  border-inline-start-color: rgb(254 240 138 / 0.95);
}

.border-s-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-s-yellow-300\/0 {
  border-inline-start-color: rgb(253 224 71 / 0);
}

.border-s-yellow-300\/10 {
  border-inline-start-color: rgb(253 224 71 / 0.1);
}

.border-s-yellow-300\/100 {
  border-inline-start-color: rgb(253 224 71 / 1);
}

.border-s-yellow-300\/15 {
  border-inline-start-color: rgb(253 224 71 / 0.15);
}

.border-s-yellow-300\/20 {
  border-inline-start-color: rgb(253 224 71 / 0.2);
}

.border-s-yellow-300\/25 {
  border-inline-start-color: rgb(253 224 71 / 0.25);
}

.border-s-yellow-300\/30 {
  border-inline-start-color: rgb(253 224 71 / 0.3);
}

.border-s-yellow-300\/35 {
  border-inline-start-color: rgb(253 224 71 / 0.35);
}

.border-s-yellow-300\/40 {
  border-inline-start-color: rgb(253 224 71 / 0.4);
}

.border-s-yellow-300\/45 {
  border-inline-start-color: rgb(253 224 71 / 0.45);
}

.border-s-yellow-300\/5 {
  border-inline-start-color: rgb(253 224 71 / 0.05);
}

.border-s-yellow-300\/50 {
  border-inline-start-color: rgb(253 224 71 / 0.5);
}

.border-s-yellow-300\/55 {
  border-inline-start-color: rgb(253 224 71 / 0.55);
}

.border-s-yellow-300\/60 {
  border-inline-start-color: rgb(253 224 71 / 0.6);
}

.border-s-yellow-300\/65 {
  border-inline-start-color: rgb(253 224 71 / 0.65);
}

.border-s-yellow-300\/70 {
  border-inline-start-color: rgb(253 224 71 / 0.7);
}

.border-s-yellow-300\/75 {
  border-inline-start-color: rgb(253 224 71 / 0.75);
}

.border-s-yellow-300\/80 {
  border-inline-start-color: rgb(253 224 71 / 0.8);
}

.border-s-yellow-300\/85 {
  border-inline-start-color: rgb(253 224 71 / 0.85);
}

.border-s-yellow-300\/90 {
  border-inline-start-color: rgb(253 224 71 / 0.9);
}

.border-s-yellow-300\/95 {
  border-inline-start-color: rgb(253 224 71 / 0.95);
}

.border-s-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-s-yellow-400\/0 {
  border-inline-start-color: rgb(250 204 21 / 0);
}

.border-s-yellow-400\/10 {
  border-inline-start-color: rgb(250 204 21 / 0.1);
}

.border-s-yellow-400\/100 {
  border-inline-start-color: rgb(250 204 21 / 1);
}

.border-s-yellow-400\/15 {
  border-inline-start-color: rgb(250 204 21 / 0.15);
}

.border-s-yellow-400\/20 {
  border-inline-start-color: rgb(250 204 21 / 0.2);
}

.border-s-yellow-400\/25 {
  border-inline-start-color: rgb(250 204 21 / 0.25);
}

.border-s-yellow-400\/30 {
  border-inline-start-color: rgb(250 204 21 / 0.3);
}

.border-s-yellow-400\/35 {
  border-inline-start-color: rgb(250 204 21 / 0.35);
}

.border-s-yellow-400\/40 {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.border-s-yellow-400\/45 {
  border-inline-start-color: rgb(250 204 21 / 0.45);
}

.border-s-yellow-400\/5 {
  border-inline-start-color: rgb(250 204 21 / 0.05);
}

.border-s-yellow-400\/50 {
  border-inline-start-color: rgb(250 204 21 / 0.5);
}

.border-s-yellow-400\/55 {
  border-inline-start-color: rgb(250 204 21 / 0.55);
}

.border-s-yellow-400\/60 {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.border-s-yellow-400\/65 {
  border-inline-start-color: rgb(250 204 21 / 0.65);
}

.border-s-yellow-400\/70 {
  border-inline-start-color: rgb(250 204 21 / 0.7);
}

.border-s-yellow-400\/75 {
  border-inline-start-color: rgb(250 204 21 / 0.75);
}

.border-s-yellow-400\/80 {
  border-inline-start-color: rgb(250 204 21 / 0.8);
}

.border-s-yellow-400\/85 {
  border-inline-start-color: rgb(250 204 21 / 0.85);
}

.border-s-yellow-400\/90 {
  border-inline-start-color: rgb(250 204 21 / 0.9);
}

.border-s-yellow-400\/95 {
  border-inline-start-color: rgb(250 204 21 / 0.95);
}

.border-s-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-s-yellow-50\/0 {
  border-inline-start-color: rgb(254 252 232 / 0);
}

.border-s-yellow-50\/10 {
  border-inline-start-color: rgb(254 252 232 / 0.1);
}

.border-s-yellow-50\/100 {
  border-inline-start-color: rgb(254 252 232 / 1);
}

.border-s-yellow-50\/15 {
  border-inline-start-color: rgb(254 252 232 / 0.15);
}

.border-s-yellow-50\/20 {
  border-inline-start-color: rgb(254 252 232 / 0.2);
}

.border-s-yellow-50\/25 {
  border-inline-start-color: rgb(254 252 232 / 0.25);
}

.border-s-yellow-50\/30 {
  border-inline-start-color: rgb(254 252 232 / 0.3);
}

.border-s-yellow-50\/35 {
  border-inline-start-color: rgb(254 252 232 / 0.35);
}

.border-s-yellow-50\/40 {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.border-s-yellow-50\/45 {
  border-inline-start-color: rgb(254 252 232 / 0.45);
}

.border-s-yellow-50\/5 {
  border-inline-start-color: rgb(254 252 232 / 0.05);
}

.border-s-yellow-50\/50 {
  border-inline-start-color: rgb(254 252 232 / 0.5);
}

.border-s-yellow-50\/55 {
  border-inline-start-color: rgb(254 252 232 / 0.55);
}

.border-s-yellow-50\/60 {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.border-s-yellow-50\/65 {
  border-inline-start-color: rgb(254 252 232 / 0.65);
}

.border-s-yellow-50\/70 {
  border-inline-start-color: rgb(254 252 232 / 0.7);
}

.border-s-yellow-50\/75 {
  border-inline-start-color: rgb(254 252 232 / 0.75);
}

.border-s-yellow-50\/80 {
  border-inline-start-color: rgb(254 252 232 / 0.8);
}

.border-s-yellow-50\/85 {
  border-inline-start-color: rgb(254 252 232 / 0.85);
}

.border-s-yellow-50\/90 {
  border-inline-start-color: rgb(254 252 232 / 0.9);
}

.border-s-yellow-50\/95 {
  border-inline-start-color: rgb(254 252 232 / 0.95);
}

.border-s-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-s-yellow-500\/0 {
  border-inline-start-color: rgb(234 179 8 / 0);
}

.border-s-yellow-500\/10 {
  border-inline-start-color: rgb(234 179 8 / 0.1);
}

.border-s-yellow-500\/100 {
  border-inline-start-color: rgb(234 179 8 / 1);
}

.border-s-yellow-500\/15 {
  border-inline-start-color: rgb(234 179 8 / 0.15);
}

.border-s-yellow-500\/20 {
  border-inline-start-color: rgb(234 179 8 / 0.2);
}

.border-s-yellow-500\/25 {
  border-inline-start-color: rgb(234 179 8 / 0.25);
}

.border-s-yellow-500\/30 {
  border-inline-start-color: rgb(234 179 8 / 0.3);
}

.border-s-yellow-500\/35 {
  border-inline-start-color: rgb(234 179 8 / 0.35);
}

.border-s-yellow-500\/40 {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.border-s-yellow-500\/45 {
  border-inline-start-color: rgb(234 179 8 / 0.45);
}

.border-s-yellow-500\/5 {
  border-inline-start-color: rgb(234 179 8 / 0.05);
}

.border-s-yellow-500\/50 {
  border-inline-start-color: rgb(234 179 8 / 0.5);
}

.border-s-yellow-500\/55 {
  border-inline-start-color: rgb(234 179 8 / 0.55);
}

.border-s-yellow-500\/60 {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.border-s-yellow-500\/65 {
  border-inline-start-color: rgb(234 179 8 / 0.65);
}

.border-s-yellow-500\/70 {
  border-inline-start-color: rgb(234 179 8 / 0.7);
}

.border-s-yellow-500\/75 {
  border-inline-start-color: rgb(234 179 8 / 0.75);
}

.border-s-yellow-500\/80 {
  border-inline-start-color: rgb(234 179 8 / 0.8);
}

.border-s-yellow-500\/85 {
  border-inline-start-color: rgb(234 179 8 / 0.85);
}

.border-s-yellow-500\/90 {
  border-inline-start-color: rgb(234 179 8 / 0.9);
}

.border-s-yellow-500\/95 {
  border-inline-start-color: rgb(234 179 8 / 0.95);
}

.border-s-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-s-yellow-600\/0 {
  border-inline-start-color: rgb(202 138 4 / 0);
}

.border-s-yellow-600\/10 {
  border-inline-start-color: rgb(202 138 4 / 0.1);
}

.border-s-yellow-600\/100 {
  border-inline-start-color: rgb(202 138 4 / 1);
}

.border-s-yellow-600\/15 {
  border-inline-start-color: rgb(202 138 4 / 0.15);
}

.border-s-yellow-600\/20 {
  border-inline-start-color: rgb(202 138 4 / 0.2);
}

.border-s-yellow-600\/25 {
  border-inline-start-color: rgb(202 138 4 / 0.25);
}

.border-s-yellow-600\/30 {
  border-inline-start-color: rgb(202 138 4 / 0.3);
}

.border-s-yellow-600\/35 {
  border-inline-start-color: rgb(202 138 4 / 0.35);
}

.border-s-yellow-600\/40 {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.border-s-yellow-600\/45 {
  border-inline-start-color: rgb(202 138 4 / 0.45);
}

.border-s-yellow-600\/5 {
  border-inline-start-color: rgb(202 138 4 / 0.05);
}

.border-s-yellow-600\/50 {
  border-inline-start-color: rgb(202 138 4 / 0.5);
}

.border-s-yellow-600\/55 {
  border-inline-start-color: rgb(202 138 4 / 0.55);
}

.border-s-yellow-600\/60 {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.border-s-yellow-600\/65 {
  border-inline-start-color: rgb(202 138 4 / 0.65);
}

.border-s-yellow-600\/70 {
  border-inline-start-color: rgb(202 138 4 / 0.7);
}

.border-s-yellow-600\/75 {
  border-inline-start-color: rgb(202 138 4 / 0.75);
}

.border-s-yellow-600\/80 {
  border-inline-start-color: rgb(202 138 4 / 0.8);
}

.border-s-yellow-600\/85 {
  border-inline-start-color: rgb(202 138 4 / 0.85);
}

.border-s-yellow-600\/90 {
  border-inline-start-color: rgb(202 138 4 / 0.9);
}

.border-s-yellow-600\/95 {
  border-inline-start-color: rgb(202 138 4 / 0.95);
}

.border-s-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-s-yellow-800\/0 {
  border-inline-start-color: rgb(133 77 14 / 0);
}

.border-s-yellow-800\/10 {
  border-inline-start-color: rgb(133 77 14 / 0.1);
}

.border-s-yellow-800\/100 {
  border-inline-start-color: rgb(133 77 14 / 1);
}

.border-s-yellow-800\/15 {
  border-inline-start-color: rgb(133 77 14 / 0.15);
}

.border-s-yellow-800\/20 {
  border-inline-start-color: rgb(133 77 14 / 0.2);
}

.border-s-yellow-800\/25 {
  border-inline-start-color: rgb(133 77 14 / 0.25);
}

.border-s-yellow-800\/30 {
  border-inline-start-color: rgb(133 77 14 / 0.3);
}

.border-s-yellow-800\/35 {
  border-inline-start-color: rgb(133 77 14 / 0.35);
}

.border-s-yellow-800\/40 {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.border-s-yellow-800\/45 {
  border-inline-start-color: rgb(133 77 14 / 0.45);
}

.border-s-yellow-800\/5 {
  border-inline-start-color: rgb(133 77 14 / 0.05);
}

.border-s-yellow-800\/50 {
  border-inline-start-color: rgb(133 77 14 / 0.5);
}

.border-s-yellow-800\/55 {
  border-inline-start-color: rgb(133 77 14 / 0.55);
}

.border-s-yellow-800\/60 {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.border-s-yellow-800\/65 {
  border-inline-start-color: rgb(133 77 14 / 0.65);
}

.border-s-yellow-800\/70 {
  border-inline-start-color: rgb(133 77 14 / 0.7);
}

.border-s-yellow-800\/75 {
  border-inline-start-color: rgb(133 77 14 / 0.75);
}

.border-s-yellow-800\/80 {
  border-inline-start-color: rgb(133 77 14 / 0.8);
}

.border-s-yellow-800\/85 {
  border-inline-start-color: rgb(133 77 14 / 0.85);
}

.border-s-yellow-800\/90 {
  border-inline-start-color: rgb(133 77 14 / 0.9);
}

.border-s-yellow-800\/95 {
  border-inline-start-color: rgb(133 77 14 / 0.95);
}

.border-t-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-t-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
}

.border-t-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
}

.border-t-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
}

.border-t-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
}

.border-t-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
}

.border-t-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
}

.border-t-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
}

.border-t-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
}

.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
}

.border-t-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
}

.border-t-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
}

.border-t-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
}

.border-t-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
}

.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
}

.border-t-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
}

.border-t-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
}

.border-t-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
}

.border-t-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
}

.border-t-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
}

.border-t-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
}

.border-t-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
}

.border-t-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-t-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
}

.border-t-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
}

.border-t-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
}

.border-t-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
}

.border-t-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
}

.border-t-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
}

.border-t-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
}

.border-t-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
}

.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
}

.border-t-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
}

.border-t-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
}

.border-t-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
}

.border-t-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
}

.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
}

.border-t-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
}

.border-t-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
}

.border-t-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
}

.border-t-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
}

.border-t-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
}

.border-t-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
}

.border-t-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
}

.border-t-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-t-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
}

.border-t-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
}

.border-t-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
}

.border-t-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
}

.border-t-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
}

.border-t-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
}

.border-t-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
}

.border-t-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
}

.border-t-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
}

.border-t-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
}

.border-t-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
}

.border-t-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
}

.border-t-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
}

.border-t-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
}

.border-t-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
}

.border-t-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
}

.border-t-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
}

.border-t-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
}

.border-t-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
}

.border-t-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
}

.border-t-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
}

.border-t-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-t-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
}

.border-t-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
}

.border-t-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
}

.border-t-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
}

.border-t-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
}

.border-t-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
}

.border-t-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
}

.border-t-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
}

.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
}

.border-t-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
}

.border-t-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
}

.border-t-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
}

.border-t-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
}

.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
}

.border-t-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
}

.border-t-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
}

.border-t-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
}

.border-t-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
}

.border-t-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
}

.border-t-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
}

.border-t-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
}

.border-t-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-t-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
}

.border-t-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
}

.border-t-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
}

.border-t-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
}

.border-t-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
}

.border-t-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
}

.border-t-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
}

.border-t-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
}

.border-t-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
}

.border-t-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
}

.border-t-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
}

.border-t-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
}

.border-t-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
}

.border-t-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
}

.border-t-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
}

.border-t-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
}

.border-t-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
}

.border-t-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
}

.border-t-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
}

.border-t-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
}

.border-t-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
}

.border-t-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-t-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
}

.border-t-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
}

.border-t-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
}

.border-t-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
}

.border-t-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
}

.border-t-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
}

.border-t-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
}

.border-t-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
}

.border-t-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
}

.border-t-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
}

.border-t-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
}

.border-t-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
}

.border-t-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
}

.border-t-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
}

.border-t-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
}

.border-t-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
}

.border-t-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
}

.border-t-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
}

.border-t-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
}

.border-t-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
}

.border-t-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
}

.border-t-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-t-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
}

.border-t-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
}

.border-t-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
}

.border-t-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
}

.border-t-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
}

.border-t-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
}

.border-t-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
}

.border-t-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
}

.border-t-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
}

.border-t-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
}

.border-t-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
}

.border-t-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
}

.border-t-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
}

.border-t-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
}

.border-t-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
}

.border-t-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
}

.border-t-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
}

.border-t-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
}

.border-t-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
}

.border-t-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
}

.border-t-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
}

.border-t-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-t-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
}

.border-t-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
}

.border-t-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
}

.border-t-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
}

.border-t-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
}

.border-t-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
}

.border-t-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
}

.border-t-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
}

.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
}

.border-t-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
}

.border-t-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
}

.border-t-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
}

.border-t-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
}

.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
}

.border-t-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
}

.border-t-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
}

.border-t-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
}

.border-t-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
}

.border-t-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
}

.border-t-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
}

.border-t-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}

.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}

.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}

.bg-amber-100\/15 {
  background-color: rgb(254 243 199 / 0.15);
}

.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}

.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}

.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}

.bg-amber-100\/35 {
  background-color: rgb(254 243 199 / 0.35);
}

.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}

.bg-amber-100\/45 {
  background-color: rgb(254 243 199 / 0.45);
}

.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}

.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}

.bg-amber-100\/55 {
  background-color: rgb(254 243 199 / 0.55);
}

.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}

.bg-amber-100\/65 {
  background-color: rgb(254 243 199 / 0.65);
}

.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}

.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}

.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}

.bg-amber-100\/85 {
  background-color: rgb(254 243 199 / 0.85);
}

.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}

.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}

.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0);
}

.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}

.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1);
}

.bg-amber-200\/15 {
  background-color: rgb(253 230 138 / 0.15);
}

.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}

.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}

.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}

.bg-amber-200\/35 {
  background-color: rgb(253 230 138 / 0.35);
}

.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}

.bg-amber-200\/45 {
  background-color: rgb(253 230 138 / 0.45);
}

.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}

.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}

.bg-amber-200\/55 {
  background-color: rgb(253 230 138 / 0.55);
}

.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}

.bg-amber-200\/65 {
  background-color: rgb(253 230 138 / 0.65);
}

.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}

.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}

.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}

.bg-amber-200\/85 {
  background-color: rgb(253 230 138 / 0.85);
}

.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}

.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0);
}

.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}

.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1);
}

.bg-amber-300\/15 {
  background-color: rgb(252 211 77 / 0.15);
}

.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}

.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}

.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}

.bg-amber-300\/35 {
  background-color: rgb(252 211 77 / 0.35);
}

.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}

.bg-amber-300\/45 {
  background-color: rgb(252 211 77 / 0.45);
}

.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}

.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}

.bg-amber-300\/55 {
  background-color: rgb(252 211 77 / 0.55);
}

.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}

.bg-amber-300\/65 {
  background-color: rgb(252 211 77 / 0.65);
}

.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}

.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}

.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}

.bg-amber-300\/85 {
  background-color: rgb(252 211 77 / 0.85);
}

.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}

.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0);
}

.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}

.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1);
}

.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}

.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}

.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}

.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}

.bg-amber-400\/35 {
  background-color: rgb(251 191 36 / 0.35);
}

.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}

.bg-amber-400\/45 {
  background-color: rgb(251 191 36 / 0.45);
}

.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}

.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}

.bg-amber-400\/55 {
  background-color: rgb(251 191 36 / 0.55);
}

.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}

.bg-amber-400\/65 {
  background-color: rgb(251 191 36 / 0.65);
}

.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}

.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}

.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}

.bg-amber-400\/85 {
  background-color: rgb(251 191 36 / 0.85);
}

.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}

.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}

.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}

.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}

.bg-amber-50\/15 {
  background-color: rgb(255 251 235 / 0.15);
}

.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}

.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}

.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}

.bg-amber-50\/35 {
  background-color: rgb(255 251 235 / 0.35);
}

.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}

.bg-amber-50\/45 {
  background-color: rgb(255 251 235 / 0.45);
}

.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}

.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}

.bg-amber-50\/55 {
  background-color: rgb(255 251 235 / 0.55);
}

.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}

.bg-amber-50\/65 {
  background-color: rgb(255 251 235 / 0.65);
}

.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}

.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}

.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}

.bg-amber-50\/85 {
  background-color: rgb(255 251 235 / 0.85);
}

.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}

.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}

.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}

.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}

.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}

.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}

.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}

.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}

.bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.35);
}

.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}

.bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}

.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}

.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}

.bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}

.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}

.bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}

.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}

.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}

.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}

.bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}

.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}

.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}

.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0);
}

.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}

.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1);
}

.bg-amber-600\/15 {
  background-color: rgb(217 119 6 / 0.15);
}

.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}

.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}

.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}

.bg-amber-600\/35 {
  background-color: rgb(217 119 6 / 0.35);
}

.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}

.bg-amber-600\/45 {
  background-color: rgb(217 119 6 / 0.45);
}

.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}

.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}

.bg-amber-600\/55 {
  background-color: rgb(217 119 6 / 0.55);
}

.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}

.bg-amber-600\/65 {
  background-color: rgb(217 119 6 / 0.65);
}

.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}

.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}

.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}

.bg-amber-600\/85 {
  background-color: rgb(217 119 6 / 0.85);
}

.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}

.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}

.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0);
}

.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}

.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1);
}

.bg-amber-700\/15 {
  background-color: rgb(180 83 9 / 0.15);
}

.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}

.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}

.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}

.bg-amber-700\/35 {
  background-color: rgb(180 83 9 / 0.35);
}

.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}

.bg-amber-700\/45 {
  background-color: rgb(180 83 9 / 0.45);
}

.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}

.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}

.bg-amber-700\/55 {
  background-color: rgb(180 83 9 / 0.55);
}

.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}

.bg-amber-700\/65 {
  background-color: rgb(180 83 9 / 0.65);
}

.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}

.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}

.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}

.bg-amber-700\/85 {
  background-color: rgb(180 83 9 / 0.85);
}

.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}

.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}

.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0);
}

.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}

.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1);
}

.bg-amber-800\/15 {
  background-color: rgb(146 64 14 / 0.15);
}

.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}

.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}

.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}

.bg-amber-800\/35 {
  background-color: rgb(146 64 14 / 0.35);
}

.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}

.bg-amber-800\/45 {
  background-color: rgb(146 64 14 / 0.45);
}

.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}

.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}

.bg-amber-800\/55 {
  background-color: rgb(146 64 14 / 0.55);
}

.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}

.bg-amber-800\/65 {
  background-color: rgb(146 64 14 / 0.65);
}

.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}

.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}

.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}

.bg-amber-800\/85 {
  background-color: rgb(146 64 14 / 0.85);
}

.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}

.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}

.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0);
}

.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}

.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1);
}

.bg-amber-900\/15 {
  background-color: rgb(120 53 15 / 0.15);
}

.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}

.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}

.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}

.bg-amber-900\/35 {
  background-color: rgb(120 53 15 / 0.35);
}

.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}

.bg-amber-900\/45 {
  background-color: rgb(120 53 15 / 0.45);
}

.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}

.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}

.bg-amber-900\/55 {
  background-color: rgb(120 53 15 / 0.55);
}

.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}

.bg-amber-900\/65 {
  background-color: rgb(120 53 15 / 0.65);
}

.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}

.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}

.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}

.bg-amber-900\/85 {
  background-color: rgb(120 53 15 / 0.85);
}

.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}

.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}

.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}

.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}

.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}

.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}

.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}

.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}

.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}

.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}

.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}

.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}

.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}

.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}

.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}

.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}

.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}

.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}

.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}

.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}

.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}

.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}

.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}

.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}

.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}

.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}

.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}

.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}

.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}

.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}

.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}

.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}

.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}

.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}

.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}

.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}

.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}

.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}

.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}

.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}

.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}

.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}

.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}

.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}

.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}

.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}

.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}

.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}

.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}

.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}

.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}

.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}

.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}

.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}

.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}

.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}

.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}

.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}

.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}

.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}

.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}

.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}

.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}

.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}

.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}

.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}

.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}

.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}

.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}

.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}

.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}

.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}

.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}

.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}

.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}

.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}

.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}

.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}

.bg-blue-50\/15 {
  background-color: rgb(239 246 255 / 0.15);
}

.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}

.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/35 {
  background-color: rgb(239 246 255 / 0.35);
}

.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}

.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}

.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}

.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}

.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}

.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}

.bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}

.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}

.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}

.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}

.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}

.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}

.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}

.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}

.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}

.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}

.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}

.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}

.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}

.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}

.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}

.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}

.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}

.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}

.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}

.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}

.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}

.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}

.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}

.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}

.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}

.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}

.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}

.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}

.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}

.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}

.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}

.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}

.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}

.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}

.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}

.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}

.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}

.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}

.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}

.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}

.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}

.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}

.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}

.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}

.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / 0.35);
}

.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}

.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}

.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}

.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}

.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}

.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}

.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}

.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}

.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}

.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}

.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}

.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}

.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}

.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}

.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}

.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / 0.15);
}

.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}

.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}

.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}

.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / 0.35);
}

.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}

.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}

.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}

.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}

.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}

.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}

.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}

.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}

.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}

.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}

.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}

.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}

.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}

.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}

.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}

.bg-blue-900\/15 {
  background-color: rgb(30 58 138 / 0.15);
}

.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}

.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}

.bg-blue-900\/35 {
  background-color: rgb(30 58 138 / 0.35);
}

.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}

.bg-blue-900\/45 {
  background-color: rgb(30 58 138 / 0.45);
}

.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}

.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}

.bg-blue-900\/55 {
  background-color: rgb(30 58 138 / 0.55);
}

.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}

.bg-blue-900\/65 {
  background-color: rgb(30 58 138 / 0.65);
}

.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}

.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}

.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}

.bg-blue-900\/85 {
  background-color: rgb(30 58 138 / 0.85);
}

.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}

.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}

.bg-blue-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(18 51 96 / var(--tw-bg-opacity, 1));
}

.bg-blue-header {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 150 / var(--tw-bg-opacity, 1));
}

.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}

.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}

.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}

.bg-cyan-100\/15 {
  background-color: rgb(207 250 254 / 0.15);
}

.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}

.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}

.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}

.bg-cyan-100\/35 {
  background-color: rgb(207 250 254 / 0.35);
}

.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}

.bg-cyan-100\/45 {
  background-color: rgb(207 250 254 / 0.45);
}

.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}

.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}

.bg-cyan-100\/55 {
  background-color: rgb(207 250 254 / 0.55);
}

.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}

.bg-cyan-100\/65 {
  background-color: rgb(207 250 254 / 0.65);
}

.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}

.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}

.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}

.bg-cyan-100\/85 {
  background-color: rgb(207 250 254 / 0.85);
}

.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}

.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}

.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}

.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}

.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}

.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}

.bg-cyan-200\/15 {
  background-color: rgb(165 243 252 / 0.15);
}

.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}

.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}

.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}

.bg-cyan-200\/35 {
  background-color: rgb(165 243 252 / 0.35);
}

.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}

.bg-cyan-200\/45 {
  background-color: rgb(165 243 252 / 0.45);
}

.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}

.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}

.bg-cyan-200\/55 {
  background-color: rgb(165 243 252 / 0.55);
}

.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}

.bg-cyan-200\/65 {
  background-color: rgb(165 243 252 / 0.65);
}

.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}

.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}

.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}

.bg-cyan-200\/85 {
  background-color: rgb(165 243 252 / 0.85);
}

.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}

.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}

.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}

.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}

.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}

.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}

.bg-cyan-300\/15 {
  background-color: rgb(103 232 249 / 0.15);
}

.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}

.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}

.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}

.bg-cyan-300\/35 {
  background-color: rgb(103 232 249 / 0.35);
}

.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}

.bg-cyan-300\/45 {
  background-color: rgb(103 232 249 / 0.45);
}

.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}

.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}

.bg-cyan-300\/55 {
  background-color: rgb(103 232 249 / 0.55);
}

.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}

.bg-cyan-300\/65 {
  background-color: rgb(103 232 249 / 0.65);
}

.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}

.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}

.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}

.bg-cyan-300\/85 {
  background-color: rgb(103 232 249 / 0.85);
}

.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}

.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}

.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}

.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}

.bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / 0.15);
}

.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}

.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}

.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}

.bg-cyan-400\/35 {
  background-color: rgb(34 211 238 / 0.35);
}

.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}

.bg-cyan-400\/45 {
  background-color: rgb(34 211 238 / 0.45);
}

.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}

.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}

.bg-cyan-400\/55 {
  background-color: rgb(34 211 238 / 0.55);
}

.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}

.bg-cyan-400\/65 {
  background-color: rgb(34 211 238 / 0.65);
}

.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}

.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}

.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}

.bg-cyan-400\/85 {
  background-color: rgb(34 211 238 / 0.85);
}

.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}

.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}

.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}

.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}

.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}

.bg-cyan-50\/15 {
  background-color: rgb(236 254 255 / 0.15);
}

.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}

.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}

.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}

.bg-cyan-50\/35 {
  background-color: rgb(236 254 255 / 0.35);
}

.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}

.bg-cyan-50\/45 {
  background-color: rgb(236 254 255 / 0.45);
}

.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}

.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}

.bg-cyan-50\/55 {
  background-color: rgb(236 254 255 / 0.55);
}

.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}

.bg-cyan-50\/65 {
  background-color: rgb(236 254 255 / 0.65);
}

.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}

.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}

.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}

.bg-cyan-50\/85 {
  background-color: rgb(236 254 255 / 0.85);
}

.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}

.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}

.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}

.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}

.bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / 0.15);
}

.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}

.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}

.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}

.bg-cyan-500\/35 {
  background-color: rgb(6 182 212 / 0.35);
}

.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}

.bg-cyan-500\/45 {
  background-color: rgb(6 182 212 / 0.45);
}

.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}

.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}

.bg-cyan-500\/55 {
  background-color: rgb(6 182 212 / 0.55);
}

.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}

.bg-cyan-500\/65 {
  background-color: rgb(6 182 212 / 0.65);
}

.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}

.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}

.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}

.bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85);
}

.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}

.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}

.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}

.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}

.bg-cyan-600\/15 {
  background-color: rgb(8 145 178 / 0.15);
}

.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}

.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}

.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}

.bg-cyan-600\/35 {
  background-color: rgb(8 145 178 / 0.35);
}

.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}

.bg-cyan-600\/45 {
  background-color: rgb(8 145 178 / 0.45);
}

.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}

.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}

.bg-cyan-600\/55 {
  background-color: rgb(8 145 178 / 0.55);
}

.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}

.bg-cyan-600\/65 {
  background-color: rgb(8 145 178 / 0.65);
}

.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}

.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}

.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}

.bg-cyan-600\/85 {
  background-color: rgb(8 145 178 / 0.85);
}

.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}

.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}

.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}

.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}

.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}

.bg-cyan-700\/15 {
  background-color: rgb(14 116 144 / 0.15);
}

.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}

.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}

.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}

.bg-cyan-700\/35 {
  background-color: rgb(14 116 144 / 0.35);
}

.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}

.bg-cyan-700\/45 {
  background-color: rgb(14 116 144 / 0.45);
}

.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}

.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}

.bg-cyan-700\/55 {
  background-color: rgb(14 116 144 / 0.55);
}

.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}

.bg-cyan-700\/65 {
  background-color: rgb(14 116 144 / 0.65);
}

.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}

.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}

.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}

.bg-cyan-700\/85 {
  background-color: rgb(14 116 144 / 0.85);
}

.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}

.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}

.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}

.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}

.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}

.bg-cyan-800\/15 {
  background-color: rgb(21 94 117 / 0.15);
}

.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}

.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}

.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}

.bg-cyan-800\/35 {
  background-color: rgb(21 94 117 / 0.35);
}

.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}

.bg-cyan-800\/45 {
  background-color: rgb(21 94 117 / 0.45);
}

.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}

.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}

.bg-cyan-800\/55 {
  background-color: rgb(21 94 117 / 0.55);
}

.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}

.bg-cyan-800\/65 {
  background-color: rgb(21 94 117 / 0.65);
}

.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}

.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}

.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}

.bg-cyan-800\/85 {
  background-color: rgb(21 94 117 / 0.85);
}

.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}

.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}

.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}

.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}

.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}

.bg-cyan-900\/15 {
  background-color: rgb(22 78 99 / 0.15);
}

.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}

.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}

.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}

.bg-cyan-900\/35 {
  background-color: rgb(22 78 99 / 0.35);
}

.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}

.bg-cyan-900\/45 {
  background-color: rgb(22 78 99 / 0.45);
}

.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}

.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}

.bg-cyan-900\/55 {
  background-color: rgb(22 78 99 / 0.55);
}

.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}

.bg-cyan-900\/65 {
  background-color: rgb(22 78 99 / 0.65);
}

.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}

.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}

.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}

.bg-cyan-900\/85 {
  background-color: rgb(22 78 99 / 0.85);
}

.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}

.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}

.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}

.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}

.bg-emerald-100\/15 {
  background-color: rgb(209 250 229 / 0.15);
}

.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}

.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}

.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}

.bg-emerald-100\/35 {
  background-color: rgb(209 250 229 / 0.35);
}

.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}

.bg-emerald-100\/45 {
  background-color: rgb(209 250 229 / 0.45);
}

.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}

.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}

.bg-emerald-100\/55 {
  background-color: rgb(209 250 229 / 0.55);
}

.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}

.bg-emerald-100\/65 {
  background-color: rgb(209 250 229 / 0.65);
}

.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}

.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}

.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}

.bg-emerald-100\/85 {
  background-color: rgb(209 250 229 / 0.85);
}

.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}

.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}

.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}

.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}

.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}

.bg-emerald-200\/15 {
  background-color: rgb(167 243 208 / 0.15);
}

.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}

.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}

.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}

.bg-emerald-200\/35 {
  background-color: rgb(167 243 208 / 0.35);
}

.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}

.bg-emerald-200\/45 {
  background-color: rgb(167 243 208 / 0.45);
}

.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}

.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}

.bg-emerald-200\/55 {
  background-color: rgb(167 243 208 / 0.55);
}

.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}

.bg-emerald-200\/65 {
  background-color: rgb(167 243 208 / 0.65);
}

.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}

.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}

.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}

.bg-emerald-200\/85 {
  background-color: rgb(167 243 208 / 0.85);
}

.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}

.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}

.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}

.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}

.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}

.bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / 0.15);
}

.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}

.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}

.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}

.bg-emerald-300\/35 {
  background-color: rgb(110 231 183 / 0.35);
}

.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}

.bg-emerald-300\/45 {
  background-color: rgb(110 231 183 / 0.45);
}

.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}

.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}

.bg-emerald-300\/55 {
  background-color: rgb(110 231 183 / 0.55);
}

.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}

.bg-emerald-300\/65 {
  background-color: rgb(110 231 183 / 0.65);
}

.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}

.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}

.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}

.bg-emerald-300\/85 {
  background-color: rgb(110 231 183 / 0.85);
}

.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}

.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}

.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}

.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}

.bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / 0.15);
}

.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}

.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}

.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}

.bg-emerald-400\/35 {
  background-color: rgb(52 211 153 / 0.35);
}

.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}

.bg-emerald-400\/45 {
  background-color: rgb(52 211 153 / 0.45);
}

.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}

.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}

.bg-emerald-400\/55 {
  background-color: rgb(52 211 153 / 0.55);
}

.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}

.bg-emerald-400\/65 {
  background-color: rgb(52 211 153 / 0.65);
}

.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}

.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}

.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}

.bg-emerald-400\/85 {
  background-color: rgb(52 211 153 / 0.85);
}

.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}

.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}

.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}

.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}

.bg-emerald-50\/15 {
  background-color: rgb(236 253 245 / 0.15);
}

.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}

.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}

.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}

.bg-emerald-50\/35 {
  background-color: rgb(236 253 245 / 0.35);
}

.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}

.bg-emerald-50\/45 {
  background-color: rgb(236 253 245 / 0.45);
}

.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}

.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}

.bg-emerald-50\/55 {
  background-color: rgb(236 253 245 / 0.55);
}

.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}

.bg-emerald-50\/65 {
  background-color: rgb(236 253 245 / 0.65);
}

.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}

.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}

.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}

.bg-emerald-50\/85 {
  background-color: rgb(236 253 245 / 0.85);
}

.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}

.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}

.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}

.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}

.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}

.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}

.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}

.bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / 0.35);
}

.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}

.bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45);
}

.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}

.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}

.bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55);
}

.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}

.bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65);
}

.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}

.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}

.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}

.bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85);
}

.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}

.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}

.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}

.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}

.bg-emerald-600\/15 {
  background-color: rgb(5 150 105 / 0.15);
}

.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}

.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}

.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}

.bg-emerald-600\/35 {
  background-color: rgb(5 150 105 / 0.35);
}

.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}

.bg-emerald-600\/45 {
  background-color: rgb(5 150 105 / 0.45);
}

.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}

.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}

.bg-emerald-600\/55 {
  background-color: rgb(5 150 105 / 0.55);
}

.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}

.bg-emerald-600\/65 {
  background-color: rgb(5 150 105 / 0.65);
}

.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}

.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}

.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}

.bg-emerald-600\/85 {
  background-color: rgb(5 150 105 / 0.85);
}

.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}

.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}

.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}

.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}

.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}

.bg-emerald-700\/15 {
  background-color: rgb(4 120 87 / 0.15);
}

.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}

.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}

.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}

.bg-emerald-700\/35 {
  background-color: rgb(4 120 87 / 0.35);
}

.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}

.bg-emerald-700\/45 {
  background-color: rgb(4 120 87 / 0.45);
}

.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}

.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}

.bg-emerald-700\/55 {
  background-color: rgb(4 120 87 / 0.55);
}

.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}

.bg-emerald-700\/65 {
  background-color: rgb(4 120 87 / 0.65);
}

.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}

.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}

.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}

.bg-emerald-700\/85 {
  background-color: rgb(4 120 87 / 0.85);
}

.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}

.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}

.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}

.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}

.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}

.bg-emerald-800\/15 {
  background-color: rgb(6 95 70 / 0.15);
}

.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}

.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}

.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}

.bg-emerald-800\/35 {
  background-color: rgb(6 95 70 / 0.35);
}

.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}

.bg-emerald-800\/45 {
  background-color: rgb(6 95 70 / 0.45);
}

.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}

.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}

.bg-emerald-800\/55 {
  background-color: rgb(6 95 70 / 0.55);
}

.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}

.bg-emerald-800\/65 {
  background-color: rgb(6 95 70 / 0.65);
}

.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}

.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}

.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}

.bg-emerald-800\/85 {
  background-color: rgb(6 95 70 / 0.85);
}

.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}

.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}

.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}

.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}

.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}

.bg-emerald-900\/15 {
  background-color: rgb(6 78 59 / 0.15);
}

.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}

.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}

.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}

.bg-emerald-900\/35 {
  background-color: rgb(6 78 59 / 0.35);
}

.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}

.bg-emerald-900\/45 {
  background-color: rgb(6 78 59 / 0.45);
}

.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}

.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}

.bg-emerald-900\/55 {
  background-color: rgb(6 78 59 / 0.55);
}

.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}

.bg-emerald-900\/65 {
  background-color: rgb(6 78 59 / 0.65);
}

.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}

.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}

.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}

.bg-emerald-900\/85 {
  background-color: rgb(6 78 59 / 0.85);
}

.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}

.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}

.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}

.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}

.bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}

.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}

.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}

.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}

.bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}

.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}

.bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}

.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}

.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}

.bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}

.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}

.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}

.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}

.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}

.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}

.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}

.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}

.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}

.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}

.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}

.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}

.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}

.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}

.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}

.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}

.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}

.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}

.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}

.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}

.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}

.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}

.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}

.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}

.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}

.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}

.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}

.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}

.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}

.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}

.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}

.bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}

.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}

.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}

.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}

.bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}

.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}

.bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}

.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}

.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}

.bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}

.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}

.bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}

.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}

.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}

.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}

.bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}

.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}

.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}

.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}

.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}

.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}

.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}

.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}

.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}

.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}

.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}

.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}

.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}

.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}

.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}

.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}

.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}

.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}

.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}

.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}

.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}

.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}

.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}

.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}

.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}

.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}

.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}

.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}

.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}

.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}

.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}

.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}

.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}

.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}

.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}

.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}

.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}

.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}

.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}

.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}

.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}

.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}

.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}

.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}

.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}

.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}

.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}

.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}

.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}

.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}

.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}

.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}

.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}

.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}

.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}

.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}

.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}

.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}

.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}

.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}

.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}

.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}

.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}

.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}

.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}

.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}

.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}

.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}

.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}

.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}

.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}

.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}

.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}

.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}

.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}

.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}

.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}

.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}

.bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}

.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}

.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}

.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}

.bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}

.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}

.bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}

.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}

.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}

.bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}

.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}

.bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}

.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}

.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}

.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}

.bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}

.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}

.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}

.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}

.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}

.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}

.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}

.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}

.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}

.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}

.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}

.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}

.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}

.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}

.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}

.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}

.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}

.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}

.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}

.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}

.bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}

.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}

.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}

.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}

.bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}

.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}

.bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}

.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}

.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

.bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}

.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}

.bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}

.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}

.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}

.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}

.bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}

.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}

.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}

.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}

.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}

.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}

.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}

.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}

.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}

.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}

.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}

.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}

.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}

.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}

.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}

.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}

.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}

.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}

.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}

.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}

.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}

.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}

.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}

.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}

.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}

.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}

.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}

.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}

.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}

.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}

.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}

.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}

.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}

.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}

.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}

.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}

.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}

.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}

.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}

.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}

.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}

.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}

.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}

.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}

.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}

.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}

.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}

.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}

.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}

.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}

.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}

.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}

.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}

.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}

.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}

.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}

.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}

.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}

.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}

.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}

.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}

.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}

.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}

.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}

.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}

.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}

.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}

.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}

.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}

.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}

.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}

.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}

.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}

.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}

.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}

.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}

.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}

.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}

.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}

.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}

.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}

.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}

.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}

.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}

.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}

.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}

.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}

.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}

.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}

.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}

.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}

.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}

.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}

.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}

.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}

.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}

.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}

.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}

.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}

.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}

.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}

.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}

.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}

.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}

.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}

.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}

.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}

.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}

.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}

.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}

.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}

.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}

.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}

.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}

.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}

.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}

.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}

.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}

.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}

.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}

.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}

.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}

.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}

.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}

.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}

.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}

.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}

.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}

.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}

.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}

.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}

.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}

.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}

.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}

.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}

.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}

.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}

.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}

.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}

.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}

.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}

.bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35);
}

.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}

.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}

.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}

.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}

.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}

.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}

.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}

.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}

.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}

.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}

.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}

.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}

.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}

.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}

.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}

.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15);
}

.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}

.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}

.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}

.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35);
}

.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}

.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}

.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}

.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}

.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}

.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}

.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}

.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}

.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}

.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}

.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}

.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}

.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}

.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}

.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}

.bg-green-900\/15 {
  background-color: rgb(20 83 45 / 0.15);
}

.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}

.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}

.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}

.bg-green-900\/35 {
  background-color: rgb(20 83 45 / 0.35);
}

.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}

.bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45);
}

.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}

.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}

.bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55);
}

.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}

.bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65);
}

.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}

.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}

.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}

.bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85);
}

.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}

.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}

.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}

.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}

.bg-indigo-100\/15 {
  background-color: rgb(224 231 255 / 0.15);
}

.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}

.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}

.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}

.bg-indigo-100\/35 {
  background-color: rgb(224 231 255 / 0.35);
}

.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}

.bg-indigo-100\/45 {
  background-color: rgb(224 231 255 / 0.45);
}

.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}

.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}

.bg-indigo-100\/55 {
  background-color: rgb(224 231 255 / 0.55);
}

.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}

.bg-indigo-100\/65 {
  background-color: rgb(224 231 255 / 0.65);
}

.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}

.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}

.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}

.bg-indigo-100\/85 {
  background-color: rgb(224 231 255 / 0.85);
}

.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}

.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}

.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}

.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}

.bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / 0.15);
}

.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}

.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}

.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}

.bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / 0.35);
}

.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}

.bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45);
}

.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}

.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}

.bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55);
}

.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}

.bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65);
}

.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}

.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}

.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}

.bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85);
}

.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}

.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}

.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}

.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}

.bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / 0.15);
}

.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}

.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}

.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}

.bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / 0.35);
}

.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}

.bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45);
}

.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}

.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}

.bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55);
}

.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}

.bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65);
}

.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}

.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}

.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}

.bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85);
}

.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}

.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}

.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}

.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}

.bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / 0.15);
}

.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}

.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}

.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}

.bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / 0.35);
}

.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}

.bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45);
}

.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}

.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}

.bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55);
}

.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}

.bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65);
}

.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}

.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}

.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}

.bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85);
}

.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}

.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}

.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}

.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}

.bg-indigo-50\/15 {
  background-color: rgb(238 242 255 / 0.15);
}

.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}

.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}

.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}

.bg-indigo-50\/35 {
  background-color: rgb(238 242 255 / 0.35);
}

.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}

.bg-indigo-50\/45 {
  background-color: rgb(238 242 255 / 0.45);
}

.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}

.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}

.bg-indigo-50\/55 {
  background-color: rgb(238 242 255 / 0.55);
}

.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}

.bg-indigo-50\/65 {
  background-color: rgb(238 242 255 / 0.65);
}

.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}

.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}

.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}

.bg-indigo-50\/85 {
  background-color: rgb(238 242 255 / 0.85);
}

.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}

.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}

.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}

.bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / 0.15);
}

.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}

.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}

.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}

.bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / 0.35);
}

.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}

.bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45);
}

.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}

.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}

.bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55);
}

.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}

.bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65);
}

.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}

.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}

.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}

.bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85);
}

.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}

.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}

.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}

.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}

.bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / 0.15);
}

.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}

.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}

.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}

.bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / 0.35);
}

.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}

.bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45);
}

.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}

.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}

.bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55);
}

.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}

.bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65);
}

.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}

.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}

.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}

.bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85);
}

.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}

.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}

.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}

.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}

.bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / 0.15);
}

.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}

.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}

.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}

.bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / 0.35);
}

.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}

.bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45);
}

.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}

.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}

.bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55);
}

.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}

.bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65);
}

.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}

.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}

.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}

.bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85);
}

.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}

.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}

.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}

.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}

.bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / 0.15);
}

.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}

.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}

.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}

.bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / 0.35);
}

.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}

.bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45);
}

.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}

.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}

.bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55);
}

.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}

.bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65);
}

.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}

.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}

.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}

.bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85);
}

.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}

.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}

.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}

.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}

.bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / 0.15);
}

.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}

.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}

.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}

.bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / 0.35);
}

.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}

.bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45);
}

.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}

.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}

.bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55);
}

.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}

.bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65);
}

.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}

.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}

.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}

.bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85);
}

.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}

.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}

.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}

.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}

.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}

.bg-lime-100\/15 {
  background-color: rgb(236 252 203 / 0.15);
}

.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}

.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}

.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}

.bg-lime-100\/35 {
  background-color: rgb(236 252 203 / 0.35);
}

.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}

.bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45);
}

.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}

.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}

.bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55);
}

.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}

.bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65);
}

.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}

.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}

.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}

.bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85);
}

.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}

.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}

.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}

.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}

.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}

.bg-lime-200\/15 {
  background-color: rgb(217 249 157 / 0.15);
}

.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}

.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}

.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}

.bg-lime-200\/35 {
  background-color: rgb(217 249 157 / 0.35);
}

.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}

.bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45);
}

.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}

.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}

.bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55);
}

.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}

.bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65);
}

.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}

.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}

.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}

.bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85);
}

.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}

.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}

.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}

.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}

.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}

.bg-lime-300\/15 {
  background-color: rgb(190 242 100 / 0.15);
}

.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}

.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}

.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}

.bg-lime-300\/35 {
  background-color: rgb(190 242 100 / 0.35);
}

.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}

.bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45);
}

.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}

.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}

.bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55);
}

.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}

.bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65);
}

.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}

.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}

.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}

.bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85);
}

.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}

.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}

.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}

.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}

.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}

.bg-lime-400\/15 {
  background-color: rgb(163 230 53 / 0.15);
}

.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}

.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}

.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}

.bg-lime-400\/35 {
  background-color: rgb(163 230 53 / 0.35);
}

.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}

.bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45);
}

.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}

.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}

.bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55);
}

.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}

.bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65);
}

.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}

.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}

.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}

.bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85);
}

.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}

.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}

.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}

.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}

.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}

.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}

.bg-lime-50\/15 {
  background-color: rgb(247 254 231 / 0.15);
}

.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}

.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}

.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}

.bg-lime-50\/35 {
  background-color: rgb(247 254 231 / 0.35);
}

.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}

.bg-lime-50\/45 {
  background-color: rgb(247 254 231 / 0.45);
}

.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}

.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}

.bg-lime-50\/55 {
  background-color: rgb(247 254 231 / 0.55);
}

.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}

.bg-lime-50\/65 {
  background-color: rgb(247 254 231 / 0.65);
}

.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}

.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}

.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}

.bg-lime-50\/85 {
  background-color: rgb(247 254 231 / 0.85);
}

.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}

.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}

.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}

.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}

.bg-lime-500\/15 {
  background-color: rgb(132 204 22 / 0.15);
}

.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}

.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}

.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}

.bg-lime-500\/35 {
  background-color: rgb(132 204 22 / 0.35);
}

.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}

.bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45);
}

.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}

.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}

.bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55);
}

.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}

.bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65);
}

.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}

.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}

.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}

.bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85);
}

.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}

.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}

.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}

.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}

.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}

.bg-lime-600\/15 {
  background-color: rgb(101 163 13 / 0.15);
}

.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}

.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}

.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}

.bg-lime-600\/35 {
  background-color: rgb(101 163 13 / 0.35);
}

.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}

.bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45);
}

.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}

.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}

.bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55);
}

.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}

.bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65);
}

.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}

.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}

.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}

.bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85);
}

.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}

.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}

.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}

.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}

.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}

.bg-lime-700\/15 {
  background-color: rgb(77 124 15 / 0.15);
}

.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}

.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}

.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}

.bg-lime-700\/35 {
  background-color: rgb(77 124 15 / 0.35);
}

.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}

.bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45);
}

.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}

.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}

.bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55);
}

.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}

.bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65);
}

.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}

.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}

.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}

.bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85);
}

.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}

.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}

.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}

.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}

.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}

.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}

.bg-lime-800\/15 {
  background-color: rgb(63 98 18 / 0.15);
}

.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}

.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}

.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}

.bg-lime-800\/35 {
  background-color: rgb(63 98 18 / 0.35);
}

.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}

.bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45);
}

.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}

.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}

.bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55);
}

.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}

.bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65);
}

.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}

.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}

.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}

.bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85);
}

.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}

.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}

.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}

.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}

.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}

.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}

.bg-lime-900\/15 {
  background-color: rgb(54 83 20 / 0.15);
}

.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}

.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}

.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}

.bg-lime-900\/35 {
  background-color: rgb(54 83 20 / 0.35);
}

.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}

.bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45);
}

.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}

.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}

.bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55);
}

.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}

.bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65);
}

.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}

.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}

.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}

.bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85);
}

.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}

.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}

.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}

.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}

.bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / 0.15);
}

.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}

.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}

.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}

.bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / 0.35);
}

.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}

.bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45);
}

.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}

.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}

.bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55);
}

.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}

.bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65);
}

.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}

.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}

.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}

.bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85);
}

.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}

.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}

.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}

.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}

.bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / 0.15);
}

.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}

.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}

.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}

.bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / 0.35);
}

.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}

.bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45);
}

.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}

.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}

.bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55);
}

.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}

.bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65);
}

.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}

.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}

.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}

.bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85);
}

.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}

.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}

.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}

.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}

.bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / 0.15);
}

.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}

.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}

.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}

.bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / 0.35);
}

.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}

.bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45);
}

.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}

.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}

.bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55);
}

.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}

.bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65);
}

.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}

.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}

.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}

.bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85);
}

.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}

.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}

.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}

.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}

.bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / 0.15);
}

.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}

.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}

.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}

.bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / 0.35);
}

.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}

.bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45);
}

.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}

.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}

.bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55);
}

.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}

.bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65);
}

.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}

.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}

.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}

.bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85);
}

.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}

.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}

.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}

.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}

.bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}

.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}

.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}

.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}

.bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}

.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}

.bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}

.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}

.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}

.bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}

.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}

.bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}

.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}

.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}

.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}

.bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}

.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}

.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}

.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}

.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}

.bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / 0.15);
}

.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}

.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}

.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}

.bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / 0.35);
}

.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}

.bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45);
}

.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}

.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}

.bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55);
}

.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}

.bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65);
}

.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}

.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}

.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}

.bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85);
}

.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}

.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}

.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}

.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}

.bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / 0.15);
}

.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}

.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}

.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}

.bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / 0.35);
}

.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}

.bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45);
}

.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}

.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}

.bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55);
}

.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}

.bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65);
}

.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}

.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}

.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}

.bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85);
}

.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}

.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}

.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}

.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}

.bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / 0.15);
}

.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}

.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}

.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}

.bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / 0.35);
}

.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}

.bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45);
}

.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}

.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}

.bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55);
}

.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}

.bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65);
}

.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}

.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}

.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}

.bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85);
}

.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}

.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}

.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}

.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}

.bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / 0.15);
}

.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}

.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}

.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}

.bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / 0.35);
}

.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}

.bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45);
}

.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}

.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}

.bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55);
}

.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}

.bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65);
}

.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}

.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}

.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}

.bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}

.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}

.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}

.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}

.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}

.bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / 0.15);
}

.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}

.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}

.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}

.bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / 0.35);
}

.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}

.bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45);
}

.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}

.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}

.bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55);
}

.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}

.bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65);
}

.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}

.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}

.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}

.bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85);
}

.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}

.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}

.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}

.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}

.bg-orange-100\/15 {
  background-color: rgb(255 237 213 / 0.15);
}

.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}

.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}

.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}

.bg-orange-100\/35 {
  background-color: rgb(255 237 213 / 0.35);
}

.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}

.bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45);
}

.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}

.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}

.bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55);
}

.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}

.bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65);
}

.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}

.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}

.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}

.bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85);
}

.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}

.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}

.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}

.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}

.bg-orange-200\/15 {
  background-color: rgb(254 215 170 / 0.15);
}

.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}

.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}

.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}

.bg-orange-200\/35 {
  background-color: rgb(254 215 170 / 0.35);
}

.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}

.bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45);
}

.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}

.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}

.bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55);
}

.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}

.bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65);
}

.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}

.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}

.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}

.bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85);
}

.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}

.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}

.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}

.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}

.bg-orange-300\/15 {
  background-color: rgb(253 186 116 / 0.15);
}

.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}

.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}

.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}

.bg-orange-300\/35 {
  background-color: rgb(253 186 116 / 0.35);
}

.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}

.bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45);
}

.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}

.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}

.bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55);
}

.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}

.bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65);
}

.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}

.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}

.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}

.bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85);
}

.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}

.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}

.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}

.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}

.bg-orange-400\/15 {
  background-color: rgb(251 146 60 / 0.15);
}

.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}

.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}

.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}

.bg-orange-400\/35 {
  background-color: rgb(251 146 60 / 0.35);
}

.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}

.bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45);
}

.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}

.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}

.bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55);
}

.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}

.bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65);
}

.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}

.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}

.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}

.bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85);
}

.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}

.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}

.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}

.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}

.bg-orange-50\/15 {
  background-color: rgb(255 247 237 / 0.15);
}

.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}

.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}

.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}

.bg-orange-50\/35 {
  background-color: rgb(255 247 237 / 0.35);
}

.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}

.bg-orange-50\/45 {
  background-color: rgb(255 247 237 / 0.45);
}

.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}

.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}

.bg-orange-50\/55 {
  background-color: rgb(255 247 237 / 0.55);
}

.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}

.bg-orange-50\/65 {
  background-color: rgb(255 247 237 / 0.65);
}

.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}

.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}

.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}

.bg-orange-50\/85 {
  background-color: rgb(255 247 237 / 0.85);
}

.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}

.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}

.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}

.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}

.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15);
}

.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}

.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}

.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}

.bg-orange-500\/35 {
  background-color: rgb(249 115 22 / 0.35);
}

.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}

.bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45);
}

.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}

.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}

.bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55);
}

.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}

.bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65);
}

.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}

.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}

.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}

.bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85);
}

.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}

.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}

.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}

.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}

.bg-orange-600\/15 {
  background-color: rgb(234 88 12 / 0.15);
}

.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}

.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}

.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}

.bg-orange-600\/35 {
  background-color: rgb(234 88 12 / 0.35);
}

.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}

.bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45);
}

.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}

.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}

.bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55);
}

.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}

.bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65);
}

.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}

.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}

.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}

.bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85);
}

.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}

.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}

.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}

.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}

.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}

.bg-orange-700\/15 {
  background-color: rgb(194 65 12 / 0.15);
}

.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}

.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}

.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}

.bg-orange-700\/35 {
  background-color: rgb(194 65 12 / 0.35);
}

.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}

.bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45);
}

.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}

.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}

.bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55);
}

.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}

.bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65);
}

.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}

.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}

.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}

.bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85);
}

.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}

.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}

.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}

.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}

.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}

.bg-orange-800\/15 {
  background-color: rgb(154 52 18 / 0.15);
}

.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}

.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}

.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}

.bg-orange-800\/35 {
  background-color: rgb(154 52 18 / 0.35);
}

.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}

.bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45);
}

.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}

.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}

.bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55);
}

.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}

.bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65);
}

.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}

.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}

.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}

.bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85);
}

.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}

.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}

.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}

.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}

.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}

.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}

.bg-orange-900\/15 {
  background-color: rgb(124 45 18 / 0.15);
}

.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}

.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}

.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}

.bg-orange-900\/35 {
  background-color: rgb(124 45 18 / 0.35);
}

.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}

.bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45);
}

.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}

.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}

.bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55);
}

.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}

.bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65);
}

.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}

.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}

.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}

.bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85);
}

.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}

.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}

.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}

.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}

.bg-pink-100\/15 {
  background-color: rgb(252 231 243 / 0.15);
}

.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}

.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}

.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}

.bg-pink-100\/35 {
  background-color: rgb(252 231 243 / 0.35);
}

.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}

.bg-pink-100\/45 {
  background-color: rgb(252 231 243 / 0.45);
}

.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}

.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}

.bg-pink-100\/55 {
  background-color: rgb(252 231 243 / 0.55);
}

.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}

.bg-pink-100\/65 {
  background-color: rgb(252 231 243 / 0.65);
}

.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}

.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}

.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}

.bg-pink-100\/85 {
  background-color: rgb(252 231 243 / 0.85);
}

.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}

.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}

.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}

.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}

.bg-pink-200\/15 {
  background-color: rgb(251 207 232 / 0.15);
}

.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}

.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}

.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}

.bg-pink-200\/35 {
  background-color: rgb(251 207 232 / 0.35);
}

.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}

.bg-pink-200\/45 {
  background-color: rgb(251 207 232 / 0.45);
}

.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}

.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}

.bg-pink-200\/55 {
  background-color: rgb(251 207 232 / 0.55);
}

.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}

.bg-pink-200\/65 {
  background-color: rgb(251 207 232 / 0.65);
}

.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}

.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}

.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}

.bg-pink-200\/85 {
  background-color: rgb(251 207 232 / 0.85);
}

.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}

.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}

.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}

.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}

.bg-pink-300\/15 {
  background-color: rgb(249 168 212 / 0.15);
}

.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}

.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}

.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}

.bg-pink-300\/35 {
  background-color: rgb(249 168 212 / 0.35);
}

.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}

.bg-pink-300\/45 {
  background-color: rgb(249 168 212 / 0.45);
}

.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}

.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}

.bg-pink-300\/55 {
  background-color: rgb(249 168 212 / 0.55);
}

.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}

.bg-pink-300\/65 {
  background-color: rgb(249 168 212 / 0.65);
}

.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}

.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}

.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}

.bg-pink-300\/85 {
  background-color: rgb(249 168 212 / 0.85);
}

.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}

.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}

.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}

.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}

.bg-pink-400\/15 {
  background-color: rgb(244 114 182 / 0.15);
}

.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}

.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}

.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}

.bg-pink-400\/35 {
  background-color: rgb(244 114 182 / 0.35);
}

.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}

.bg-pink-400\/45 {
  background-color: rgb(244 114 182 / 0.45);
}

.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}

.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}

.bg-pink-400\/55 {
  background-color: rgb(244 114 182 / 0.55);
}

.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}

.bg-pink-400\/65 {
  background-color: rgb(244 114 182 / 0.65);
}

.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}

.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}

.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}

.bg-pink-400\/85 {
  background-color: rgb(244 114 182 / 0.85);
}

.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}

.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}

.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}

.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}

.bg-pink-50\/15 {
  background-color: rgb(253 242 248 / 0.15);
}

.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}

.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}

.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}

.bg-pink-50\/35 {
  background-color: rgb(253 242 248 / 0.35);
}

.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}

.bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45);
}

.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}

.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}

.bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55);
}

.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}

.bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65);
}

.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}

.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}

.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}

.bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85);
}

.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}

.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}

.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}

.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}

.bg-pink-500\/15 {
  background-color: rgb(236 72 153 / 0.15);
}

.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}

.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}

.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}

.bg-pink-500\/35 {
  background-color: rgb(236 72 153 / 0.35);
}

.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}

.bg-pink-500\/45 {
  background-color: rgb(236 72 153 / 0.45);
}

.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}

.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}

.bg-pink-500\/55 {
  background-color: rgb(236 72 153 / 0.55);
}

.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}

.bg-pink-500\/65 {
  background-color: rgb(236 72 153 / 0.65);
}

.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}

.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}

.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}

.bg-pink-500\/85 {
  background-color: rgb(236 72 153 / 0.85);
}

.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}

.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}

.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}

.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}

.bg-pink-600\/15 {
  background-color: rgb(219 39 119 / 0.15);
}

.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}

.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}

.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}

.bg-pink-600\/35 {
  background-color: rgb(219 39 119 / 0.35);
}

.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}

.bg-pink-600\/45 {
  background-color: rgb(219 39 119 / 0.45);
}

.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}

.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}

.bg-pink-600\/55 {
  background-color: rgb(219 39 119 / 0.55);
}

.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}

.bg-pink-600\/65 {
  background-color: rgb(219 39 119 / 0.65);
}

.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}

.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}

.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}

.bg-pink-600\/85 {
  background-color: rgb(219 39 119 / 0.85);
}

.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}

.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}

.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}

.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}

.bg-pink-700\/15 {
  background-color: rgb(190 24 93 / 0.15);
}

.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}

.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}

.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}

.bg-pink-700\/35 {
  background-color: rgb(190 24 93 / 0.35);
}

.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}

.bg-pink-700\/45 {
  background-color: rgb(190 24 93 / 0.45);
}

.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}

.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}

.bg-pink-700\/55 {
  background-color: rgb(190 24 93 / 0.55);
}

.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}

.bg-pink-700\/65 {
  background-color: rgb(190 24 93 / 0.65);
}

.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}

.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}

.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}

.bg-pink-700\/85 {
  background-color: rgb(190 24 93 / 0.85);
}

.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}

.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}

.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}

.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}

.bg-pink-800\/15 {
  background-color: rgb(157 23 77 / 0.15);
}

.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}

.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}

.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}

.bg-pink-800\/35 {
  background-color: rgb(157 23 77 / 0.35);
}

.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}

.bg-pink-800\/45 {
  background-color: rgb(157 23 77 / 0.45);
}

.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}

.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}

.bg-pink-800\/55 {
  background-color: rgb(157 23 77 / 0.55);
}

.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}

.bg-pink-800\/65 {
  background-color: rgb(157 23 77 / 0.65);
}

.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}

.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}

.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}

.bg-pink-800\/85 {
  background-color: rgb(157 23 77 / 0.85);
}

.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}

.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}

.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}

.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}

.bg-pink-900\/15 {
  background-color: rgb(131 24 67 / 0.15);
}

.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}

.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}

.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}

.bg-pink-900\/35 {
  background-color: rgb(131 24 67 / 0.35);
}

.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}

.bg-pink-900\/45 {
  background-color: rgb(131 24 67 / 0.45);
}

.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}

.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}

.bg-pink-900\/55 {
  background-color: rgb(131 24 67 / 0.55);
}

.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}

.bg-pink-900\/65 {
  background-color: rgb(131 24 67 / 0.65);
}

.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}

.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}

.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}

.bg-pink-900\/85 {
  background-color: rgb(131 24 67 / 0.85);
}

.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}

.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}

.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}

.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}

.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15);
}

.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}

.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}

.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}

.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35);
}

.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}

.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45);
}

.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}

.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}

.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55);
}

.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}

.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65);
}

.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}

.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}

.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}

.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85);
}

.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}

.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}

.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}

.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}

.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15);
}

.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}

.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}

.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}

.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35);
}

.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}

.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45);
}

.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}

.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}

.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55);
}

.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}

.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65);
}

.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}

.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}

.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}

.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85);
}

.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}

.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}

.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}

.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}

.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15);
}

.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}

.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}

.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}

.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35);
}

.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}

.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45);
}

.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}

.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}

.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55);
}

.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}

.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65);
}

.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}

.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}

.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}

.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85);
}

.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}

.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}

.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}

.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}

.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15);
}

.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}

.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}

.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}

.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35);
}

.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}

.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45);
}

.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}

.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}

.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55);
}

.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}

.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65);
}

.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}

.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}

.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}

.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85);
}

.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}

.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}

.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}

.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}

.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15);
}

.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}

.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}

.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}

.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35);
}

.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}

.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45);
}

.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}

.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}

.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55);
}

.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}

.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65);
}

.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}

.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}

.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}

.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85);
}

.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}

.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}

.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}

.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}

.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}

.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}

.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}

.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35);
}

.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}

.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}

.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}

.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}

.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}

.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}

.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}

.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}

.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}

.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}

.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}

.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}

.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}

.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}

.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}

.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15);
}

.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}

.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}

.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}

.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35);
}

.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}

.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45);
}

.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}

.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}

.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55);
}

.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}

.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65);
}

.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}

.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}

.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}

.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85);
}

.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}

.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}

.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}

.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}

.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15);
}

.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}

.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}

.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}

.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35);
}

.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}

.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45);
}

.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}

.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}

.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55);
}

.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}

.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65);
}

.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}

.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}

.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}

.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85);
}

.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}

.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}

.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}

.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}

.bg-purple-800\/15 {
  background-color: rgb(107 33 168 / 0.15);
}

.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}

.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}

.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}

.bg-purple-800\/35 {
  background-color: rgb(107 33 168 / 0.35);
}

.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}

.bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45);
}

.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}

.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}

.bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55);
}

.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}

.bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65);
}

.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}

.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}

.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}

.bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85);
}

.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}

.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}

.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}

.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}

.bg-purple-900\/15 {
  background-color: rgb(88 28 135 / 0.15);
}

.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}

.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}

.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}

.bg-purple-900\/35 {
  background-color: rgb(88 28 135 / 0.35);
}

.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}

.bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45);
}

.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}

.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}

.bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55);
}

.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}

.bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65);
}

.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}

.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}

.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}

.bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85);
}

.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}

.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}

.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}

.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}

.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}

.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}

.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}

.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}

.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}

.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}

.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}

.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}

.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}

.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}

.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}

.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}

.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}

.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}

.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}

.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}

.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}

.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}

.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}

.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}

.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}

.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}

.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}

.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}

.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}

.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}

.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}

.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}

.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}

.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}

.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}

.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}

.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}

.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}

.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}

.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}

.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}

.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}

.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}

.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}

.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}

.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}

.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}

.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}

.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}

.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}

.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}

.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}

.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}

.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}

.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}

.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}

.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}

.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}

.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}

.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}

.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}

.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}

.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}

.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}

.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}

.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}

.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}

.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}

.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}

.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}

.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}

.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}

.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}

.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}

.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}

.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}

.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}

.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}

.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}

.bg-rose-100\/15 {
  background-color: rgb(255 228 230 / 0.15);
}

.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}

.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}

.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}

.bg-rose-100\/35 {
  background-color: rgb(255 228 230 / 0.35);
}

.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}

.bg-rose-100\/45 {
  background-color: rgb(255 228 230 / 0.45);
}

.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}

.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}

.bg-rose-100\/55 {
  background-color: rgb(255 228 230 / 0.55);
}

.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}

.bg-rose-100\/65 {
  background-color: rgb(255 228 230 / 0.65);
}

.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}

.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}

.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}

.bg-rose-100\/85 {
  background-color: rgb(255 228 230 / 0.85);
}

.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}

.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}

.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}

.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0);
}

.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1);
}

.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1);
}

.bg-rose-200\/15 {
  background-color: rgb(254 205 211 / 0.15);
}

.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2);
}

.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25);
}

.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3);
}

.bg-rose-200\/35 {
  background-color: rgb(254 205 211 / 0.35);
}

.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4);
}

.bg-rose-200\/45 {
  background-color: rgb(254 205 211 / 0.45);
}

.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05);
}

.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5);
}

.bg-rose-200\/55 {
  background-color: rgb(254 205 211 / 0.55);
}

.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6);
}

.bg-rose-200\/65 {
  background-color: rgb(254 205 211 / 0.65);
}

.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7);
}

.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75);
}

.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8);
}

.bg-rose-200\/85 {
  background-color: rgb(254 205 211 / 0.85);
}

.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}

.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95);
}

.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0);
}

.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}

.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1);
}

.bg-rose-300\/15 {
  background-color: rgb(253 164 175 / 0.15);
}

.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2);
}

.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25);
}

.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3);
}

.bg-rose-300\/35 {
  background-color: rgb(253 164 175 / 0.35);
}

.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4);
}

.bg-rose-300\/45 {
  background-color: rgb(253 164 175 / 0.45);
}

.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05);
}

.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5);
}

.bg-rose-300\/55 {
  background-color: rgb(253 164 175 / 0.55);
}

.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}

.bg-rose-300\/65 {
  background-color: rgb(253 164 175 / 0.65);
}

.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7);
}

.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75);
}

.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8);
}

.bg-rose-300\/85 {
  background-color: rgb(253 164 175 / 0.85);
}

.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9);
}

.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95);
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0);
}

.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}

.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1);
}

.bg-rose-400\/15 {
  background-color: rgb(251 113 133 / 0.15);
}

.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}

.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25);
}

.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}

.bg-rose-400\/35 {
  background-color: rgb(251 113 133 / 0.35);
}

.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4);
}

.bg-rose-400\/45 {
  background-color: rgb(251 113 133 / 0.45);
}

.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05);
}

.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}

.bg-rose-400\/55 {
  background-color: rgb(251 113 133 / 0.55);
}

.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6);
}

.bg-rose-400\/65 {
  background-color: rgb(251 113 133 / 0.65);
}

.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7);
}

.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75);
}

.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}

.bg-rose-400\/85 {
  background-color: rgb(251 113 133 / 0.85);
}

.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9);
}

.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95);
}

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0);
}

.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1);
}

.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1);
}

.bg-rose-50\/15 {
  background-color: rgb(255 241 242 / 0.15);
}

.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2);
}

.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25);
}

.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3);
}

.bg-rose-50\/35 {
  background-color: rgb(255 241 242 / 0.35);
}

.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4);
}

.bg-rose-50\/45 {
  background-color: rgb(255 241 242 / 0.45);
}

.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05);
}

.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5);
}

.bg-rose-50\/55 {
  background-color: rgb(255 241 242 / 0.55);
}

.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6);
}

.bg-rose-50\/65 {
  background-color: rgb(255 241 242 / 0.65);
}

.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7);
}

.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75);
}

.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}

.bg-rose-50\/85 {
  background-color: rgb(255 241 242 / 0.85);
}

.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9);
}

.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95);
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0);
}

.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1);
}

.bg-rose-500\/15 {
  background-color: rgb(244 63 94 / 0.15);
}

.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}

.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}

.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3);
}

.bg-rose-500\/35 {
  background-color: rgb(244 63 94 / 0.35);
}

.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4);
}

.bg-rose-500\/45 {
  background-color: rgb(244 63 94 / 0.45);
}

.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}

.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5);
}

.bg-rose-500\/55 {
  background-color: rgb(244 63 94 / 0.55);
}

.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}

.bg-rose-500\/65 {
  background-color: rgb(244 63 94 / 0.65);
}

.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7);
}

.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75);
}

.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}

.bg-rose-500\/85 {
  background-color: rgb(244 63 94 / 0.85);
}

.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9);
}

.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95);
}

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0);
}

.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1);
}

.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1);
}

.bg-rose-600\/15 {
  background-color: rgb(225 29 72 / 0.15);
}

.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2);
}

.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25);
}

.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3);
}

.bg-rose-600\/35 {
  background-color: rgb(225 29 72 / 0.35);
}

.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4);
}

.bg-rose-600\/45 {
  background-color: rgb(225 29 72 / 0.45);
}

.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05);
}

.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5);
}

.bg-rose-600\/55 {
  background-color: rgb(225 29 72 / 0.55);
}

.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6);
}

.bg-rose-600\/65 {
  background-color: rgb(225 29 72 / 0.65);
}

.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}

.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75);
}

.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8);
}

.bg-rose-600\/85 {
  background-color: rgb(225 29 72 / 0.85);
}

.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9);
}

.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95);
}

.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0);
}

.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1);
}

.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1);
}

.bg-rose-700\/15 {
  background-color: rgb(190 18 60 / 0.15);
}

.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2);
}

.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25);
}

.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3);
}

.bg-rose-700\/35 {
  background-color: rgb(190 18 60 / 0.35);
}

.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4);
}

.bg-rose-700\/45 {
  background-color: rgb(190 18 60 / 0.45);
}

.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05);
}

.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5);
}

.bg-rose-700\/55 {
  background-color: rgb(190 18 60 / 0.55);
}

.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6);
}

.bg-rose-700\/65 {
  background-color: rgb(190 18 60 / 0.65);
}

.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7);
}

.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75);
}

.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8);
}

.bg-rose-700\/85 {
  background-color: rgb(190 18 60 / 0.85);
}

.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9);
}

.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95);
}

.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}

.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0);
}

.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1);
}

.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1);
}

.bg-rose-800\/15 {
  background-color: rgb(159 18 57 / 0.15);
}

.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2);
}

.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25);
}

.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3);
}

.bg-rose-800\/35 {
  background-color: rgb(159 18 57 / 0.35);
}

.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4);
}

.bg-rose-800\/45 {
  background-color: rgb(159 18 57 / 0.45);
}

.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05);
}

.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5);
}

.bg-rose-800\/55 {
  background-color: rgb(159 18 57 / 0.55);
}

.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6);
}

.bg-rose-800\/65 {
  background-color: rgb(159 18 57 / 0.65);
}

.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7);
}

.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75);
}

.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8);
}

.bg-rose-800\/85 {
  background-color: rgb(159 18 57 / 0.85);
}

.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9);
}

.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95);
}

.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}

.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}

.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}

.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}

.bg-rose-900\/15 {
  background-color: rgb(136 19 55 / 0.15);
}

.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}

.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}

.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}

.bg-rose-900\/35 {
  background-color: rgb(136 19 55 / 0.35);
}

.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}

.bg-rose-900\/45 {
  background-color: rgb(136 19 55 / 0.45);
}

.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}

.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}

.bg-rose-900\/55 {
  background-color: rgb(136 19 55 / 0.55);
}

.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}

.bg-rose-900\/65 {
  background-color: rgb(136 19 55 / 0.65);
}

.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}

.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}

.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}

.bg-rose-900\/85 {
  background-color: rgb(136 19 55 / 0.85);
}

.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}

.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}

.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}

.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}

.bg-sky-100\/15 {
  background-color: rgb(224 242 254 / 0.15);
}

.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}

.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}

.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}

.bg-sky-100\/35 {
  background-color: rgb(224 242 254 / 0.35);
}

.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}

.bg-sky-100\/45 {
  background-color: rgb(224 242 254 / 0.45);
}

.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}

.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}

.bg-sky-100\/55 {
  background-color: rgb(224 242 254 / 0.55);
}

.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}

.bg-sky-100\/65 {
  background-color: rgb(224 242 254 / 0.65);
}

.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}

.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}

.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}

.bg-sky-100\/85 {
  background-color: rgb(224 242 254 / 0.85);
}

.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}

.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}

.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}

.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}

.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}

.bg-sky-200\/15 {
  background-color: rgb(186 230 253 / 0.15);
}

.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}

.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}

.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}

.bg-sky-200\/35 {
  background-color: rgb(186 230 253 / 0.35);
}

.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}

.bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45);
}

.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}

.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}

.bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55);
}

.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}

.bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65);
}

.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}

.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}

.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}

.bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85);
}

.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}

.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}

.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}

.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}

.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}

.bg-sky-300\/15 {
  background-color: rgb(125 211 252 / 0.15);
}

.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}

.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}

.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}

.bg-sky-300\/35 {
  background-color: rgb(125 211 252 / 0.35);
}

.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}

.bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45);
}

.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}

.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}

.bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55);
}

.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}

.bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65);
}

.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}

.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}

.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}

.bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85);
}

.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}

.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}

.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}

.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}

.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}

.bg-sky-400\/15 {
  background-color: rgb(56 189 248 / 0.15);
}

.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}

.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}

.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}

.bg-sky-400\/35 {
  background-color: rgb(56 189 248 / 0.35);
}

.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}

.bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45);
}

.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}

.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}

.bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55);
}

.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}

.bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65);
}

.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}

.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}

.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}

.bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85);
}

.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}

.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}

.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}

.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}

.bg-sky-50\/15 {
  background-color: rgb(240 249 255 / 0.15);
}

.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}

.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}

.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}

.bg-sky-50\/35 {
  background-color: rgb(240 249 255 / 0.35);
}

.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}

.bg-sky-50\/45 {
  background-color: rgb(240 249 255 / 0.45);
}

.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}

.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}

.bg-sky-50\/55 {
  background-color: rgb(240 249 255 / 0.55);
}

.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}

.bg-sky-50\/65 {
  background-color: rgb(240 249 255 / 0.65);
}

.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}

.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}

.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}

.bg-sky-50\/85 {
  background-color: rgb(240 249 255 / 0.85);
}

.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}

.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}

.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}

.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}

.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}

.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}

.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}

.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}

.bg-sky-500\/35 {
  background-color: rgb(14 165 233 / 0.35);
}

.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}

.bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45);
}

.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}

.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}

.bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55);
}

.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}

.bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65);
}

.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}

.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}

.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}

.bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85);
}

.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}

.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}

.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}

.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}

.bg-sky-600\/15 {
  background-color: rgb(2 132 199 / 0.15);
}

.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}

.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}

.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}

.bg-sky-600\/35 {
  background-color: rgb(2 132 199 / 0.35);
}

.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}

.bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45);
}

.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}

.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}

.bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55);
}

.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}

.bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65);
}

.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}

.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}

.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}

.bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85);
}

.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}

.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}

.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}

.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}

.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}

.bg-sky-700\/15 {
  background-color: rgb(3 105 161 / 0.15);
}

.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}

.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}

.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}

.bg-sky-700\/35 {
  background-color: rgb(3 105 161 / 0.35);
}

.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}

.bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45);
}

.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}

.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}

.bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55);
}

.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}

.bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65);
}

.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}

.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}

.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}

.bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85);
}

.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}

.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}

.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}

.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}

.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}

.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}

.bg-sky-800\/15 {
  background-color: rgb(7 89 133 / 0.15);
}

.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}

.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}

.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}

.bg-sky-800\/35 {
  background-color: rgb(7 89 133 / 0.35);
}

.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}

.bg-sky-800\/45 {
  background-color: rgb(7 89 133 / 0.45);
}

.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}

.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}

.bg-sky-800\/55 {
  background-color: rgb(7 89 133 / 0.55);
}

.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}

.bg-sky-800\/65 {
  background-color: rgb(7 89 133 / 0.65);
}

.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}

.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}

.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}

.bg-sky-800\/85 {
  background-color: rgb(7 89 133 / 0.85);
}

.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}

.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}

.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}

.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}

.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}

.bg-sky-900\/15 {
  background-color: rgb(12 74 110 / 0.15);
}

.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}

.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}

.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}

.bg-sky-900\/35 {
  background-color: rgb(12 74 110 / 0.35);
}

.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}

.bg-sky-900\/45 {
  background-color: rgb(12 74 110 / 0.45);
}

.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}

.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}

.bg-sky-900\/55 {
  background-color: rgb(12 74 110 / 0.55);
}

.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}

.bg-sky-900\/65 {
  background-color: rgb(12 74 110 / 0.65);
}

.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}

.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}

.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}

.bg-sky-900\/85 {
  background-color: rgb(12 74 110 / 0.85);
}

.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}

.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}

.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}

.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}

.bg-slate-100\/15 {
  background-color: rgb(241 245 249 / 0.15);
}

.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}

.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}

.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}

.bg-slate-100\/35 {
  background-color: rgb(241 245 249 / 0.35);
}

.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}

.bg-slate-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}

.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}

.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}

.bg-slate-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}

.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}

.bg-slate-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}

.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}

.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}

.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}

.bg-slate-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}

.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}

.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}

.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}

.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}

.bg-slate-200\/15 {
  background-color: rgb(226 232 240 / 0.15);
}

.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}

.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}

.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}

.bg-slate-200\/35 {
  background-color: rgb(226 232 240 / 0.35);
}

.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}

.bg-slate-200\/45 {
  background-color: rgb(226 232 240 / 0.45);
}

.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}

.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}

.bg-slate-200\/55 {
  background-color: rgb(226 232 240 / 0.55);
}

.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}

.bg-slate-200\/65 {
  background-color: rgb(226 232 240 / 0.65);
}

.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}

.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}

.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}

.bg-slate-200\/85 {
  background-color: rgb(226 232 240 / 0.85);
}

.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}

.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}

.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}

.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}

.bg-slate-300\/15 {
  background-color: rgb(203 213 225 / 0.15);
}

.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}

.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}

.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}

.bg-slate-300\/35 {
  background-color: rgb(203 213 225 / 0.35);
}

.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}

.bg-slate-300\/45 {
  background-color: rgb(203 213 225 / 0.45);
}

.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}

.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}

.bg-slate-300\/55 {
  background-color: rgb(203 213 225 / 0.55);
}

.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}

.bg-slate-300\/65 {
  background-color: rgb(203 213 225 / 0.65);
}

.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}

.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}

.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}

.bg-slate-300\/85 {
  background-color: rgb(203 213 225 / 0.85);
}

.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}

.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}

.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}

.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}

.bg-slate-400\/15 {
  background-color: rgb(148 163 184 / 0.15);
}

.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}

.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}

.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}

.bg-slate-400\/35 {
  background-color: rgb(148 163 184 / 0.35);
}

.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}

.bg-slate-400\/45 {
  background-color: rgb(148 163 184 / 0.45);
}

.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}

.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}

.bg-slate-400\/55 {
  background-color: rgb(148 163 184 / 0.55);
}

.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}

.bg-slate-400\/65 {
  background-color: rgb(148 163 184 / 0.65);
}

.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}

.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}

.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}

.bg-slate-400\/85 {
  background-color: rgb(148 163 184 / 0.85);
}

.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}

.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}

.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}

.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1);
}

.bg-slate-50\/15 {
  background-color: rgb(248 250 252 / 0.15);
}

.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}

.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}

.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}

.bg-slate-50\/35 {
  background-color: rgb(248 250 252 / 0.35);
}

.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}

.bg-slate-50\/45 {
  background-color: rgb(248 250 252 / 0.45);
}

.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}

.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}

.bg-slate-50\/55 {
  background-color: rgb(248 250 252 / 0.55);
}

.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}

.bg-slate-50\/65 {
  background-color: rgb(248 250 252 / 0.65);
}

.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}

.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}

.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}

.bg-slate-50\/85 {
  background-color: rgb(248 250 252 / 0.85);
}

.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}

.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}

.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}

.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}

.bg-slate-500\/15 {
  background-color: rgb(100 116 139 / 0.15);
}

.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}

.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}

.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}

.bg-slate-500\/35 {
  background-color: rgb(100 116 139 / 0.35);
}

.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}

.bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}

.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}

.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}

.bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}

.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}

.bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}

.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}

.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}

.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}

.bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}

.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}

.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}

.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}

.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}

.bg-slate-600\/15 {
  background-color: rgb(71 85 105 / 0.15);
}

.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}

.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}

.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}

.bg-slate-600\/35 {
  background-color: rgb(71 85 105 / 0.35);
}

.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}

.bg-slate-600\/45 {
  background-color: rgb(71 85 105 / 0.45);
}

.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}

.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}

.bg-slate-600\/55 {
  background-color: rgb(71 85 105 / 0.55);
}

.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}

.bg-slate-600\/65 {
  background-color: rgb(71 85 105 / 0.65);
}

.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}

.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}

.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}

.bg-slate-600\/85 {
  background-color: rgb(71 85 105 / 0.85);
}

.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}

.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}

.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}

.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}

.bg-slate-700\/15 {
  background-color: rgb(51 65 85 / 0.15);
}

.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}

.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}

.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}

.bg-slate-700\/35 {
  background-color: rgb(51 65 85 / 0.35);
}

.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}

.bg-slate-700\/45 {
  background-color: rgb(51 65 85 / 0.45);
}

.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}

.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}

.bg-slate-700\/55 {
  background-color: rgb(51 65 85 / 0.55);
}

.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}

.bg-slate-700\/65 {
  background-color: rgb(51 65 85 / 0.65);
}

.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}

.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}

.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}

.bg-slate-700\/85 {
  background-color: rgb(51 65 85 / 0.85);
}

.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}

.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}

.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}

.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}

.bg-slate-800\/15 {
  background-color: rgb(30 41 59 / 0.15);
}

.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}

.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}

.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}

.bg-slate-800\/35 {
  background-color: rgb(30 41 59 / 0.35);
}

.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}

.bg-slate-800\/45 {
  background-color: rgb(30 41 59 / 0.45);
}

.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}

.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}

.bg-slate-800\/55 {
  background-color: rgb(30 41 59 / 0.55);
}

.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}

.bg-slate-800\/65 {
  background-color: rgb(30 41 59 / 0.65);
}

.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}

.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}

.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}

.bg-slate-800\/85 {
  background-color: rgb(30 41 59 / 0.85);
}

.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}

.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0);
}

.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}

.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}

.bg-slate-900\/15 {
  background-color: rgb(15 23 42 / 0.15);
}

.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}

.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}

.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}

.bg-slate-900\/35 {
  background-color: rgb(15 23 42 / 0.35);
}

.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}

.bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}

.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}

.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}

.bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55);
}

.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65);
}

.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}

.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}

.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}

.bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85);
}

.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}

.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0);
}

.bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}

.bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1);
}

.bg-stone-100\/15 {
  background-color: rgb(245 245 244 / 0.15);
}

.bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}

.bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}

.bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}

.bg-stone-100\/35 {
  background-color: rgb(245 245 244 / 0.35);
}

.bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}

.bg-stone-100\/45 {
  background-color: rgb(245 245 244 / 0.45);
}

.bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}

.bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}

.bg-stone-100\/55 {
  background-color: rgb(245 245 244 / 0.55);
}

.bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}

.bg-stone-100\/65 {
  background-color: rgb(245 245 244 / 0.65);
}

.bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}

.bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}

.bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}

.bg-stone-100\/85 {
  background-color: rgb(245 245 244 / 0.85);
}

.bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}

.bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}

.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0);
}

.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}

.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1);
}

.bg-stone-200\/15 {
  background-color: rgb(231 229 228 / 0.15);
}

.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}

.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}

.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}

.bg-stone-200\/35 {
  background-color: rgb(231 229 228 / 0.35);
}

.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}

.bg-stone-200\/45 {
  background-color: rgb(231 229 228 / 0.45);
}

.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}

.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}

.bg-stone-200\/55 {
  background-color: rgb(231 229 228 / 0.55);
}

.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}

.bg-stone-200\/65 {
  background-color: rgb(231 229 228 / 0.65);
}

.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}

.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}

.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}

.bg-stone-200\/85 {
  background-color: rgb(231 229 228 / 0.85);
}

.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}

.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}

.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0);
}

.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}

.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1);
}

.bg-stone-300\/15 {
  background-color: rgb(214 211 209 / 0.15);
}

.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}

.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}

.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}

.bg-stone-300\/35 {
  background-color: rgb(214 211 209 / 0.35);
}

.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}

.bg-stone-300\/45 {
  background-color: rgb(214 211 209 / 0.45);
}

.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}

.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}

.bg-stone-300\/55 {
  background-color: rgb(214 211 209 / 0.55);
}

.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}

.bg-stone-300\/65 {
  background-color: rgb(214 211 209 / 0.65);
}

.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}

.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}

.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}

.bg-stone-300\/85 {
  background-color: rgb(214 211 209 / 0.85);
}

.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}

.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}

.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0);
}

.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}

.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1);
}

.bg-stone-400\/15 {
  background-color: rgb(168 162 158 / 0.15);
}

.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}

.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}

.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}

.bg-stone-400\/35 {
  background-color: rgb(168 162 158 / 0.35);
}

.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}

.bg-stone-400\/45 {
  background-color: rgb(168 162 158 / 0.45);
}

.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}

.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}

.bg-stone-400\/55 {
  background-color: rgb(168 162 158 / 0.55);
}

.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}

.bg-stone-400\/65 {
  background-color: rgb(168 162 158 / 0.65);
}

.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}

.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}

.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}

.bg-stone-400\/85 {
  background-color: rgb(168 162 158 / 0.85);
}

.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}

.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0);
}

.bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}

.bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1);
}

.bg-stone-50\/15 {
  background-color: rgb(250 250 249 / 0.15);
}

.bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}

.bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}

.bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}

.bg-stone-50\/35 {
  background-color: rgb(250 250 249 / 0.35);
}

.bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}

.bg-stone-50\/45 {
  background-color: rgb(250 250 249 / 0.45);
}

.bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}

.bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}

.bg-stone-50\/55 {
  background-color: rgb(250 250 249 / 0.55);
}

.bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}

.bg-stone-50\/65 {
  background-color: rgb(250 250 249 / 0.65);
}

.bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}

.bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}

.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}

.bg-stone-50\/85 {
  background-color: rgb(250 250 249 / 0.85);
}

.bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}

.bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}

.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0);
}

.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}

.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1);
}

.bg-stone-500\/15 {
  background-color: rgb(120 113 108 / 0.15);
}

.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}

.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}

.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}

.bg-stone-500\/35 {
  background-color: rgb(120 113 108 / 0.35);
}

.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}

.bg-stone-500\/45 {
  background-color: rgb(120 113 108 / 0.45);
}

.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}

.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}

.bg-stone-500\/55 {
  background-color: rgb(120 113 108 / 0.55);
}

.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}

.bg-stone-500\/65 {
  background-color: rgb(120 113 108 / 0.65);
}

.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}

.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}

.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}

.bg-stone-500\/85 {
  background-color: rgb(120 113 108 / 0.85);
}

.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}

.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}

.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0);
}

.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}

.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1);
}

.bg-stone-600\/15 {
  background-color: rgb(87 83 78 / 0.15);
}

.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}

.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}

.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}

.bg-stone-600\/35 {
  background-color: rgb(87 83 78 / 0.35);
}

.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}

.bg-stone-600\/45 {
  background-color: rgb(87 83 78 / 0.45);
}

.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}

.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}

.bg-stone-600\/55 {
  background-color: rgb(87 83 78 / 0.55);
}

.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}

.bg-stone-600\/65 {
  background-color: rgb(87 83 78 / 0.65);
}

.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}

.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}

.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}

.bg-stone-600\/85 {
  background-color: rgb(87 83 78 / 0.85);
}

.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}

.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}

.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0);
}

.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}

.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1);
}

.bg-stone-700\/15 {
  background-color: rgb(68 64 60 / 0.15);
}

.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}

.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}

.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}

.bg-stone-700\/35 {
  background-color: rgb(68 64 60 / 0.35);
}

.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}

.bg-stone-700\/45 {
  background-color: rgb(68 64 60 / 0.45);
}

.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}

.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}

.bg-stone-700\/55 {
  background-color: rgb(68 64 60 / 0.55);
}

.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}

.bg-stone-700\/65 {
  background-color: rgb(68 64 60 / 0.65);
}

.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}

.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}

.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}

.bg-stone-700\/85 {
  background-color: rgb(68 64 60 / 0.85);
}

.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}

.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0);
}

.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}

.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1);
}

.bg-stone-800\/15 {
  background-color: rgb(41 37 36 / 0.15);
}

.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}

.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}

.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}

.bg-stone-800\/35 {
  background-color: rgb(41 37 36 / 0.35);
}

.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}

.bg-stone-800\/45 {
  background-color: rgb(41 37 36 / 0.45);
}

.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}

.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}

.bg-stone-800\/55 {
  background-color: rgb(41 37 36 / 0.55);
}

.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}

.bg-stone-800\/65 {
  background-color: rgb(41 37 36 / 0.65);
}

.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}

.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}

.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}

.bg-stone-800\/85 {
  background-color: rgb(41 37 36 / 0.85);
}

.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}

.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}

.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}

.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0);
}

.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}

.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1);
}

.bg-stone-900\/15 {
  background-color: rgb(28 25 23 / 0.15);
}

.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}

.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}

.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}

.bg-stone-900\/35 {
  background-color: rgb(28 25 23 / 0.35);
}

.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}

.bg-stone-900\/45 {
  background-color: rgb(28 25 23 / 0.45);
}

.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}

.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}

.bg-stone-900\/55 {
  background-color: rgb(28 25 23 / 0.55);
}

.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}

.bg-stone-900\/65 {
  background-color: rgb(28 25 23 / 0.65);
}

.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}

.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}

.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}

.bg-stone-900\/85 {
  background-color: rgb(28 25 23 / 0.85);
}

.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}

.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 255 250 / var(--tw-bg-opacity, 1));
}

.bg-teal-100\/0 {
  background-color: rgb(230 255 250 / 0);
}

.bg-teal-100\/10 {
  background-color: rgb(230 255 250 / 0.1);
}

.bg-teal-100\/100 {
  background-color: rgb(230 255 250 / 1);
}

.bg-teal-100\/15 {
  background-color: rgb(230 255 250 / 0.15);
}

.bg-teal-100\/20 {
  background-color: rgb(230 255 250 / 0.2);
}

.bg-teal-100\/25 {
  background-color: rgb(230 255 250 / 0.25);
}

.bg-teal-100\/30 {
  background-color: rgb(230 255 250 / 0.3);
}

.bg-teal-100\/35 {
  background-color: rgb(230 255 250 / 0.35);
}

.bg-teal-100\/40 {
  background-color: rgb(230 255 250 / 0.4);
}

.bg-teal-100\/45 {
  background-color: rgb(230 255 250 / 0.45);
}

.bg-teal-100\/5 {
  background-color: rgb(230 255 250 / 0.05);
}

.bg-teal-100\/50 {
  background-color: rgb(230 255 250 / 0.5);
}

.bg-teal-100\/55 {
  background-color: rgb(230 255 250 / 0.55);
}

.bg-teal-100\/60 {
  background-color: rgb(230 255 250 / 0.6);
}

.bg-teal-100\/65 {
  background-color: rgb(230 255 250 / 0.65);
}

.bg-teal-100\/70 {
  background-color: rgb(230 255 250 / 0.7);
}

.bg-teal-100\/75 {
  background-color: rgb(230 255 250 / 0.75);
}

.bg-teal-100\/80 {
  background-color: rgb(230 255 250 / 0.8);
}

.bg-teal-100\/85 {
  background-color: rgb(230 255 250 / 0.85);
}

.bg-teal-100\/90 {
  background-color: rgb(230 255 250 / 0.9);
}

.bg-teal-100\/95 {
  background-color: rgb(230 255 250 / 0.95);
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 245 234 / var(--tw-bg-opacity, 1));
}

.bg-teal-200\/0 {
  background-color: rgb(178 245 234 / 0);
}

.bg-teal-200\/10 {
  background-color: rgb(178 245 234 / 0.1);
}

.bg-teal-200\/100 {
  background-color: rgb(178 245 234 / 1);
}

.bg-teal-200\/15 {
  background-color: rgb(178 245 234 / 0.15);
}

.bg-teal-200\/20 {
  background-color: rgb(178 245 234 / 0.2);
}

.bg-teal-200\/25 {
  background-color: rgb(178 245 234 / 0.25);
}

.bg-teal-200\/30 {
  background-color: rgb(178 245 234 / 0.3);
}

.bg-teal-200\/35 {
  background-color: rgb(178 245 234 / 0.35);
}

.bg-teal-200\/40 {
  background-color: rgb(178 245 234 / 0.4);
}

.bg-teal-200\/45 {
  background-color: rgb(178 245 234 / 0.45);
}

.bg-teal-200\/5 {
  background-color: rgb(178 245 234 / 0.05);
}

.bg-teal-200\/50 {
  background-color: rgb(178 245 234 / 0.5);
}

.bg-teal-200\/55 {
  background-color: rgb(178 245 234 / 0.55);
}

.bg-teal-200\/60 {
  background-color: rgb(178 245 234 / 0.6);
}

.bg-teal-200\/65 {
  background-color: rgb(178 245 234 / 0.65);
}

.bg-teal-200\/70 {
  background-color: rgb(178 245 234 / 0.7);
}

.bg-teal-200\/75 {
  background-color: rgb(178 245 234 / 0.75);
}

.bg-teal-200\/80 {
  background-color: rgb(178 245 234 / 0.8);
}

.bg-teal-200\/85 {
  background-color: rgb(178 245 234 / 0.85);
}

.bg-teal-200\/90 {
  background-color: rgb(178 245 234 / 0.9);
}

.bg-teal-200\/95 {
  background-color: rgb(178 245 234 / 0.95);
}

.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 230 217 / var(--tw-bg-opacity, 1));
}

.bg-teal-300\/0 {
  background-color: rgb(129 230 217 / 0);
}

.bg-teal-300\/10 {
  background-color: rgb(129 230 217 / 0.1);
}

.bg-teal-300\/100 {
  background-color: rgb(129 230 217 / 1);
}

.bg-teal-300\/15 {
  background-color: rgb(129 230 217 / 0.15);
}

.bg-teal-300\/20 {
  background-color: rgb(129 230 217 / 0.2);
}

.bg-teal-300\/25 {
  background-color: rgb(129 230 217 / 0.25);
}

.bg-teal-300\/30 {
  background-color: rgb(129 230 217 / 0.3);
}

.bg-teal-300\/35 {
  background-color: rgb(129 230 217 / 0.35);
}

.bg-teal-300\/40 {
  background-color: rgb(129 230 217 / 0.4);
}

.bg-teal-300\/45 {
  background-color: rgb(129 230 217 / 0.45);
}

.bg-teal-300\/5 {
  background-color: rgb(129 230 217 / 0.05);
}

.bg-teal-300\/50 {
  background-color: rgb(129 230 217 / 0.5);
}

.bg-teal-300\/55 {
  background-color: rgb(129 230 217 / 0.55);
}

.bg-teal-300\/60 {
  background-color: rgb(129 230 217 / 0.6);
}

.bg-teal-300\/65 {
  background-color: rgb(129 230 217 / 0.65);
}

.bg-teal-300\/70 {
  background-color: rgb(129 230 217 / 0.7);
}

.bg-teal-300\/75 {
  background-color: rgb(129 230 217 / 0.75);
}

.bg-teal-300\/80 {
  background-color: rgb(129 230 217 / 0.8);
}

.bg-teal-300\/85 {
  background-color: rgb(129 230 217 / 0.85);
}

.bg-teal-300\/90 {
  background-color: rgb(129 230 217 / 0.9);
}

.bg-teal-300\/95 {
  background-color: rgb(129 230 217 / 0.95);
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 209 197 / var(--tw-bg-opacity, 1));
}

.bg-teal-400\/0 {
  background-color: rgb(79 209 197 / 0);
}

.bg-teal-400\/10 {
  background-color: rgb(79 209 197 / 0.1);
}

.bg-teal-400\/100 {
  background-color: rgb(79 209 197 / 1);
}

.bg-teal-400\/15 {
  background-color: rgb(79 209 197 / 0.15);
}

.bg-teal-400\/20 {
  background-color: rgb(79 209 197 / 0.2);
}

.bg-teal-400\/25 {
  background-color: rgb(79 209 197 / 0.25);
}

.bg-teal-400\/30 {
  background-color: rgb(79 209 197 / 0.3);
}

.bg-teal-400\/35 {
  background-color: rgb(79 209 197 / 0.35);
}

.bg-teal-400\/40 {
  background-color: rgb(79 209 197 / 0.4);
}

.bg-teal-400\/45 {
  background-color: rgb(79 209 197 / 0.45);
}

.bg-teal-400\/5 {
  background-color: rgb(79 209 197 / 0.05);
}

.bg-teal-400\/50 {
  background-color: rgb(79 209 197 / 0.5);
}

.bg-teal-400\/55 {
  background-color: rgb(79 209 197 / 0.55);
}

.bg-teal-400\/60 {
  background-color: rgb(79 209 197 / 0.6);
}

.bg-teal-400\/65 {
  background-color: rgb(79 209 197 / 0.65);
}

.bg-teal-400\/70 {
  background-color: rgb(79 209 197 / 0.7);
}

.bg-teal-400\/75 {
  background-color: rgb(79 209 197 / 0.75);
}

.bg-teal-400\/80 {
  background-color: rgb(79 209 197 / 0.8);
}

.bg-teal-400\/85 {
  background-color: rgb(79 209 197 / 0.85);
}

.bg-teal-400\/90 {
  background-color: rgb(79 209 197 / 0.9);
}

.bg-teal-400\/95 {
  background-color: rgb(79 209 197 / 0.95);
}

.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}

.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}

.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}

.bg-teal-50\/15 {
  background-color: rgb(240 253 250 / 0.15);
}

.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}

.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}

.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}

.bg-teal-50\/35 {
  background-color: rgb(240 253 250 / 0.35);
}

.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}

.bg-teal-50\/45 {
  background-color: rgb(240 253 250 / 0.45);
}

.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}

.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}

.bg-teal-50\/55 {
  background-color: rgb(240 253 250 / 0.55);
}

.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}

.bg-teal-50\/65 {
  background-color: rgb(240 253 250 / 0.65);
}

.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}

.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}

.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}

.bg-teal-50\/85 {
  background-color: rgb(240 253 250 / 0.85);
}

.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}

.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 178 172 / var(--tw-bg-opacity, 1));
}

.bg-teal-500\/0 {
  background-color: rgb(56 178 172 / 0);
}

.bg-teal-500\/10 {
  background-color: rgb(56 178 172 / 0.1);
}

.bg-teal-500\/100 {
  background-color: rgb(56 178 172 / 1);
}

.bg-teal-500\/15 {
  background-color: rgb(56 178 172 / 0.15);
}

.bg-teal-500\/20 {
  background-color: rgb(56 178 172 / 0.2);
}

.bg-teal-500\/25 {
  background-color: rgb(56 178 172 / 0.25);
}

.bg-teal-500\/30 {
  background-color: rgb(56 178 172 / 0.3);
}

.bg-teal-500\/35 {
  background-color: rgb(56 178 172 / 0.35);
}

.bg-teal-500\/40 {
  background-color: rgb(56 178 172 / 0.4);
}

.bg-teal-500\/45 {
  background-color: rgb(56 178 172 / 0.45);
}

.bg-teal-500\/5 {
  background-color: rgb(56 178 172 / 0.05);
}

.bg-teal-500\/50 {
  background-color: rgb(56 178 172 / 0.5);
}

.bg-teal-500\/55 {
  background-color: rgb(56 178 172 / 0.55);
}

.bg-teal-500\/60 {
  background-color: rgb(56 178 172 / 0.6);
}

.bg-teal-500\/65 {
  background-color: rgb(56 178 172 / 0.65);
}

.bg-teal-500\/70 {
  background-color: rgb(56 178 172 / 0.7);
}

.bg-teal-500\/75 {
  background-color: rgb(56 178 172 / 0.75);
}

.bg-teal-500\/80 {
  background-color: rgb(56 178 172 / 0.8);
}

.bg-teal-500\/85 {
  background-color: rgb(56 178 172 / 0.85);
}

.bg-teal-500\/90 {
  background-color: rgb(56 178 172 / 0.9);
}

.bg-teal-500\/95 {
  background-color: rgb(56 178 172 / 0.95);
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 151 149 / var(--tw-bg-opacity, 1));
}

.bg-teal-600\/0 {
  background-color: rgb(49 151 149 / 0);
}

.bg-teal-600\/10 {
  background-color: rgb(49 151 149 / 0.1);
}

.bg-teal-600\/100 {
  background-color: rgb(49 151 149 / 1);
}

.bg-teal-600\/15 {
  background-color: rgb(49 151 149 / 0.15);
}

.bg-teal-600\/20 {
  background-color: rgb(49 151 149 / 0.2);
}

.bg-teal-600\/25 {
  background-color: rgb(49 151 149 / 0.25);
}

.bg-teal-600\/30 {
  background-color: rgb(49 151 149 / 0.3);
}

.bg-teal-600\/35 {
  background-color: rgb(49 151 149 / 0.35);
}

.bg-teal-600\/40 {
  background-color: rgb(49 151 149 / 0.4);
}

.bg-teal-600\/45 {
  background-color: rgb(49 151 149 / 0.45);
}

.bg-teal-600\/5 {
  background-color: rgb(49 151 149 / 0.05);
}

.bg-teal-600\/50 {
  background-color: rgb(49 151 149 / 0.5);
}

.bg-teal-600\/55 {
  background-color: rgb(49 151 149 / 0.55);
}

.bg-teal-600\/60 {
  background-color: rgb(49 151 149 / 0.6);
}

.bg-teal-600\/65 {
  background-color: rgb(49 151 149 / 0.65);
}

.bg-teal-600\/70 {
  background-color: rgb(49 151 149 / 0.7);
}

.bg-teal-600\/75 {
  background-color: rgb(49 151 149 / 0.75);
}

.bg-teal-600\/80 {
  background-color: rgb(49 151 149 / 0.8);
}

.bg-teal-600\/85 {
  background-color: rgb(49 151 149 / 0.85);
}

.bg-teal-600\/90 {
  background-color: rgb(49 151 149 / 0.9);
}

.bg-teal-600\/95 {
  background-color: rgb(49 151 149 / 0.95);
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(44 122 123 / var(--tw-bg-opacity, 1));
}

.bg-teal-700\/0 {
  background-color: rgb(44 122 123 / 0);
}

.bg-teal-700\/10 {
  background-color: rgb(44 122 123 / 0.1);
}

.bg-teal-700\/100 {
  background-color: rgb(44 122 123 / 1);
}

.bg-teal-700\/15 {
  background-color: rgb(44 122 123 / 0.15);
}

.bg-teal-700\/20 {
  background-color: rgb(44 122 123 / 0.2);
}

.bg-teal-700\/25 {
  background-color: rgb(44 122 123 / 0.25);
}

.bg-teal-700\/30 {
  background-color: rgb(44 122 123 / 0.3);
}

.bg-teal-700\/35 {
  background-color: rgb(44 122 123 / 0.35);
}

.bg-teal-700\/40 {
  background-color: rgb(44 122 123 / 0.4);
}

.bg-teal-700\/45 {
  background-color: rgb(44 122 123 / 0.45);
}

.bg-teal-700\/5 {
  background-color: rgb(44 122 123 / 0.05);
}

.bg-teal-700\/50 {
  background-color: rgb(44 122 123 / 0.5);
}

.bg-teal-700\/55 {
  background-color: rgb(44 122 123 / 0.55);
}

.bg-teal-700\/60 {
  background-color: rgb(44 122 123 / 0.6);
}

.bg-teal-700\/65 {
  background-color: rgb(44 122 123 / 0.65);
}

.bg-teal-700\/70 {
  background-color: rgb(44 122 123 / 0.7);
}

.bg-teal-700\/75 {
  background-color: rgb(44 122 123 / 0.75);
}

.bg-teal-700\/80 {
  background-color: rgb(44 122 123 / 0.8);
}

.bg-teal-700\/85 {
  background-color: rgb(44 122 123 / 0.85);
}

.bg-teal-700\/90 {
  background-color: rgb(44 122 123 / 0.9);
}

.bg-teal-700\/95 {
  background-color: rgb(44 122 123 / 0.95);
}

.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 94 97 / var(--tw-bg-opacity, 1));
}

.bg-teal-800\/0 {
  background-color: rgb(40 94 97 / 0);
}

.bg-teal-800\/10 {
  background-color: rgb(40 94 97 / 0.1);
}

.bg-teal-800\/100 {
  background-color: rgb(40 94 97 / 1);
}

.bg-teal-800\/15 {
  background-color: rgb(40 94 97 / 0.15);
}

.bg-teal-800\/20 {
  background-color: rgb(40 94 97 / 0.2);
}

.bg-teal-800\/25 {
  background-color: rgb(40 94 97 / 0.25);
}

.bg-teal-800\/30 {
  background-color: rgb(40 94 97 / 0.3);
}

.bg-teal-800\/35 {
  background-color: rgb(40 94 97 / 0.35);
}

.bg-teal-800\/40 {
  background-color: rgb(40 94 97 / 0.4);
}

.bg-teal-800\/45 {
  background-color: rgb(40 94 97 / 0.45);
}

.bg-teal-800\/5 {
  background-color: rgb(40 94 97 / 0.05);
}

.bg-teal-800\/50 {
  background-color: rgb(40 94 97 / 0.5);
}

.bg-teal-800\/55 {
  background-color: rgb(40 94 97 / 0.55);
}

.bg-teal-800\/60 {
  background-color: rgb(40 94 97 / 0.6);
}

.bg-teal-800\/65 {
  background-color: rgb(40 94 97 / 0.65);
}

.bg-teal-800\/70 {
  background-color: rgb(40 94 97 / 0.7);
}

.bg-teal-800\/75 {
  background-color: rgb(40 94 97 / 0.75);
}

.bg-teal-800\/80 {
  background-color: rgb(40 94 97 / 0.8);
}

.bg-teal-800\/85 {
  background-color: rgb(40 94 97 / 0.85);
}

.bg-teal-800\/90 {
  background-color: rgb(40 94 97 / 0.9);
}

.bg-teal-800\/95 {
  background-color: rgb(40 94 97 / 0.95);
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 78 82 / var(--tw-bg-opacity, 1));
}

.bg-teal-900\/0 {
  background-color: rgb(35 78 82 / 0);
}

.bg-teal-900\/10 {
  background-color: rgb(35 78 82 / 0.1);
}

.bg-teal-900\/100 {
  background-color: rgb(35 78 82 / 1);
}

.bg-teal-900\/15 {
  background-color: rgb(35 78 82 / 0.15);
}

.bg-teal-900\/20 {
  background-color: rgb(35 78 82 / 0.2);
}

.bg-teal-900\/25 {
  background-color: rgb(35 78 82 / 0.25);
}

.bg-teal-900\/30 {
  background-color: rgb(35 78 82 / 0.3);
}

.bg-teal-900\/35 {
  background-color: rgb(35 78 82 / 0.35);
}

.bg-teal-900\/40 {
  background-color: rgb(35 78 82 / 0.4);
}

.bg-teal-900\/45 {
  background-color: rgb(35 78 82 / 0.45);
}

.bg-teal-900\/5 {
  background-color: rgb(35 78 82 / 0.05);
}

.bg-teal-900\/50 {
  background-color: rgb(35 78 82 / 0.5);
}

.bg-teal-900\/55 {
  background-color: rgb(35 78 82 / 0.55);
}

.bg-teal-900\/60 {
  background-color: rgb(35 78 82 / 0.6);
}

.bg-teal-900\/65 {
  background-color: rgb(35 78 82 / 0.65);
}

.bg-teal-900\/70 {
  background-color: rgb(35 78 82 / 0.7);
}

.bg-teal-900\/75 {
  background-color: rgb(35 78 82 / 0.75);
}

.bg-teal-900\/80 {
  background-color: rgb(35 78 82 / 0.8);
}

.bg-teal-900\/85 {
  background-color: rgb(35 78 82 / 0.85);
}

.bg-teal-900\/90 {
  background-color: rgb(35 78 82 / 0.9);
}

.bg-teal-900\/95 {
  background-color: rgb(35 78 82 / 0.95);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}

.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}

.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}

.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}

.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}

.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}

.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}

.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}

.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}

.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}

.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}

.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}

.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}

.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}

.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}

.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15);
}

.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}

.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}

.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}

.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35);
}

.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}

.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}

.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}

.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}

.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}

.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}

.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}

.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}

.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}

.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}

.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}

.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}

.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}

.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}

.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}

.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}

.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}

.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}

.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}

.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}

.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}

.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}

.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}

.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}

.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}

.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}

.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}

.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}

.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}

.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}

.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}

.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}

.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}

.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}

.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}

.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}

.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15);
}

.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}

.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}

.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}

.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35);
}

.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}

.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}

.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}

.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}

.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}

.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}

.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}

.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}

.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}

.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}

.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15);
}

.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}

.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}

.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35);
}

.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}

.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}

.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}

.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}

.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0);
}

.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}

.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1);
}

.bg-zinc-100\/15 {
  background-color: rgb(244 244 245 / 0.15);
}

.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}

.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}

.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}

.bg-zinc-100\/35 {
  background-color: rgb(244 244 245 / 0.35);
}

.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}

.bg-zinc-100\/45 {
  background-color: rgb(244 244 245 / 0.45);
}

.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}

.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}

.bg-zinc-100\/55 {
  background-color: rgb(244 244 245 / 0.55);
}

.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}

.bg-zinc-100\/65 {
  background-color: rgb(244 244 245 / 0.65);
}

.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}

.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}

.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}

.bg-zinc-100\/85 {
  background-color: rgb(244 244 245 / 0.85);
}

.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}

.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0);
}

.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}

.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1);
}

.bg-zinc-200\/15 {
  background-color: rgb(228 228 231 / 0.15);
}

.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}

.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}

.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}

.bg-zinc-200\/35 {
  background-color: rgb(228 228 231 / 0.35);
}

.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}

.bg-zinc-200\/45 {
  background-color: rgb(228 228 231 / 0.45);
}

.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}

.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}

.bg-zinc-200\/55 {
  background-color: rgb(228 228 231 / 0.55);
}

.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}

.bg-zinc-200\/65 {
  background-color: rgb(228 228 231 / 0.65);
}

.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}

.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}

.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}

.bg-zinc-200\/85 {
  background-color: rgb(228 228 231 / 0.85);
}

.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}

.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0);
}

.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}

.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1);
}

.bg-zinc-300\/15 {
  background-color: rgb(212 212 216 / 0.15);
}

.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}

.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}

.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}

.bg-zinc-300\/35 {
  background-color: rgb(212 212 216 / 0.35);
}

.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}

.bg-zinc-300\/45 {
  background-color: rgb(212 212 216 / 0.45);
}

.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}

.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}

.bg-zinc-300\/55 {
  background-color: rgb(212 212 216 / 0.55);
}

.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}

.bg-zinc-300\/65 {
  background-color: rgb(212 212 216 / 0.65);
}

.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}

.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}

.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}

.bg-zinc-300\/85 {
  background-color: rgb(212 212 216 / 0.85);
}

.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}

.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}

.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0);
}

.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}

.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1);
}

.bg-zinc-400\/15 {
  background-color: rgb(161 161 170 / 0.15);
}

.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}

.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}

.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}

.bg-zinc-400\/35 {
  background-color: rgb(161 161 170 / 0.35);
}

.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}

.bg-zinc-400\/45 {
  background-color: rgb(161 161 170 / 0.45);
}

.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}

.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}

.bg-zinc-400\/55 {
  background-color: rgb(161 161 170 / 0.55);
}

.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}

.bg-zinc-400\/65 {
  background-color: rgb(161 161 170 / 0.65);
}

.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}

.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}

.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}

.bg-zinc-400\/85 {
  background-color: rgb(161 161 170 / 0.85);
}

.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}

.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}

.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0);
}

.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}

.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1);
}

.bg-zinc-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}

.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}

.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}

.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}

.bg-zinc-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}

.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}

.bg-zinc-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}

.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}

.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}

.bg-zinc-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}

.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}

.bg-zinc-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}

.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}

.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}

.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}

.bg-zinc-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}

.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}

.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}

.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0);
}

.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}

.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1);
}

.bg-zinc-500\/15 {
  background-color: rgb(113 113 122 / 0.15);
}

.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}

.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}

.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}

.bg-zinc-500\/35 {
  background-color: rgb(113 113 122 / 0.35);
}

.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}

.bg-zinc-500\/45 {
  background-color: rgb(113 113 122 / 0.45);
}

.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}

.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}

.bg-zinc-500\/55 {
  background-color: rgb(113 113 122 / 0.55);
}

.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}

.bg-zinc-500\/65 {
  background-color: rgb(113 113 122 / 0.65);
}

.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}

.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}

.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}

.bg-zinc-500\/85 {
  background-color: rgb(113 113 122 / 0.85);
}

.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}

.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}

.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0);
}

.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}

.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1);
}

.bg-zinc-600\/15 {
  background-color: rgb(82 82 91 / 0.15);
}

.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}

.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}

.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}

.bg-zinc-600\/35 {
  background-color: rgb(82 82 91 / 0.35);
}

.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}

.bg-zinc-600\/45 {
  background-color: rgb(82 82 91 / 0.45);
}

.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}

.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}

.bg-zinc-600\/55 {
  background-color: rgb(82 82 91 / 0.55);
}

.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}

.bg-zinc-600\/65 {
  background-color: rgb(82 82 91 / 0.65);
}

.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}

.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}

.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}

.bg-zinc-600\/85 {
  background-color: rgb(82 82 91 / 0.85);
}

.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}

.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}

.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0);
}

.bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}

.bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1);
}

.bg-zinc-700\/15 {
  background-color: rgb(63 63 70 / 0.15);
}

.bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}

.bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25);
}

.bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}

.bg-zinc-700\/35 {
  background-color: rgb(63 63 70 / 0.35);
}

.bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}

.bg-zinc-700\/45 {
  background-color: rgb(63 63 70 / 0.45);
}

.bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}

.bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}

.bg-zinc-700\/55 {
  background-color: rgb(63 63 70 / 0.55);
}

.bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}

.bg-zinc-700\/65 {
  background-color: rgb(63 63 70 / 0.65);
}

.bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}

.bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75);
}

.bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}

.bg-zinc-700\/85 {
  background-color: rgb(63 63 70 / 0.85);
}

.bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}

.bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95);
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0);
}

.bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}

.bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1);
}

.bg-zinc-800\/15 {
  background-color: rgb(39 39 42 / 0.15);
}

.bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}

.bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25);
}

.bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}

.bg-zinc-800\/35 {
  background-color: rgb(39 39 42 / 0.35);
}

.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}

.bg-zinc-800\/45 {
  background-color: rgb(39 39 42 / 0.45);
}

.bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}

.bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}

.bg-zinc-800\/55 {
  background-color: rgb(39 39 42 / 0.55);
}

.bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}

.bg-zinc-800\/65 {
  background-color: rgb(39 39 42 / 0.65);
}

.bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}

.bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75);
}

.bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}

.bg-zinc-800\/85 {
  background-color: rgb(39 39 42 / 0.85);
}

.bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}

.bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95);
}

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0);
}

.bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}

.bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1);
}

.bg-zinc-900\/15 {
  background-color: rgb(24 24 27 / 0.15);
}

.bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}

.bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25);
}

.bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}

.bg-zinc-900\/35 {
  background-color: rgb(24 24 27 / 0.35);
}

.bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}

.bg-zinc-900\/45 {
  background-color: rgb(24 24 27 / 0.45);
}

.bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}

.bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}

.bg-zinc-900\/55 {
  background-color: rgb(24 24 27 / 0.55);
}

.bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}

.bg-zinc-900\/65 {
  background-color: rgb(24 24 27 / 0.65);
}

.bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}

.bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75);
}

.bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}

.bg-zinc-900\/85 {
  background-color: rgb(24 24 27 / 0.85);
}

.bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}

.bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.from-yellow-100 {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/0 {
  --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/10 {
  --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/100 {
  --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/15 {
  --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/20 {
  --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/25 {
  --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/30 {
  --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/35 {
  --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/40 {
  --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/45 {
  --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/5 {
  --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/50 {
  --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/55 {
  --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/60 {
  --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/65 {
  --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/70 {
  --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/75 {
  --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/80 {
  --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/85 {
  --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/90 {
  --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/95 {
  --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/0 {
  --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/10 {
  --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/100 {
  --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/15 {
  --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/20 {
  --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/25 {
  --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/30 {
  --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/35 {
  --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/40 {
  --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/45 {
  --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/5 {
  --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/50 {
  --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/55 {
  --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/60 {
  --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/65 {
  --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/70 {
  --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/75 {
  --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/80 {
  --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/85 {
  --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/90 {
  --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/95 {
  --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/0 {
  --tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/10 {
  --tw-gradient-from: rgb(253 224 71 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/100 {
  --tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/15 {
  --tw-gradient-from: rgb(253 224 71 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/20 {
  --tw-gradient-from: rgb(253 224 71 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/25 {
  --tw-gradient-from: rgb(253 224 71 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/30 {
  --tw-gradient-from: rgb(253 224 71 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/35 {
  --tw-gradient-from: rgb(253 224 71 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/40 {
  --tw-gradient-from: rgb(253 224 71 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/45 {
  --tw-gradient-from: rgb(253 224 71 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/5 {
  --tw-gradient-from: rgb(253 224 71 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/50 {
  --tw-gradient-from: rgb(253 224 71 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/55 {
  --tw-gradient-from: rgb(253 224 71 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/60 {
  --tw-gradient-from: rgb(253 224 71 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/65 {
  --tw-gradient-from: rgb(253 224 71 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/70 {
  --tw-gradient-from: rgb(253 224 71 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/75 {
  --tw-gradient-from: rgb(253 224 71 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/80 {
  --tw-gradient-from: rgb(253 224 71 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/85 {
  --tw-gradient-from: rgb(253 224 71 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/90 {
  --tw-gradient-from: rgb(253 224 71 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/95 {
  --tw-gradient-from: rgb(253 224 71 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/0 {
  --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/10 {
  --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/100 {
  --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/15 {
  --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/20 {
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/25 {
  --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/30 {
  --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/35 {
  --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/40 {
  --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/45 {
  --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/5 {
  --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/50 {
  --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/55 {
  --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/60 {
  --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/65 {
  --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/70 {
  --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/75 {
  --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/80 {
  --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/85 {
  --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/90 {
  --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/95 {
  --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/0 {
  --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/10 {
  --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/100 {
  --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/15 {
  --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/20 {
  --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/25 {
  --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/30 {
  --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/35 {
  --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/40 {
  --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/45 {
  --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/5 {
  --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/50 {
  --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/55 {
  --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/60 {
  --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/65 {
  --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/70 {
  --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/75 {
  --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/80 {
  --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/85 {
  --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/90 {
  --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/95 {
  --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/0 {
  --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/10 {
  --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/100 {
  --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/15 {
  --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/20 {
  --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/25 {
  --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/30 {
  --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/35 {
  --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/40 {
  --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/45 {
  --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/5 {
  --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/50 {
  --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/55 {
  --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/60 {
  --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/65 {
  --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/70 {
  --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/75 {
  --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/80 {
  --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/85 {
  --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/90 {
  --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/95 {
  --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600 {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/0 {
  --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/10 {
  --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/100 {
  --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/15 {
  --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/20 {
  --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/25 {
  --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/30 {
  --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/35 {
  --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/40 {
  --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/45 {
  --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/5 {
  --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/50 {
  --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/55 {
  --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/60 {
  --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/65 {
  --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/70 {
  --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/75 {
  --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/80 {
  --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/85 {
  --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/90 {
  --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/95 {
  --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800 {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/0 {
  --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/10 {
  --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/100 {
  --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/15 {
  --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/20 {
  --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/25 {
  --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/30 {
  --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/35 {
  --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/40 {
  --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/45 {
  --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/5 {
  --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/50 {
  --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/55 {
  --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/60 {
  --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/65 {
  --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/70 {
  --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/75 {
  --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/80 {
  --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/85 {
  --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/90 {
  --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/95 {
  --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-0\% {
  --tw-gradient-from-position: 0%;
}

.from-10\% {
  --tw-gradient-from-position: 10%;
}

.from-100\% {
  --tw-gradient-from-position: 100%;
}

.from-15\% {
  --tw-gradient-from-position: 15%;
}

.from-20\% {
  --tw-gradient-from-position: 20%;
}

.from-25\% {
  --tw-gradient-from-position: 25%;
}

.from-30\% {
  --tw-gradient-from-position: 30%;
}

.from-35\% {
  --tw-gradient-from-position: 35%;
}

.from-40\% {
  --tw-gradient-from-position: 40%;
}

.from-45\% {
  --tw-gradient-from-position: 45%;
}

.from-5\% {
  --tw-gradient-from-position: 5%;
}

.from-50\% {
  --tw-gradient-from-position: 50%;
}

.from-55\% {
  --tw-gradient-from-position: 55%;
}

.from-60\% {
  --tw-gradient-from-position: 60%;
}

.from-65\% {
  --tw-gradient-from-position: 65%;
}

.from-80\% {
  --tw-gradient-from-position: 80%;
}

.from-85\% {
  --tw-gradient-from-position: 85%;
}

.via-yellow-100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-yellow-100 {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.to-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
}

.to-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
}

.to-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.to-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
}

.to-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
}

.to-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-300 {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

.to-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
}

.to-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
}

.to-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.to-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
}

.to-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
}

.to-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-50 {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.to-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
}

.to-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
}

.to-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.to-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
}

.to-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
}

.to-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.to-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
}

.to-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
}

.to-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-800 {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.to-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
}

.to-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
}

.to-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.fill-yellow-100 {
  fill: #fef9c3;
}

.fill-yellow-100\/0 {
  fill: rgb(254 249 195 / 0);
}

.fill-yellow-100\/10 {
  fill: rgb(254 249 195 / 0.1);
}

.fill-yellow-100\/100 {
  fill: rgb(254 249 195 / 1);
}

.fill-yellow-100\/15 {
  fill: rgb(254 249 195 / 0.15);
}

.fill-yellow-100\/20 {
  fill: rgb(254 249 195 / 0.2);
}

.fill-yellow-100\/25 {
  fill: rgb(254 249 195 / 0.25);
}

.fill-yellow-100\/30 {
  fill: rgb(254 249 195 / 0.3);
}

.fill-yellow-100\/35 {
  fill: rgb(254 249 195 / 0.35);
}

.fill-yellow-100\/40 {
  fill: rgb(254 249 195 / 0.4);
}

.fill-yellow-100\/45 {
  fill: rgb(254 249 195 / 0.45);
}

.fill-yellow-100\/5 {
  fill: rgb(254 249 195 / 0.05);
}

.fill-yellow-100\/50 {
  fill: rgb(254 249 195 / 0.5);
}

.fill-yellow-100\/55 {
  fill: rgb(254 249 195 / 0.55);
}

.fill-yellow-100\/60 {
  fill: rgb(254 249 195 / 0.6);
}

.fill-yellow-100\/65 {
  fill: rgb(254 249 195 / 0.65);
}

.fill-yellow-100\/70 {
  fill: rgb(254 249 195 / 0.7);
}

.fill-yellow-100\/75 {
  fill: rgb(254 249 195 / 0.75);
}

.fill-yellow-100\/80 {
  fill: rgb(254 249 195 / 0.8);
}

.fill-yellow-100\/85 {
  fill: rgb(254 249 195 / 0.85);
}

.fill-yellow-100\/90 {
  fill: rgb(254 249 195 / 0.9);
}

.fill-yellow-100\/95 {
  fill: rgb(254 249 195 / 0.95);
}

.fill-yellow-200 {
  fill: #fef08a;
}

.fill-yellow-200\/0 {
  fill: rgb(254 240 138 / 0);
}

.fill-yellow-200\/10 {
  fill: rgb(254 240 138 / 0.1);
}

.fill-yellow-200\/100 {
  fill: rgb(254 240 138 / 1);
}

.fill-yellow-200\/15 {
  fill: rgb(254 240 138 / 0.15);
}

.fill-yellow-200\/20 {
  fill: rgb(254 240 138 / 0.2);
}

.fill-yellow-200\/25 {
  fill: rgb(254 240 138 / 0.25);
}

.fill-yellow-200\/30 {
  fill: rgb(254 240 138 / 0.3);
}

.fill-yellow-200\/35 {
  fill: rgb(254 240 138 / 0.35);
}

.fill-yellow-200\/40 {
  fill: rgb(254 240 138 / 0.4);
}

.fill-yellow-200\/45 {
  fill: rgb(254 240 138 / 0.45);
}

.fill-yellow-200\/5 {
  fill: rgb(254 240 138 / 0.05);
}

.fill-yellow-200\/50 {
  fill: rgb(254 240 138 / 0.5);
}

.fill-yellow-200\/55 {
  fill: rgb(254 240 138 / 0.55);
}

.fill-yellow-200\/60 {
  fill: rgb(254 240 138 / 0.6);
}

.fill-yellow-200\/65 {
  fill: rgb(254 240 138 / 0.65);
}

.fill-yellow-200\/70 {
  fill: rgb(254 240 138 / 0.7);
}

.fill-yellow-200\/75 {
  fill: rgb(254 240 138 / 0.75);
}

.fill-yellow-200\/80 {
  fill: rgb(254 240 138 / 0.8);
}

.fill-yellow-200\/85 {
  fill: rgb(254 240 138 / 0.85);
}

.fill-yellow-200\/90 {
  fill: rgb(254 240 138 / 0.9);
}

.fill-yellow-200\/95 {
  fill: rgb(254 240 138 / 0.95);
}

.fill-yellow-300 {
  fill: #fde047;
}

.fill-yellow-300\/0 {
  fill: rgb(253 224 71 / 0);
}

.fill-yellow-300\/10 {
  fill: rgb(253 224 71 / 0.1);
}

.fill-yellow-300\/100 {
  fill: rgb(253 224 71 / 1);
}

.fill-yellow-300\/15 {
  fill: rgb(253 224 71 / 0.15);
}

.fill-yellow-300\/20 {
  fill: rgb(253 224 71 / 0.2);
}

.fill-yellow-300\/25 {
  fill: rgb(253 224 71 / 0.25);
}

.fill-yellow-300\/30 {
  fill: rgb(253 224 71 / 0.3);
}

.fill-yellow-300\/35 {
  fill: rgb(253 224 71 / 0.35);
}

.fill-yellow-300\/40 {
  fill: rgb(253 224 71 / 0.4);
}

.fill-yellow-300\/45 {
  fill: rgb(253 224 71 / 0.45);
}

.fill-yellow-300\/5 {
  fill: rgb(253 224 71 / 0.05);
}

.fill-yellow-300\/50 {
  fill: rgb(253 224 71 / 0.5);
}

.fill-yellow-300\/55 {
  fill: rgb(253 224 71 / 0.55);
}

.fill-yellow-300\/60 {
  fill: rgb(253 224 71 / 0.6);
}

.fill-yellow-300\/65 {
  fill: rgb(253 224 71 / 0.65);
}

.fill-yellow-300\/70 {
  fill: rgb(253 224 71 / 0.7);
}

.fill-yellow-300\/75 {
  fill: rgb(253 224 71 / 0.75);
}

.fill-yellow-300\/80 {
  fill: rgb(253 224 71 / 0.8);
}

.fill-yellow-300\/85 {
  fill: rgb(253 224 71 / 0.85);
}

.fill-yellow-300\/90 {
  fill: rgb(253 224 71 / 0.9);
}

.fill-yellow-300\/95 {
  fill: rgb(253 224 71 / 0.95);
}

.fill-yellow-400 {
  fill: #facc15;
}

.fill-yellow-400\/0 {
  fill: rgb(250 204 21 / 0);
}

.fill-yellow-400\/10 {
  fill: rgb(250 204 21 / 0.1);
}

.fill-yellow-400\/100 {
  fill: rgb(250 204 21 / 1);
}

.fill-yellow-400\/15 {
  fill: rgb(250 204 21 / 0.15);
}

.fill-yellow-400\/20 {
  fill: rgb(250 204 21 / 0.2);
}

.fill-yellow-400\/25 {
  fill: rgb(250 204 21 / 0.25);
}

.fill-yellow-400\/30 {
  fill: rgb(250 204 21 / 0.3);
}

.fill-yellow-400\/35 {
  fill: rgb(250 204 21 / 0.35);
}

.fill-yellow-400\/40 {
  fill: rgb(250 204 21 / 0.4);
}

.fill-yellow-400\/45 {
  fill: rgb(250 204 21 / 0.45);
}

.fill-yellow-400\/5 {
  fill: rgb(250 204 21 / 0.05);
}

.fill-yellow-400\/50 {
  fill: rgb(250 204 21 / 0.5);
}

.fill-yellow-400\/55 {
  fill: rgb(250 204 21 / 0.55);
}

.fill-yellow-400\/60 {
  fill: rgb(250 204 21 / 0.6);
}

.fill-yellow-400\/65 {
  fill: rgb(250 204 21 / 0.65);
}

.fill-yellow-400\/70 {
  fill: rgb(250 204 21 / 0.7);
}

.fill-yellow-400\/75 {
  fill: rgb(250 204 21 / 0.75);
}

.fill-yellow-400\/80 {
  fill: rgb(250 204 21 / 0.8);
}

.fill-yellow-400\/85 {
  fill: rgb(250 204 21 / 0.85);
}

.fill-yellow-400\/90 {
  fill: rgb(250 204 21 / 0.9);
}

.fill-yellow-400\/95 {
  fill: rgb(250 204 21 / 0.95);
}

.fill-yellow-50 {
  fill: #fefce8;
}

.fill-yellow-50\/0 {
  fill: rgb(254 252 232 / 0);
}

.fill-yellow-50\/10 {
  fill: rgb(254 252 232 / 0.1);
}

.fill-yellow-50\/100 {
  fill: rgb(254 252 232 / 1);
}

.fill-yellow-50\/15 {
  fill: rgb(254 252 232 / 0.15);
}

.fill-yellow-50\/20 {
  fill: rgb(254 252 232 / 0.2);
}

.fill-yellow-50\/25 {
  fill: rgb(254 252 232 / 0.25);
}

.fill-yellow-50\/30 {
  fill: rgb(254 252 232 / 0.3);
}

.fill-yellow-50\/35 {
  fill: rgb(254 252 232 / 0.35);
}

.fill-yellow-50\/40 {
  fill: rgb(254 252 232 / 0.4);
}

.fill-yellow-50\/45 {
  fill: rgb(254 252 232 / 0.45);
}

.fill-yellow-50\/5 {
  fill: rgb(254 252 232 / 0.05);
}

.fill-yellow-50\/50 {
  fill: rgb(254 252 232 / 0.5);
}

.fill-yellow-50\/55 {
  fill: rgb(254 252 232 / 0.55);
}

.fill-yellow-50\/60 {
  fill: rgb(254 252 232 / 0.6);
}

.fill-yellow-50\/65 {
  fill: rgb(254 252 232 / 0.65);
}

.fill-yellow-50\/70 {
  fill: rgb(254 252 232 / 0.7);
}

.fill-yellow-50\/75 {
  fill: rgb(254 252 232 / 0.75);
}

.fill-yellow-50\/80 {
  fill: rgb(254 252 232 / 0.8);
}

.fill-yellow-50\/85 {
  fill: rgb(254 252 232 / 0.85);
}

.fill-yellow-50\/90 {
  fill: rgb(254 252 232 / 0.9);
}

.fill-yellow-50\/95 {
  fill: rgb(254 252 232 / 0.95);
}

.fill-yellow-500 {
  fill: #eab308;
}

.fill-yellow-500\/0 {
  fill: rgb(234 179 8 / 0);
}

.fill-yellow-500\/10 {
  fill: rgb(234 179 8 / 0.1);
}

.fill-yellow-500\/100 {
  fill: rgb(234 179 8 / 1);
}

.fill-yellow-500\/15 {
  fill: rgb(234 179 8 / 0.15);
}

.fill-yellow-500\/20 {
  fill: rgb(234 179 8 / 0.2);
}

.fill-yellow-500\/25 {
  fill: rgb(234 179 8 / 0.25);
}

.fill-yellow-500\/30 {
  fill: rgb(234 179 8 / 0.3);
}

.fill-yellow-500\/35 {
  fill: rgb(234 179 8 / 0.35);
}

.fill-yellow-500\/40 {
  fill: rgb(234 179 8 / 0.4);
}

.fill-yellow-500\/45 {
  fill: rgb(234 179 8 / 0.45);
}

.fill-yellow-500\/5 {
  fill: rgb(234 179 8 / 0.05);
}

.fill-yellow-500\/50 {
  fill: rgb(234 179 8 / 0.5);
}

.fill-yellow-500\/55 {
  fill: rgb(234 179 8 / 0.55);
}

.fill-yellow-500\/60 {
  fill: rgb(234 179 8 / 0.6);
}

.fill-yellow-500\/65 {
  fill: rgb(234 179 8 / 0.65);
}

.fill-yellow-500\/70 {
  fill: rgb(234 179 8 / 0.7);
}

.fill-yellow-500\/75 {
  fill: rgb(234 179 8 / 0.75);
}

.fill-yellow-500\/80 {
  fill: rgb(234 179 8 / 0.8);
}

.fill-yellow-500\/85 {
  fill: rgb(234 179 8 / 0.85);
}

.fill-yellow-500\/90 {
  fill: rgb(234 179 8 / 0.9);
}

.fill-yellow-500\/95 {
  fill: rgb(234 179 8 / 0.95);
}

.fill-yellow-600 {
  fill: #ca8a04;
}

.fill-yellow-600\/0 {
  fill: rgb(202 138 4 / 0);
}

.fill-yellow-600\/10 {
  fill: rgb(202 138 4 / 0.1);
}

.fill-yellow-600\/100 {
  fill: rgb(202 138 4 / 1);
}

.fill-yellow-600\/15 {
  fill: rgb(202 138 4 / 0.15);
}

.fill-yellow-600\/20 {
  fill: rgb(202 138 4 / 0.2);
}

.fill-yellow-600\/25 {
  fill: rgb(202 138 4 / 0.25);
}

.fill-yellow-600\/30 {
  fill: rgb(202 138 4 / 0.3);
}

.fill-yellow-600\/35 {
  fill: rgb(202 138 4 / 0.35);
}

.fill-yellow-600\/40 {
  fill: rgb(202 138 4 / 0.4);
}

.fill-yellow-600\/45 {
  fill: rgb(202 138 4 / 0.45);
}

.fill-yellow-600\/5 {
  fill: rgb(202 138 4 / 0.05);
}

.fill-yellow-600\/50 {
  fill: rgb(202 138 4 / 0.5);
}

.fill-yellow-600\/55 {
  fill: rgb(202 138 4 / 0.55);
}

.fill-yellow-600\/60 {
  fill: rgb(202 138 4 / 0.6);
}

.fill-yellow-600\/65 {
  fill: rgb(202 138 4 / 0.65);
}

.fill-yellow-600\/70 {
  fill: rgb(202 138 4 / 0.7);
}

.fill-yellow-600\/75 {
  fill: rgb(202 138 4 / 0.75);
}

.fill-yellow-600\/80 {
  fill: rgb(202 138 4 / 0.8);
}

.fill-yellow-600\/85 {
  fill: rgb(202 138 4 / 0.85);
}

.fill-yellow-600\/90 {
  fill: rgb(202 138 4 / 0.9);
}

.fill-yellow-600\/95 {
  fill: rgb(202 138 4 / 0.95);
}

.fill-yellow-800 {
  fill: #854d0e;
}

.fill-yellow-800\/0 {
  fill: rgb(133 77 14 / 0);
}

.fill-yellow-800\/10 {
  fill: rgb(133 77 14 / 0.1);
}

.fill-yellow-800\/100 {
  fill: rgb(133 77 14 / 1);
}

.fill-yellow-800\/15 {
  fill: rgb(133 77 14 / 0.15);
}

.fill-yellow-800\/20 {
  fill: rgb(133 77 14 / 0.2);
}

.fill-yellow-800\/25 {
  fill: rgb(133 77 14 / 0.25);
}

.fill-yellow-800\/30 {
  fill: rgb(133 77 14 / 0.3);
}

.fill-yellow-800\/35 {
  fill: rgb(133 77 14 / 0.35);
}

.fill-yellow-800\/40 {
  fill: rgb(133 77 14 / 0.4);
}

.fill-yellow-800\/45 {
  fill: rgb(133 77 14 / 0.45);
}

.fill-yellow-800\/5 {
  fill: rgb(133 77 14 / 0.05);
}

.fill-yellow-800\/50 {
  fill: rgb(133 77 14 / 0.5);
}

.fill-yellow-800\/55 {
  fill: rgb(133 77 14 / 0.55);
}

.fill-yellow-800\/60 {
  fill: rgb(133 77 14 / 0.6);
}

.fill-yellow-800\/65 {
  fill: rgb(133 77 14 / 0.65);
}

.fill-yellow-800\/70 {
  fill: rgb(133 77 14 / 0.7);
}

.fill-yellow-800\/75 {
  fill: rgb(133 77 14 / 0.75);
}

.fill-yellow-800\/80 {
  fill: rgb(133 77 14 / 0.8);
}

.fill-yellow-800\/85 {
  fill: rgb(133 77 14 / 0.85);
}

.fill-yellow-800\/90 {
  fill: rgb(133 77 14 / 0.9);
}

.fill-yellow-800\/95 {
  fill: rgb(133 77 14 / 0.95);
}

.stroke-yellow-100 {
  stroke: #fef9c3;
}

.stroke-yellow-100\/0 {
  stroke: rgb(254 249 195 / 0);
}

.stroke-yellow-100\/10 {
  stroke: rgb(254 249 195 / 0.1);
}

.stroke-yellow-100\/100 {
  stroke: rgb(254 249 195 / 1);
}

.stroke-yellow-100\/15 {
  stroke: rgb(254 249 195 / 0.15);
}

.stroke-yellow-100\/20 {
  stroke: rgb(254 249 195 / 0.2);
}

.stroke-yellow-100\/25 {
  stroke: rgb(254 249 195 / 0.25);
}

.stroke-yellow-100\/30 {
  stroke: rgb(254 249 195 / 0.3);
}

.stroke-yellow-100\/35 {
  stroke: rgb(254 249 195 / 0.35);
}

.stroke-yellow-100\/40 {
  stroke: rgb(254 249 195 / 0.4);
}

.stroke-yellow-100\/45 {
  stroke: rgb(254 249 195 / 0.45);
}

.stroke-yellow-100\/5 {
  stroke: rgb(254 249 195 / 0.05);
}

.stroke-yellow-100\/50 {
  stroke: rgb(254 249 195 / 0.5);
}

.stroke-yellow-100\/55 {
  stroke: rgb(254 249 195 / 0.55);
}

.stroke-yellow-100\/60 {
  stroke: rgb(254 249 195 / 0.6);
}

.stroke-yellow-100\/65 {
  stroke: rgb(254 249 195 / 0.65);
}

.stroke-yellow-100\/70 {
  stroke: rgb(254 249 195 / 0.7);
}

.stroke-yellow-100\/75 {
  stroke: rgb(254 249 195 / 0.75);
}

.stroke-yellow-100\/80 {
  stroke: rgb(254 249 195 / 0.8);
}

.stroke-yellow-100\/85 {
  stroke: rgb(254 249 195 / 0.85);
}

.stroke-yellow-100\/90 {
  stroke: rgb(254 249 195 / 0.9);
}

.stroke-yellow-100\/95 {
  stroke: rgb(254 249 195 / 0.95);
}

.stroke-yellow-200 {
  stroke: #fef08a;
}

.stroke-yellow-200\/0 {
  stroke: rgb(254 240 138 / 0);
}

.stroke-yellow-200\/10 {
  stroke: rgb(254 240 138 / 0.1);
}

.stroke-yellow-200\/100 {
  stroke: rgb(254 240 138 / 1);
}

.stroke-yellow-200\/15 {
  stroke: rgb(254 240 138 / 0.15);
}

.stroke-yellow-200\/20 {
  stroke: rgb(254 240 138 / 0.2);
}

.stroke-yellow-200\/25 {
  stroke: rgb(254 240 138 / 0.25);
}

.stroke-yellow-200\/30 {
  stroke: rgb(254 240 138 / 0.3);
}

.stroke-yellow-200\/35 {
  stroke: rgb(254 240 138 / 0.35);
}

.stroke-yellow-200\/40 {
  stroke: rgb(254 240 138 / 0.4);
}

.stroke-yellow-200\/45 {
  stroke: rgb(254 240 138 / 0.45);
}

.stroke-yellow-200\/5 {
  stroke: rgb(254 240 138 / 0.05);
}

.stroke-yellow-200\/50 {
  stroke: rgb(254 240 138 / 0.5);
}

.stroke-yellow-200\/55 {
  stroke: rgb(254 240 138 / 0.55);
}

.stroke-yellow-200\/60 {
  stroke: rgb(254 240 138 / 0.6);
}

.stroke-yellow-200\/65 {
  stroke: rgb(254 240 138 / 0.65);
}

.stroke-yellow-200\/70 {
  stroke: rgb(254 240 138 / 0.7);
}

.stroke-yellow-200\/75 {
  stroke: rgb(254 240 138 / 0.75);
}

.stroke-yellow-200\/80 {
  stroke: rgb(254 240 138 / 0.8);
}

.stroke-yellow-200\/85 {
  stroke: rgb(254 240 138 / 0.85);
}

.stroke-yellow-200\/90 {
  stroke: rgb(254 240 138 / 0.9);
}

.stroke-yellow-200\/95 {
  stroke: rgb(254 240 138 / 0.95);
}

.stroke-yellow-300 {
  stroke: #fde047;
}

.stroke-yellow-300\/0 {
  stroke: rgb(253 224 71 / 0);
}

.stroke-yellow-300\/10 {
  stroke: rgb(253 224 71 / 0.1);
}

.stroke-yellow-300\/100 {
  stroke: rgb(253 224 71 / 1);
}

.stroke-yellow-300\/15 {
  stroke: rgb(253 224 71 / 0.15);
}

.stroke-yellow-300\/20 {
  stroke: rgb(253 224 71 / 0.2);
}

.stroke-yellow-300\/25 {
  stroke: rgb(253 224 71 / 0.25);
}

.stroke-yellow-300\/30 {
  stroke: rgb(253 224 71 / 0.3);
}

.stroke-yellow-300\/35 {
  stroke: rgb(253 224 71 / 0.35);
}

.stroke-yellow-300\/40 {
  stroke: rgb(253 224 71 / 0.4);
}

.stroke-yellow-300\/45 {
  stroke: rgb(253 224 71 / 0.45);
}

.stroke-yellow-300\/5 {
  stroke: rgb(253 224 71 / 0.05);
}

.stroke-yellow-300\/50 {
  stroke: rgb(253 224 71 / 0.5);
}

.stroke-yellow-300\/55 {
  stroke: rgb(253 224 71 / 0.55);
}

.stroke-yellow-300\/60 {
  stroke: rgb(253 224 71 / 0.6);
}

.stroke-yellow-300\/65 {
  stroke: rgb(253 224 71 / 0.65);
}

.stroke-yellow-300\/70 {
  stroke: rgb(253 224 71 / 0.7);
}

.stroke-yellow-300\/75 {
  stroke: rgb(253 224 71 / 0.75);
}

.stroke-yellow-300\/80 {
  stroke: rgb(253 224 71 / 0.8);
}

.stroke-yellow-300\/85 {
  stroke: rgb(253 224 71 / 0.85);
}

.stroke-yellow-300\/90 {
  stroke: rgb(253 224 71 / 0.9);
}

.stroke-yellow-300\/95 {
  stroke: rgb(253 224 71 / 0.95);
}

.stroke-yellow-400 {
  stroke: #facc15;
}

.stroke-yellow-400\/0 {
  stroke: rgb(250 204 21 / 0);
}

.stroke-yellow-400\/10 {
  stroke: rgb(250 204 21 / 0.1);
}

.stroke-yellow-400\/100 {
  stroke: rgb(250 204 21 / 1);
}

.stroke-yellow-400\/15 {
  stroke: rgb(250 204 21 / 0.15);
}

.stroke-yellow-400\/20 {
  stroke: rgb(250 204 21 / 0.2);
}

.stroke-yellow-400\/25 {
  stroke: rgb(250 204 21 / 0.25);
}

.stroke-yellow-400\/30 {
  stroke: rgb(250 204 21 / 0.3);
}

.stroke-yellow-400\/35 {
  stroke: rgb(250 204 21 / 0.35);
}

.stroke-yellow-400\/40 {
  stroke: rgb(250 204 21 / 0.4);
}

.stroke-yellow-400\/45 {
  stroke: rgb(250 204 21 / 0.45);
}

.stroke-yellow-400\/5 {
  stroke: rgb(250 204 21 / 0.05);
}

.stroke-yellow-400\/50 {
  stroke: rgb(250 204 21 / 0.5);
}

.stroke-yellow-400\/55 {
  stroke: rgb(250 204 21 / 0.55);
}

.stroke-yellow-400\/60 {
  stroke: rgb(250 204 21 / 0.6);
}

.stroke-yellow-400\/65 {
  stroke: rgb(250 204 21 / 0.65);
}

.stroke-yellow-400\/70 {
  stroke: rgb(250 204 21 / 0.7);
}

.stroke-yellow-400\/75 {
  stroke: rgb(250 204 21 / 0.75);
}

.stroke-yellow-400\/80 {
  stroke: rgb(250 204 21 / 0.8);
}

.stroke-yellow-400\/85 {
  stroke: rgb(250 204 21 / 0.85);
}

.stroke-yellow-400\/90 {
  stroke: rgb(250 204 21 / 0.9);
}

.stroke-yellow-400\/95 {
  stroke: rgb(250 204 21 / 0.95);
}

.stroke-yellow-50 {
  stroke: #fefce8;
}

.stroke-yellow-50\/0 {
  stroke: rgb(254 252 232 / 0);
}

.stroke-yellow-50\/10 {
  stroke: rgb(254 252 232 / 0.1);
}

.stroke-yellow-50\/100 {
  stroke: rgb(254 252 232 / 1);
}

.stroke-yellow-50\/15 {
  stroke: rgb(254 252 232 / 0.15);
}

.stroke-yellow-50\/20 {
  stroke: rgb(254 252 232 / 0.2);
}

.stroke-yellow-50\/25 {
  stroke: rgb(254 252 232 / 0.25);
}

.stroke-yellow-50\/30 {
  stroke: rgb(254 252 232 / 0.3);
}

.stroke-yellow-50\/35 {
  stroke: rgb(254 252 232 / 0.35);
}

.stroke-yellow-50\/40 {
  stroke: rgb(254 252 232 / 0.4);
}

.stroke-yellow-50\/45 {
  stroke: rgb(254 252 232 / 0.45);
}

.stroke-yellow-50\/5 {
  stroke: rgb(254 252 232 / 0.05);
}

.stroke-yellow-50\/50 {
  stroke: rgb(254 252 232 / 0.5);
}

.stroke-yellow-50\/55 {
  stroke: rgb(254 252 232 / 0.55);
}

.stroke-yellow-50\/60 {
  stroke: rgb(254 252 232 / 0.6);
}

.stroke-yellow-50\/65 {
  stroke: rgb(254 252 232 / 0.65);
}

.stroke-yellow-50\/70 {
  stroke: rgb(254 252 232 / 0.7);
}

.stroke-yellow-50\/75 {
  stroke: rgb(254 252 232 / 0.75);
}

.stroke-yellow-50\/80 {
  stroke: rgb(254 252 232 / 0.8);
}

.stroke-yellow-50\/85 {
  stroke: rgb(254 252 232 / 0.85);
}

.stroke-yellow-50\/90 {
  stroke: rgb(254 252 232 / 0.9);
}

.stroke-yellow-50\/95 {
  stroke: rgb(254 252 232 / 0.95);
}

.stroke-yellow-500 {
  stroke: #eab308;
}

.stroke-yellow-500\/0 {
  stroke: rgb(234 179 8 / 0);
}

.stroke-yellow-500\/10 {
  stroke: rgb(234 179 8 / 0.1);
}

.stroke-yellow-500\/100 {
  stroke: rgb(234 179 8 / 1);
}

.stroke-yellow-500\/15 {
  stroke: rgb(234 179 8 / 0.15);
}

.stroke-yellow-500\/20 {
  stroke: rgb(234 179 8 / 0.2);
}

.stroke-yellow-500\/25 {
  stroke: rgb(234 179 8 / 0.25);
}

.stroke-yellow-500\/30 {
  stroke: rgb(234 179 8 / 0.3);
}

.stroke-yellow-500\/35 {
  stroke: rgb(234 179 8 / 0.35);
}

.stroke-yellow-500\/40 {
  stroke: rgb(234 179 8 / 0.4);
}

.stroke-yellow-500\/45 {
  stroke: rgb(234 179 8 / 0.45);
}

.stroke-yellow-500\/5 {
  stroke: rgb(234 179 8 / 0.05);
}

.stroke-yellow-500\/50 {
  stroke: rgb(234 179 8 / 0.5);
}

.stroke-yellow-500\/55 {
  stroke: rgb(234 179 8 / 0.55);
}

.stroke-yellow-500\/60 {
  stroke: rgb(234 179 8 / 0.6);
}

.stroke-yellow-500\/65 {
  stroke: rgb(234 179 8 / 0.65);
}

.stroke-yellow-500\/70 {
  stroke: rgb(234 179 8 / 0.7);
}

.stroke-yellow-500\/75 {
  stroke: rgb(234 179 8 / 0.75);
}

.stroke-yellow-500\/80 {
  stroke: rgb(234 179 8 / 0.8);
}

.stroke-yellow-500\/85 {
  stroke: rgb(234 179 8 / 0.85);
}

.stroke-yellow-500\/90 {
  stroke: rgb(234 179 8 / 0.9);
}

.stroke-yellow-500\/95 {
  stroke: rgb(234 179 8 / 0.95);
}

.stroke-yellow-600 {
  stroke: #ca8a04;
}

.stroke-yellow-600\/0 {
  stroke: rgb(202 138 4 / 0);
}

.stroke-yellow-600\/10 {
  stroke: rgb(202 138 4 / 0.1);
}

.stroke-yellow-600\/100 {
  stroke: rgb(202 138 4 / 1);
}

.stroke-yellow-600\/15 {
  stroke: rgb(202 138 4 / 0.15);
}

.stroke-yellow-600\/20 {
  stroke: rgb(202 138 4 / 0.2);
}

.stroke-yellow-600\/25 {
  stroke: rgb(202 138 4 / 0.25);
}

.stroke-yellow-600\/30 {
  stroke: rgb(202 138 4 / 0.3);
}

.stroke-yellow-600\/35 {
  stroke: rgb(202 138 4 / 0.35);
}

.stroke-yellow-600\/40 {
  stroke: rgb(202 138 4 / 0.4);
}

.stroke-yellow-600\/45 {
  stroke: rgb(202 138 4 / 0.45);
}

.stroke-yellow-600\/5 {
  stroke: rgb(202 138 4 / 0.05);
}

.stroke-yellow-600\/50 {
  stroke: rgb(202 138 4 / 0.5);
}

.stroke-yellow-600\/55 {
  stroke: rgb(202 138 4 / 0.55);
}

.stroke-yellow-600\/60 {
  stroke: rgb(202 138 4 / 0.6);
}

.stroke-yellow-600\/65 {
  stroke: rgb(202 138 4 / 0.65);
}

.stroke-yellow-600\/70 {
  stroke: rgb(202 138 4 / 0.7);
}

.stroke-yellow-600\/75 {
  stroke: rgb(202 138 4 / 0.75);
}

.stroke-yellow-600\/80 {
  stroke: rgb(202 138 4 / 0.8);
}

.stroke-yellow-600\/85 {
  stroke: rgb(202 138 4 / 0.85);
}

.stroke-yellow-600\/90 {
  stroke: rgb(202 138 4 / 0.9);
}

.stroke-yellow-600\/95 {
  stroke: rgb(202 138 4 / 0.95);
}

.stroke-yellow-800 {
  stroke: #854d0e;
}

.stroke-yellow-800\/0 {
  stroke: rgb(133 77 14 / 0);
}

.stroke-yellow-800\/10 {
  stroke: rgb(133 77 14 / 0.1);
}

.stroke-yellow-800\/100 {
  stroke: rgb(133 77 14 / 1);
}

.stroke-yellow-800\/15 {
  stroke: rgb(133 77 14 / 0.15);
}

.stroke-yellow-800\/20 {
  stroke: rgb(133 77 14 / 0.2);
}

.stroke-yellow-800\/25 {
  stroke: rgb(133 77 14 / 0.25);
}

.stroke-yellow-800\/30 {
  stroke: rgb(133 77 14 / 0.3);
}

.stroke-yellow-800\/35 {
  stroke: rgb(133 77 14 / 0.35);
}

.stroke-yellow-800\/40 {
  stroke: rgb(133 77 14 / 0.4);
}

.stroke-yellow-800\/45 {
  stroke: rgb(133 77 14 / 0.45);
}

.stroke-yellow-800\/5 {
  stroke: rgb(133 77 14 / 0.05);
}

.stroke-yellow-800\/50 {
  stroke: rgb(133 77 14 / 0.5);
}

.stroke-yellow-800\/55 {
  stroke: rgb(133 77 14 / 0.55);
}

.stroke-yellow-800\/60 {
  stroke: rgb(133 77 14 / 0.6);
}

.stroke-yellow-800\/65 {
  stroke: rgb(133 77 14 / 0.65);
}

.stroke-yellow-800\/70 {
  stroke: rgb(133 77 14 / 0.7);
}

.stroke-yellow-800\/75 {
  stroke: rgb(133 77 14 / 0.75);
}

.stroke-yellow-800\/80 {
  stroke: rgb(133 77 14 / 0.8);
}

.stroke-yellow-800\/85 {
  stroke: rgb(133 77 14 / 0.85);
}

.stroke-yellow-800\/90 {
  stroke: rgb(133 77 14 / 0.9);
}

.stroke-yellow-800\/95 {
  stroke: rgb(133 77 14 / 0.95);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0 {
  padding: 0;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-128 {
  padding: 32rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-4 {
  padding: 1rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-8 {
  padding: 2rem;
}

.p-80 {
  padding: 20rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-96 {
  padding: 20rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-128 {
  padding-left: 32rem;
  padding-right: 32rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-96 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-128 {
  padding-top: 32rem;
  padding-bottom: 32rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-96 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-128 {
  padding-bottom: 32rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-96 {
  padding-bottom: 20rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-128 {
  padding-left: 32rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-96 {
  padding-left: 20rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-128 {
  padding-right: 32rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-96 {
  padding-right: 20rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-128 {
  padding-top: 32rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-96 {
  padding-top: 20rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}

.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}

.text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}

.text-amber-100\/15 {
  color: rgb(254 243 199 / 0.15);
}

.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}

.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}

.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}

.text-amber-100\/35 {
  color: rgb(254 243 199 / 0.35);
}

.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}

.text-amber-100\/45 {
  color: rgb(254 243 199 / 0.45);
}

.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}

.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}

.text-amber-100\/55 {
  color: rgb(254 243 199 / 0.55);
}

.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}

.text-amber-100\/65 {
  color: rgb(254 243 199 / 0.65);
}

.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}

.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}

.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}

.text-amber-100\/85 {
  color: rgb(254 243 199 / 0.85);
}

.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}

.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}

.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}

.text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}

.text-amber-200\/15 {
  color: rgb(253 230 138 / 0.15);
}

.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}

.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}

.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}

.text-amber-200\/35 {
  color: rgb(253 230 138 / 0.35);
}

.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}

.text-amber-200\/45 {
  color: rgb(253 230 138 / 0.45);
}

.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}

.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}

.text-amber-200\/55 {
  color: rgb(253 230 138 / 0.55);
}

.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}

.text-amber-200\/65 {
  color: rgb(253 230 138 / 0.65);
}

.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}

.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}

.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}

.text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85);
}

.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}

.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}

.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}

.text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}

.text-amber-300\/15 {
  color: rgb(252 211 77 / 0.15);
}

.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}

.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}

.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}

.text-amber-300\/35 {
  color: rgb(252 211 77 / 0.35);
}

.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}

.text-amber-300\/45 {
  color: rgb(252 211 77 / 0.45);
}

.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}

.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}

.text-amber-300\/55 {
  color: rgb(252 211 77 / 0.55);
}

.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}

.text-amber-300\/65 {
  color: rgb(252 211 77 / 0.65);
}

.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}

.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}

.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}

.text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85);
}

.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}

.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}

.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}

.text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}

.text-amber-400\/15 {
  color: rgb(251 191 36 / 0.15);
}

.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}

.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}

.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}

.text-amber-400\/35 {
  color: rgb(251 191 36 / 0.35);
}

.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}

.text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45);
}

.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}

.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}

.text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55);
}

.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}

.text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65);
}

.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}

.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}

.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}

.text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85);
}

.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}

.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}

.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}

.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}

.text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}

.text-amber-50\/15 {
  color: rgb(255 251 235 / 0.15);
}

.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}

.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}

.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}

.text-amber-50\/35 {
  color: rgb(255 251 235 / 0.35);
}

.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}

.text-amber-50\/45 {
  color: rgb(255 251 235 / 0.45);
}

.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}

.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}

.text-amber-50\/55 {
  color: rgb(255 251 235 / 0.55);
}

.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}

.text-amber-50\/65 {
  color: rgb(255 251 235 / 0.65);
}

.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}

.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}

.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}

.text-amber-50\/85 {
  color: rgb(255 251 235 / 0.85);
}

.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}

.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}

.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}

.text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}

.text-amber-500\/15 {
  color: rgb(245 158 11 / 0.15);
}

.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}

.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}

.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}

.text-amber-500\/35 {
  color: rgb(245 158 11 / 0.35);
}

.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}

.text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45);
}

.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}

.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}

.text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55);
}

.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}

.text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65);
}

.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}

.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}

.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}

.text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85);
}

.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}

.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}

.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}

.text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}

.text-amber-600\/15 {
  color: rgb(217 119 6 / 0.15);
}

.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}

.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}

.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}

.text-amber-600\/35 {
  color: rgb(217 119 6 / 0.35);
}

.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}

.text-amber-600\/45 {
  color: rgb(217 119 6 / 0.45);
}

.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}

.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}

.text-amber-600\/55 {
  color: rgb(217 119 6 / 0.55);
}

.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}

.text-amber-600\/65 {
  color: rgb(217 119 6 / 0.65);
}

.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}

.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}

.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}

.text-amber-600\/85 {
  color: rgb(217 119 6 / 0.85);
}

.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}

.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}

.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}

.text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}

.text-amber-700\/15 {
  color: rgb(180 83 9 / 0.15);
}

.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}

.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}

.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}

.text-amber-700\/35 {
  color: rgb(180 83 9 / 0.35);
}

.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}

.text-amber-700\/45 {
  color: rgb(180 83 9 / 0.45);
}

.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}

.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}

.text-amber-700\/55 {
  color: rgb(180 83 9 / 0.55);
}

.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}

.text-amber-700\/65 {
  color: rgb(180 83 9 / 0.65);
}

.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}

.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}

.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}

.text-amber-700\/85 {
  color: rgb(180 83 9 / 0.85);
}

.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}

.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}

.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}

.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}

.text-amber-800\/15 {
  color: rgb(146 64 14 / 0.15);
}

.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}

.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}

.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}

.text-amber-800\/35 {
  color: rgb(146 64 14 / 0.35);
}

.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}

.text-amber-800\/45 {
  color: rgb(146 64 14 / 0.45);
}

.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}

.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}

.text-amber-800\/55 {
  color: rgb(146 64 14 / 0.55);
}

.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}

.text-amber-800\/65 {
  color: rgb(146 64 14 / 0.65);
}

.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}

.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}

.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}

.text-amber-800\/85 {
  color: rgb(146 64 14 / 0.85);
}

.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}

.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}

.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}

.text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}

.text-amber-900\/15 {
  color: rgb(120 53 15 / 0.15);
}

.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}

.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}

.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}

.text-amber-900\/35 {
  color: rgb(120 53 15 / 0.35);
}

.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}

.text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45);
}

.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}

.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}

.text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55);
}

.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}

.text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65);
}

.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}

.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}

.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}

.text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85);
}

.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}

.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}

.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}

.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}

.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15);
}

.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}

.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}

.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}

.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35);
}

.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}

.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45);
}

.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}

.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}

.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55);
}

.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}

.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65);
}

.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}

.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}

.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}

.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85);
}

.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}

.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15);
}

.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35);
}

.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45);
}

.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55);
}

.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65);
}

.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85);
}

.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}

.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}

.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}

.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15);
}

.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}

.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}

.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}

.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35);
}

.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}

.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45);
}

.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}

.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}

.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55);
}

.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}

.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65);
}

.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}

.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}

.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}

.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85);
}

.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}

.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}

.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}

.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}

.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15);
}

.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}

.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}

.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}

.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35);
}

.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}

.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45);
}

.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}

.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}

.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55);
}

.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}

.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65);
}

.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}

.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}

.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}

.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85);
}

.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}

.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}

.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}

.text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}

.text-blue-50\/15 {
  color: rgb(239 246 255 / 0.15);
}

.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2);
}

.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25);
}

.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3);
}

.text-blue-50\/35 {
  color: rgb(239 246 255 / 0.35);
}

.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4);
}

.text-blue-50\/45 {
  color: rgb(239 246 255 / 0.45);
}

.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05);
}

.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5);
}

.text-blue-50\/55 {
  color: rgb(239 246 255 / 0.55);
}

.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6);
}

.text-blue-50\/65 {
  color: rgb(239 246 255 / 0.65);
}

.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7);
}

.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75);
}

.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8);
}

.text-blue-50\/85 {
  color: rgb(239 246 255 / 0.85);
}

.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9);
}

.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}

.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}

.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}

.text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15);
}

.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}

.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}

.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}

.text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35);
}

.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}

.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45);
}

.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}

.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}

.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55);
}

.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}

.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65);
}

.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}

.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}

.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}

.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85);
}

.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}

.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}

.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}

.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}

.text-blue-600\/15 {
  color: rgb(37 99 235 / 0.15);
}

.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}

.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}

.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}

.text-blue-600\/35 {
  color: rgb(37 99 235 / 0.35);
}

.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}

.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45);
}

.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}

.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}

.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55);
}

.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}

.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65);
}

.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}

.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}

.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}

.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85);
}

.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}

.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}

.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}

.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}

.text-blue-700\/15 {
  color: rgb(29 78 216 / 0.15);
}

.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}

.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}

.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}

.text-blue-700\/35 {
  color: rgb(29 78 216 / 0.35);
}

.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}

.text-blue-700\/45 {
  color: rgb(29 78 216 / 0.45);
}

.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}

.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}

.text-blue-700\/55 {
  color: rgb(29 78 216 / 0.55);
}

.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}

.text-blue-700\/65 {
  color: rgb(29 78 216 / 0.65);
}

.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}

.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}

.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}

.text-blue-700\/85 {
  color: rgb(29 78 216 / 0.85);
}

.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}

.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/15 {
  color: rgb(30 64 175 / 0.15);
}

.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/35 {
  color: rgb(30 64 175 / 0.35);
}

.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/45 {
  color: rgb(30 64 175 / 0.45);
}

.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/55 {
  color: rgb(30 64 175 / 0.55);
}

.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/65 {
  color: rgb(30 64 175 / 0.65);
}

.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/85 {
  color: rgb(30 64 175 / 0.85);
}

.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}

.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}

.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}

.text-blue-900\/15 {
  color: rgb(30 58 138 / 0.15);
}

.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}

.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}

.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}

.text-blue-900\/35 {
  color: rgb(30 58 138 / 0.35);
}

.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}

.text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45);
}

.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}

.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}

.text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55);
}

.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}

.text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65);
}

.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}

.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}

.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}

.text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85);
}

.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}

.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}

.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}

.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}

.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}

.text-cyan-100\/15 {
  color: rgb(207 250 254 / 0.15);
}

.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}

.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}

.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}

.text-cyan-100\/35 {
  color: rgb(207 250 254 / 0.35);
}

.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}

.text-cyan-100\/45 {
  color: rgb(207 250 254 / 0.45);
}

.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}

.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}

.text-cyan-100\/55 {
  color: rgb(207 250 254 / 0.55);
}

.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}

.text-cyan-100\/65 {
  color: rgb(207 250 254 / 0.65);
}

.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}

.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}

.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}

.text-cyan-100\/85 {
  color: rgb(207 250 254 / 0.85);
}

.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}

.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}

.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}

.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}

.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}

.text-cyan-200\/15 {
  color: rgb(165 243 252 / 0.15);
}

.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}

.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}

.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}

.text-cyan-200\/35 {
  color: rgb(165 243 252 / 0.35);
}

.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}

.text-cyan-200\/45 {
  color: rgb(165 243 252 / 0.45);
}

.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}

.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}

.text-cyan-200\/55 {
  color: rgb(165 243 252 / 0.55);
}

.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}

.text-cyan-200\/65 {
  color: rgb(165 243 252 / 0.65);
}

.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}

.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}

.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}

.text-cyan-200\/85 {
  color: rgb(165 243 252 / 0.85);
}

.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}

.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}

.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}

.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}

.text-cyan-300\/15 {
  color: rgb(103 232 249 / 0.15);
}

.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}

.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}

.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}

.text-cyan-300\/35 {
  color: rgb(103 232 249 / 0.35);
}

.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}

.text-cyan-300\/45 {
  color: rgb(103 232 249 / 0.45);
}

.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}

.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}

.text-cyan-300\/55 {
  color: rgb(103 232 249 / 0.55);
}

.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}

.text-cyan-300\/65 {
  color: rgb(103 232 249 / 0.65);
}

.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}

.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}

.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}

.text-cyan-300\/85 {
  color: rgb(103 232 249 / 0.85);
}

.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}

.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}

.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}

.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}

.text-cyan-400\/15 {
  color: rgb(34 211 238 / 0.15);
}

.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}

.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}

.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}

.text-cyan-400\/35 {
  color: rgb(34 211 238 / 0.35);
}

.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}

.text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45);
}

.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}

.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}

.text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55);
}

.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}

.text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65);
}

.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}

.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}

.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}

.text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85);
}

.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}

.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}

.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}

.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}

.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}

.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}

.text-cyan-50\/15 {
  color: rgb(236 254 255 / 0.15);
}

.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}

.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}

.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}

.text-cyan-50\/35 {
  color: rgb(236 254 255 / 0.35);
}

.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}

.text-cyan-50\/45 {
  color: rgb(236 254 255 / 0.45);
}

.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}

.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}

.text-cyan-50\/55 {
  color: rgb(236 254 255 / 0.55);
}

.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}

.text-cyan-50\/65 {
  color: rgb(236 254 255 / 0.65);
}

.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}

.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}

.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}

.text-cyan-50\/85 {
  color: rgb(236 254 255 / 0.85);
}

.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}

.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}

.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}

.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}

.text-cyan-500\/15 {
  color: rgb(6 182 212 / 0.15);
}

.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}

.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}

.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}

.text-cyan-500\/35 {
  color: rgb(6 182 212 / 0.35);
}

.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}

.text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45);
}

.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}

.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}

.text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55);
}

.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}

.text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65);
}

.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}

.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}

.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}

.text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85);
}

.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}

.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}

.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}

.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}

.text-cyan-600\/15 {
  color: rgb(8 145 178 / 0.15);
}

.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}

.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}

.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}

.text-cyan-600\/35 {
  color: rgb(8 145 178 / 0.35);
}

.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}

.text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45);
}

.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}

.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}

.text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55);
}

.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}

.text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65);
}

.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}

.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}

.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}

.text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85);
}

.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}

.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}

.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}

.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}

.text-cyan-700\/15 {
  color: rgb(14 116 144 / 0.15);
}

.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}

.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}

.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}

.text-cyan-700\/35 {
  color: rgb(14 116 144 / 0.35);
}

.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}

.text-cyan-700\/45 {
  color: rgb(14 116 144 / 0.45);
}

.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}

.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}

.text-cyan-700\/55 {
  color: rgb(14 116 144 / 0.55);
}

.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}

.text-cyan-700\/65 {
  color: rgb(14 116 144 / 0.65);
}

.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}

.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}

.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}

.text-cyan-700\/85 {
  color: rgb(14 116 144 / 0.85);
}

.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}

.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}

.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}

.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}

.text-cyan-800\/15 {
  color: rgb(21 94 117 / 0.15);
}

.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}

.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}

.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}

.text-cyan-800\/35 {
  color: rgb(21 94 117 / 0.35);
}

.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}

.text-cyan-800\/45 {
  color: rgb(21 94 117 / 0.45);
}

.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}

.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}

.text-cyan-800\/55 {
  color: rgb(21 94 117 / 0.55);
}

.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}

.text-cyan-800\/65 {
  color: rgb(21 94 117 / 0.65);
}

.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}

.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}

.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}

.text-cyan-800\/85 {
  color: rgb(21 94 117 / 0.85);
}

.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}

.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}

.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}

.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}

.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}

.text-cyan-900\/15 {
  color: rgb(22 78 99 / 0.15);
}

.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}

.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}

.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}

.text-cyan-900\/35 {
  color: rgb(22 78 99 / 0.35);
}

.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}

.text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45);
}

.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}

.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}

.text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55);
}

.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}

.text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65);
}

.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}

.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}

.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}

.text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85);
}

.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}

.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}

.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}

.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}

.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}

.text-emerald-100\/15 {
  color: rgb(209 250 229 / 0.15);
}

.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}

.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}

.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}

.text-emerald-100\/35 {
  color: rgb(209 250 229 / 0.35);
}

.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}

.text-emerald-100\/45 {
  color: rgb(209 250 229 / 0.45);
}

.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}

.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}

.text-emerald-100\/55 {
  color: rgb(209 250 229 / 0.55);
}

.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}

.text-emerald-100\/65 {
  color: rgb(209 250 229 / 0.65);
}

.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}

.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}

.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}

.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85);
}

.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}

.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}

.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}

.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}

.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}

.text-emerald-200\/15 {
  color: rgb(167 243 208 / 0.15);
}

.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}

.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}

.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}

.text-emerald-200\/35 {
  color: rgb(167 243 208 / 0.35);
}

.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}

.text-emerald-200\/45 {
  color: rgb(167 243 208 / 0.45);
}

.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}

.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}

.text-emerald-200\/55 {
  color: rgb(167 243 208 / 0.55);
}

.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}

.text-emerald-200\/65 {
  color: rgb(167 243 208 / 0.65);
}

.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}

.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}

.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}

.text-emerald-200\/85 {
  color: rgb(167 243 208 / 0.85);
}

.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}

.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}

.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}

.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}

.text-emerald-300\/15 {
  color: rgb(110 231 183 / 0.15);
}

.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}

.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}

.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}

.text-emerald-300\/35 {
  color: rgb(110 231 183 / 0.35);
}

.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}

.text-emerald-300\/45 {
  color: rgb(110 231 183 / 0.45);
}

.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}

.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}

.text-emerald-300\/55 {
  color: rgb(110 231 183 / 0.55);
}

.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}

.text-emerald-300\/65 {
  color: rgb(110 231 183 / 0.65);
}

.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}

.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}

.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}

.text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85);
}

.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}

.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}

.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}

.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}

.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}

.text-emerald-400\/15 {
  color: rgb(52 211 153 / 0.15);
}

.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}

.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}

.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}

.text-emerald-400\/35 {
  color: rgb(52 211 153 / 0.35);
}

.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}

.text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45);
}

.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}

.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}

.text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55);
}

.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}

.text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65);
}

.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}

.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}

.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}

.text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85);
}

.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}

.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}

.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}

.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}

.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}

.text-emerald-50\/15 {
  color: rgb(236 253 245 / 0.15);
}

.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}

.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}

.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}

.text-emerald-50\/35 {
  color: rgb(236 253 245 / 0.35);
}

.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}

.text-emerald-50\/45 {
  color: rgb(236 253 245 / 0.45);
}

.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}

.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}

.text-emerald-50\/55 {
  color: rgb(236 253 245 / 0.55);
}

.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}

.text-emerald-50\/65 {
  color: rgb(236 253 245 / 0.65);
}

.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}

.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}

.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}

.text-emerald-50\/85 {
  color: rgb(236 253 245 / 0.85);
}

.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}

.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95);
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}

.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}

.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}

.text-emerald-500\/15 {
  color: rgb(16 185 129 / 0.15);
}

.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}

.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}

.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}

.text-emerald-500\/35 {
  color: rgb(16 185 129 / 0.35);
}

.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}

.text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45);
}

.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}

.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}

.text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55);
}

.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}

.text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65);
}

.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}

.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}

.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}

.text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85);
}

.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}

.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}

.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}

.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}

.text-emerald-600\/15 {
  color: rgb(5 150 105 / 0.15);
}

.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}

.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}

.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}

.text-emerald-600\/35 {
  color: rgb(5 150 105 / 0.35);
}

.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}

.text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45);
}

.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}

.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}

.text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55);
}

.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}

.text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65);
}

.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}

.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}

.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}

.text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85);
}

.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}

.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}

.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}

.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}

.text-emerald-700\/15 {
  color: rgb(4 120 87 / 0.15);
}

.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}

.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}

.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}

.text-emerald-700\/35 {
  color: rgb(4 120 87 / 0.35);
}

.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}

.text-emerald-700\/45 {
  color: rgb(4 120 87 / 0.45);
}

.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}

.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}

.text-emerald-700\/55 {
  color: rgb(4 120 87 / 0.55);
}

.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}

.text-emerald-700\/65 {
  color: rgb(4 120 87 / 0.65);
}

.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}

.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}

.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}

.text-emerald-700\/85 {
  color: rgb(4 120 87 / 0.85);
}

.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}

.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}

.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}

.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}

.text-emerald-800\/15 {
  color: rgb(6 95 70 / 0.15);
}

.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}

.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}

.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}

.text-emerald-800\/35 {
  color: rgb(6 95 70 / 0.35);
}

.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}

.text-emerald-800\/45 {
  color: rgb(6 95 70 / 0.45);
}

.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}

.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}

.text-emerald-800\/55 {
  color: rgb(6 95 70 / 0.55);
}

.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}

.text-emerald-800\/65 {
  color: rgb(6 95 70 / 0.65);
}

.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}

.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}

.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}

.text-emerald-800\/85 {
  color: rgb(6 95 70 / 0.85);
}

.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}

.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}

.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}

.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}

.text-emerald-900\/15 {
  color: rgb(6 78 59 / 0.15);
}

.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}

.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}

.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}

.text-emerald-900\/35 {
  color: rgb(6 78 59 / 0.35);
}

.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}

.text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45);
}

.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}

.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}

.text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55);
}

.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}

.text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65);
}

.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}

.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}

.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}

.text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85);
}

.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}

.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}

.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}

.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}

.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}

.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}

.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}

.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}

.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}

.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}

.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}

.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}

.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}

.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}

.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}

.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}

.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}

.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}

.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}

.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}

.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}

.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}

.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}

.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}

.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}

.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}

.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}

.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}

.text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}

.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}

.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}

.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}

.text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}

.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}

.text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}

.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}

.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}

.text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}

.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}

.text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}

.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}

.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}

.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}

.text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}

.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}

.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}

.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}

.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}

.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}

.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}

.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}

.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}

.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}

.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}

.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}

.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}

.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}

.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}

.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}

.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}

.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}

.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}

.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}

.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}

.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}

.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}

.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}

.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}

.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}

.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}

.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}

.text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}

.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15);
}

.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}

.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}

.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}

.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35);
}

.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}

.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45);
}

.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}

.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}

.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55);
}

.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}

.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65);
}

.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}

.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}

.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}

.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85);
}

.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}

.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}

.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}

.text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}

.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15);
}

.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}

.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}

.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}

.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35);
}

.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}

.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45);
}

.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}

.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}

.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55);
}

.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}

.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65);
}

.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}

.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}

.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}

.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85);
}

.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}

.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}

.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}

.text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}

.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15);
}

.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}

.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}

.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}

.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35);
}

.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}

.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45);
}

.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}

.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}

.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55);
}

.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}

.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65);
}

.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}

.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}

.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}

.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85);
}

.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}

.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}

.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}

.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}

.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15);
}

.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}

.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}

.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}

.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35);
}

.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}

.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}

.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}

.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}

.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}

.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}

.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}

.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}

.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}

.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}

.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}

.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}

.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}

.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}

.text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}

.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15);
}

.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2);
}

.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25);
}

.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3);
}

.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35);
}

.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4);
}

.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45);
}

.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05);
}

.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5);
}

.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55);
}

.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6);
}

.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65);
}

.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7);
}

.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75);
}

.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8);
}

.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85);
}

.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9);
}

.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}

.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}

.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}

.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15);
}

.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}

.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}

.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}

.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35);
}

.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}

.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}

.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}

.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}

.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}

.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}

.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}

.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}

.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}

.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}

.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}

.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}

.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}

.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}

.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}

.text-green-600\/15 {
  color: rgb(22 163 74 / 0.15);
}

.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}

.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}

.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}

.text-green-600\/35 {
  color: rgb(22 163 74 / 0.35);
}

.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}

.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}

.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}

.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}

.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}

.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}

.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}

.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}

.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}

.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}

.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}

.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}

.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}

.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}

.text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}

.text-green-700\/15 {
  color: rgb(21 128 61 / 0.15);
}

.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}

.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}

.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}

.text-green-700\/35 {
  color: rgb(21 128 61 / 0.35);
}

.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}

.text-green-700\/45 {
  color: rgb(21 128 61 / 0.45);
}

.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}

.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}

.text-green-700\/55 {
  color: rgb(21 128 61 / 0.55);
}

.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}

.text-green-700\/65 {
  color: rgb(21 128 61 / 0.65);
}

.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}

.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}

.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}

.text-green-700\/85 {
  color: rgb(21 128 61 / 0.85);
}

.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}

.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}

.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}

.text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}

.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15);
}

.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}

.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}

.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}

.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35);
}

.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}

.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45);
}

.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}

.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}

.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55);
}

.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}

.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65);
}

.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}

.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}

.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}

.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85);
}

.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}

.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}

.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}

.text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}

.text-green-900\/15 {
  color: rgb(20 83 45 / 0.15);
}

.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}

.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}

.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}

.text-green-900\/35 {
  color: rgb(20 83 45 / 0.35);
}

.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}

.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45);
}

.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}

.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}

.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55);
}

.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}

.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65);
}

.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}

.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}

.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}

.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85);
}

.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}

.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}

.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}

.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}

.text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15);
}

.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}

.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}

.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}

.text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35);
}

.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}

.text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45);
}

.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}

.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}

.text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55);
}

.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}

.text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65);
}

.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}

.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}

.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}

.text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85);
}

.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}

.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}

.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}

.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}

.text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15);
}

.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}

.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}

.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}

.text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35);
}

.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}

.text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45);
}

.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}

.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}

.text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55);
}

.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}

.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65);
}

.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}

.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}

.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85);
}

.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}

.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}

.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}

.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}

.text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15);
}

.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}

.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}

.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}

.text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35);
}

.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}

.text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45);
}

.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}

.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}

.text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55);
}

.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65);
}

.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}

.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}

.text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85);
}

.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}

.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}

.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}

.text-indigo-400\/15 {
  color: rgb(129 140 248 / 0.15);
}

.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}

.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}

.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}

.text-indigo-400\/35 {
  color: rgb(129 140 248 / 0.35);
}

.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}

.text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45);
}

.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}

.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}

.text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55);
}

.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}

.text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65);
}

.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}

.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}

.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}

.text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85);
}

.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}

.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}

.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}

.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}

.text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15);
}

.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}

.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}

.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}

.text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35);
}

.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}

.text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45);
}

.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}

.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}

.text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55);
}

.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}

.text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65);
}

.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}

.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}

.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}

.text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85);
}

.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}

.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}

.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}

.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}

.text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15);
}

.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}

.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}

.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}

.text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35);
}

.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}

.text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45);
}

.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}

.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}

.text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55);
}

.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}

.text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65);
}

.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}

.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}

.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}

.text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85);
}

.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}

.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}

.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}

.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}

.text-indigo-600\/15 {
  color: rgb(79 70 229 / 0.15);
}

.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}

.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}

.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}

.text-indigo-600\/35 {
  color: rgb(79 70 229 / 0.35);
}

.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}

.text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45);
}

.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}

.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}

.text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55);
}

.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}

.text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65);
}

.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}

.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}

.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}

.text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85);
}

.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}

.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}

.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}

.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}

.text-indigo-700\/15 {
  color: rgb(67 56 202 / 0.15);
}

.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}

.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}

.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}

.text-indigo-700\/35 {
  color: rgb(67 56 202 / 0.35);
}

.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}

.text-indigo-700\/45 {
  color: rgb(67 56 202 / 0.45);
}

.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}

.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}

.text-indigo-700\/55 {
  color: rgb(67 56 202 / 0.55);
}

.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}

.text-indigo-700\/65 {
  color: rgb(67 56 202 / 0.65);
}

.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}

.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}

.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}

.text-indigo-700\/85 {
  color: rgb(67 56 202 / 0.85);
}

.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}

.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}

.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}

.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}

.text-indigo-800\/15 {
  color: rgb(55 48 163 / 0.15);
}

.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}

.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}

.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}

.text-indigo-800\/35 {
  color: rgb(55 48 163 / 0.35);
}

.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}

.text-indigo-800\/45 {
  color: rgb(55 48 163 / 0.45);
}

.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}

.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}

.text-indigo-800\/55 {
  color: rgb(55 48 163 / 0.55);
}

.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}

.text-indigo-800\/65 {
  color: rgb(55 48 163 / 0.65);
}

.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}

.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}

.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}

.text-indigo-800\/85 {
  color: rgb(55 48 163 / 0.85);
}

.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}

.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}

.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}

.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}

.text-indigo-900\/15 {
  color: rgb(49 46 129 / 0.15);
}

.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}

.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}

.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}

.text-indigo-900\/35 {
  color: rgb(49 46 129 / 0.35);
}

.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}

.text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45);
}

.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}

.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}

.text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55);
}

.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}

.text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65);
}

.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}

.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}

.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}

.text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85);
}

.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}

.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}

.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}

.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}

.text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}

.text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15);
}

.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}

.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}

.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}

.text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35);
}

.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}

.text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45);
}

.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}

.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}

.text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55);
}

.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}

.text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65);
}

.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}

.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}

.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}

.text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85);
}

.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}

.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}

.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}

.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}

.text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}

.text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15);
}

.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}

.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}

.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}

.text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35);
}

.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}

.text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45);
}

.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}

.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}

.text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55);
}

.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}

.text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65);
}

.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}

.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}

.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}

.text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85);
}

.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}

.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}

.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}

.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}

.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}

.text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15);
}

.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}

.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}

.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}

.text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35);
}

.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}

.text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45);
}

.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}

.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}

.text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55);
}

.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}

.text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65);
}

.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}

.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}

.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}

.text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85);
}

.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}

.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}

.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}

.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}

.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}

.text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15);
}

.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}

.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}

.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}

.text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35);
}

.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}

.text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45);
}

.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}

.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}

.text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55);
}

.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}

.text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65);
}

.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}

.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}

.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}

.text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85);
}

.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}

.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}

.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}

.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}

.text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}

.text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15);
}

.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}

.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}

.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}

.text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35);
}

.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}

.text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45);
}

.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}

.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}

.text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55);
}

.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}

.text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65);
}

.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}

.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}

.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}

.text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85);
}

.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}

.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}

.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}

.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}

.text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15);
}

.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}

.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}

.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}

.text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35);
}

.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}

.text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45);
}

.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}

.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}

.text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55);
}

.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}

.text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65);
}

.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}

.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}

.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}

.text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85);
}

.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}

.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}

.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}

.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}

.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}

.text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15);
}

.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}

.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}

.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}

.text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35);
}

.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}

.text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45);
}

.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}

.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}

.text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55);
}

.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}

.text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65);
}

.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}

.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}

.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}

.text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85);
}

.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}

.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}

.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}

.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}

.text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}

.text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15);
}

.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}

.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}

.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}

.text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35);
}

.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}

.text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45);
}

.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}

.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}

.text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55);
}

.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}

.text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65);
}

.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}

.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}

.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}

.text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85);
}

.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}

.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}

.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}

.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}

.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}

.text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15);
}

.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}

.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}

.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}

.text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35);
}

.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}

.text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45);
}

.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}

.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}

.text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55);
}

.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}

.text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65);
}

.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}

.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}

.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}

.text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85);
}

.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}

.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}

.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}

.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}

.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}

.text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15);
}

.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}

.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}

.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}

.text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35);
}

.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}

.text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45);
}

.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}

.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}

.text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55);
}

.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}

.text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65);
}

.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}

.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}

.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}

.text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85);
}

.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}

.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}

.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}

.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}

.text-neutral-100\/15 {
  color: rgb(245 245 245 / 0.15);
}

.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}

.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}

.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}

.text-neutral-100\/35 {
  color: rgb(245 245 245 / 0.35);
}

.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}

.text-neutral-100\/45 {
  color: rgb(245 245 245 / 0.45);
}

.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}

.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}

.text-neutral-100\/55 {
  color: rgb(245 245 245 / 0.55);
}

.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}

.text-neutral-100\/65 {
  color: rgb(245 245 245 / 0.65);
}

.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}

.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}

.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}

.text-neutral-100\/85 {
  color: rgb(245 245 245 / 0.85);
}

.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}

.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}

.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}

.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}

.text-neutral-200\/15 {
  color: rgb(229 229 229 / 0.15);
}

.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}

.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}

.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}

.text-neutral-200\/35 {
  color: rgb(229 229 229 / 0.35);
}

.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}

.text-neutral-200\/45 {
  color: rgb(229 229 229 / 0.45);
}

.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}

.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}

.text-neutral-200\/55 {
  color: rgb(229 229 229 / 0.55);
}

.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}

.text-neutral-200\/65 {
  color: rgb(229 229 229 / 0.65);
}

.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}

.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}

.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}

.text-neutral-200\/85 {
  color: rgb(229 229 229 / 0.85);
}

.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}

.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}

.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}

.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}

.text-neutral-300\/15 {
  color: rgb(212 212 212 / 0.15);
}

.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}

.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}

.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}

.text-neutral-300\/35 {
  color: rgb(212 212 212 / 0.35);
}

.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}

.text-neutral-300\/45 {
  color: rgb(212 212 212 / 0.45);
}

.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}

.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}

.text-neutral-300\/55 {
  color: rgb(212 212 212 / 0.55);
}

.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}

.text-neutral-300\/65 {
  color: rgb(212 212 212 / 0.65);
}

.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}

.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}

.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}

.text-neutral-300\/85 {
  color: rgb(212 212 212 / 0.85);
}

.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}

.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}

.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}

.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}

.text-neutral-400\/15 {
  color: rgb(163 163 163 / 0.15);
}

.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}

.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}

.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}

.text-neutral-400\/35 {
  color: rgb(163 163 163 / 0.35);
}

.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}

.text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45);
}

.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}

.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}

.text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55);
}

.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}

.text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65);
}

.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}

.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}

.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}

.text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85);
}

.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}

.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}

.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}

.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}

.text-neutral-50\/15 {
  color: rgb(250 250 250 / 0.15);
}

.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}

.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}

.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}

.text-neutral-50\/35 {
  color: rgb(250 250 250 / 0.35);
}

.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}

.text-neutral-50\/45 {
  color: rgb(250 250 250 / 0.45);
}

.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}

.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}

.text-neutral-50\/55 {
  color: rgb(250 250 250 / 0.55);
}

.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}

.text-neutral-50\/65 {
  color: rgb(250 250 250 / 0.65);
}

.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}

.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}

.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}

.text-neutral-50\/85 {
  color: rgb(250 250 250 / 0.85);
}

.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}

.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}

.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}

.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}

.text-neutral-500\/15 {
  color: rgb(115 115 115 / 0.15);
}

.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}

.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}

.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}

.text-neutral-500\/35 {
  color: rgb(115 115 115 / 0.35);
}

.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}

.text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45);
}

.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}

.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}

.text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55);
}

.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}

.text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65);
}

.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}

.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}

.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}

.text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85);
}

.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}

.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}

.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}

.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}

.text-neutral-600\/15 {
  color: rgb(82 82 82 / 0.15);
}

.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}

.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}

.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}

.text-neutral-600\/35 {
  color: rgb(82 82 82 / 0.35);
}

.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}

.text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45);
}

.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}

.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}

.text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55);
}

.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}

.text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65);
}

.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}

.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}

.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}

.text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85);
}

.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}

.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}

.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}

.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}

.text-neutral-700\/15 {
  color: rgb(64 64 64 / 0.15);
}

.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}

.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}

.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}

.text-neutral-700\/35 {
  color: rgb(64 64 64 / 0.35);
}

.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}

.text-neutral-700\/45 {
  color: rgb(64 64 64 / 0.45);
}

.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}

.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}

.text-neutral-700\/55 {
  color: rgb(64 64 64 / 0.55);
}

.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}

.text-neutral-700\/65 {
  color: rgb(64 64 64 / 0.65);
}

.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}

.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}

.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}

.text-neutral-700\/85 {
  color: rgb(64 64 64 / 0.85);
}

.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}

.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}

.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}

.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}

.text-neutral-800\/15 {
  color: rgb(38 38 38 / 0.15);
}

.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}

.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}

.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}

.text-neutral-800\/35 {
  color: rgb(38 38 38 / 0.35);
}

.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}

.text-neutral-800\/45 {
  color: rgb(38 38 38 / 0.45);
}

.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}

.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}

.text-neutral-800\/55 {
  color: rgb(38 38 38 / 0.55);
}

.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}

.text-neutral-800\/65 {
  color: rgb(38 38 38 / 0.65);
}

.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}

.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}

.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}

.text-neutral-800\/85 {
  color: rgb(38 38 38 / 0.85);
}

.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}

.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}

.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}

.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}

.text-neutral-900\/15 {
  color: rgb(23 23 23 / 0.15);
}

.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}

.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}

.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}

.text-neutral-900\/35 {
  color: rgb(23 23 23 / 0.35);
}

.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}

.text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45);
}

.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}

.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}

.text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55);
}

.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}

.text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65);
}

.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}

.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}

.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}

.text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85);
}

.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}

.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}

.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}

.text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}

.text-orange-100\/15 {
  color: rgb(255 237 213 / 0.15);
}

.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}

.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}

.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}

.text-orange-100\/35 {
  color: rgb(255 237 213 / 0.35);
}

.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}

.text-orange-100\/45 {
  color: rgb(255 237 213 / 0.45);
}

.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}

.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}

.text-orange-100\/55 {
  color: rgb(255 237 213 / 0.55);
}

.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}

.text-orange-100\/65 {
  color: rgb(255 237 213 / 0.65);
}

.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}

.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}

.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}

.text-orange-100\/85 {
  color: rgb(255 237 213 / 0.85);
}

.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}

.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}

.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}

.text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}

.text-orange-200\/15 {
  color: rgb(254 215 170 / 0.15);
}

.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}

.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}

.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}

.text-orange-200\/35 {
  color: rgb(254 215 170 / 0.35);
}

.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}

.text-orange-200\/45 {
  color: rgb(254 215 170 / 0.45);
}

.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}

.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}

.text-orange-200\/55 {
  color: rgb(254 215 170 / 0.55);
}

.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}

.text-orange-200\/65 {
  color: rgb(254 215 170 / 0.65);
}

.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}

.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}

.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}

.text-orange-200\/85 {
  color: rgb(254 215 170 / 0.85);
}

.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}

.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}

.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}

.text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}

.text-orange-300\/15 {
  color: rgb(253 186 116 / 0.15);
}

.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}

.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}

.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}

.text-orange-300\/35 {
  color: rgb(253 186 116 / 0.35);
}

.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}

.text-orange-300\/45 {
  color: rgb(253 186 116 / 0.45);
}

.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}

.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}

.text-orange-300\/55 {
  color: rgb(253 186 116 / 0.55);
}

.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}

.text-orange-300\/65 {
  color: rgb(253 186 116 / 0.65);
}

.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}

.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}

.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}

.text-orange-300\/85 {
  color: rgb(253 186 116 / 0.85);
}

.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}

.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}

.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}

.text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}

.text-orange-400\/15 {
  color: rgb(251 146 60 / 0.15);
}

.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}

.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}

.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}

.text-orange-400\/35 {
  color: rgb(251 146 60 / 0.35);
}

.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}

.text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45);
}

.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}

.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}

.text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55);
}

.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}

.text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65);
}

.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}

.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}

.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}

.text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85);
}

.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}

.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}

.text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}

.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}

.text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}

.text-orange-50\/15 {
  color: rgb(255 247 237 / 0.15);
}

.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}

.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}

.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}

.text-orange-50\/35 {
  color: rgb(255 247 237 / 0.35);
}

.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}

.text-orange-50\/45 {
  color: rgb(255 247 237 / 0.45);
}

.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}

.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}

.text-orange-50\/55 {
  color: rgb(255 247 237 / 0.55);
}

.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}

.text-orange-50\/65 {
  color: rgb(255 247 237 / 0.65);
}

.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}

.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}

.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}

.text-orange-50\/85 {
  color: rgb(255 247 237 / 0.85);
}

.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}

.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}

.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}

.text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}

.text-orange-500\/15 {
  color: rgb(249 115 22 / 0.15);
}

.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}

.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}

.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}

.text-orange-500\/35 {
  color: rgb(249 115 22 / 0.35);
}

.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}

.text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45);
}

.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}

.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}

.text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55);
}

.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}

.text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65);
}

.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}

.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}

.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}

.text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85);
}

.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}

.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}

.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}

.text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}

.text-orange-600\/15 {
  color: rgb(234 88 12 / 0.15);
}

.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}

.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}

.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}

.text-orange-600\/35 {
  color: rgb(234 88 12 / 0.35);
}

.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}

.text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45);
}

.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}

.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}

.text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55);
}

.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}

.text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65);
}

.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}

.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}

.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}

.text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85);
}

.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}

.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}

.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}

.text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}

.text-orange-700\/15 {
  color: rgb(194 65 12 / 0.15);
}

.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}

.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}

.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}

.text-orange-700\/35 {
  color: rgb(194 65 12 / 0.35);
}

.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}

.text-orange-700\/45 {
  color: rgb(194 65 12 / 0.45);
}

.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}

.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}

.text-orange-700\/55 {
  color: rgb(194 65 12 / 0.55);
}

.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}

.text-orange-700\/65 {
  color: rgb(194 65 12 / 0.65);
}

.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}

.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}

.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}

.text-orange-700\/85 {
  color: rgb(194 65 12 / 0.85);
}

.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}

.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}

.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}

.text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}

.text-orange-800\/15 {
  color: rgb(154 52 18 / 0.15);
}

.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}

.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}

.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}

.text-orange-800\/35 {
  color: rgb(154 52 18 / 0.35);
}

.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}

.text-orange-800\/45 {
  color: rgb(154 52 18 / 0.45);
}

.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}

.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}

.text-orange-800\/55 {
  color: rgb(154 52 18 / 0.55);
}

.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}

.text-orange-800\/65 {
  color: rgb(154 52 18 / 0.65);
}

.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}

.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}

.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}

.text-orange-800\/85 {
  color: rgb(154 52 18 / 0.85);
}

.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}

.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}

.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}

.text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}

.text-orange-900\/15 {
  color: rgb(124 45 18 / 0.15);
}

.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}

.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}

.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}

.text-orange-900\/35 {
  color: rgb(124 45 18 / 0.35);
}

.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}

.text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45);
}

.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}

.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}

.text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55);
}

.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}

.text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65);
}

.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}

.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}

.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}

.text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85);
}

.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}

.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}

.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}

.text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}

.text-pink-100\/15 {
  color: rgb(252 231 243 / 0.15);
}

.text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2);
}

.text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25);
}

.text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3);
}

.text-pink-100\/35 {
  color: rgb(252 231 243 / 0.35);
}

.text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4);
}

.text-pink-100\/45 {
  color: rgb(252 231 243 / 0.45);
}

.text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05);
}

.text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5);
}

.text-pink-100\/55 {
  color: rgb(252 231 243 / 0.55);
}

.text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6);
}

.text-pink-100\/65 {
  color: rgb(252 231 243 / 0.65);
}

.text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7);
}

.text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75);
}

.text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8);
}

.text-pink-100\/85 {
  color: rgb(252 231 243 / 0.85);
}

.text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9);
}

.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}

.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}

.text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}

.text-pink-200\/15 {
  color: rgb(251 207 232 / 0.15);
}

.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2);
}

.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25);
}

.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3);
}

.text-pink-200\/35 {
  color: rgb(251 207 232 / 0.35);
}

.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4);
}

.text-pink-200\/45 {
  color: rgb(251 207 232 / 0.45);
}

.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05);
}

.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5);
}

.text-pink-200\/55 {
  color: rgb(251 207 232 / 0.55);
}

.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6);
}

.text-pink-200\/65 {
  color: rgb(251 207 232 / 0.65);
}

.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7);
}

.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75);
}

.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8);
}

.text-pink-200\/85 {
  color: rgb(251 207 232 / 0.85);
}

.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9);
}

.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}

.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}

.text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}

.text-pink-300\/15 {
  color: rgb(249 168 212 / 0.15);
}

.text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2);
}

.text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25);
}

.text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3);
}

.text-pink-300\/35 {
  color: rgb(249 168 212 / 0.35);
}

.text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4);
}

.text-pink-300\/45 {
  color: rgb(249 168 212 / 0.45);
}

.text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05);
}

.text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5);
}

.text-pink-300\/55 {
  color: rgb(249 168 212 / 0.55);
}

.text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6);
}

.text-pink-300\/65 {
  color: rgb(249 168 212 / 0.65);
}

.text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7);
}

.text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75);
}

.text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8);
}

.text-pink-300\/85 {
  color: rgb(249 168 212 / 0.85);
}

.text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9);
}

.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}

.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}

.text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}

.text-pink-400\/15 {
  color: rgb(244 114 182 / 0.15);
}

.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}

.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}

.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}

.text-pink-400\/35 {
  color: rgb(244 114 182 / 0.35);
}

.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}

.text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45);
}

.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}

.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}

.text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55);
}

.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}

.text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65);
}

.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}

.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}

.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}

.text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85);
}

.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}

.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}

.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}

.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}

.text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15);
}

.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}

.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}

.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}

.text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35);
}

.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}

.text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45);
}

.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}

.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}

.text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55);
}

.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}

.text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65);
}

.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}

.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}

.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}

.text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85);
}

.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}

.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}

.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}

.text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}

.text-pink-500\/15 {
  color: rgb(236 72 153 / 0.15);
}

.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}

.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}

.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}

.text-pink-500\/35 {
  color: rgb(236 72 153 / 0.35);
}

.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}

.text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45);
}

.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}

.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}

.text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55);
}

.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}

.text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65);
}

.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}

.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}

.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}

.text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85);
}

.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}

.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}

.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}

.text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}

.text-pink-600\/15 {
  color: rgb(219 39 119 / 0.15);
}

.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}

.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}

.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}

.text-pink-600\/35 {
  color: rgb(219 39 119 / 0.35);
}

.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}

.text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45);
}

.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}

.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}

.text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55);
}

.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}

.text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65);
}

.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}

.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}

.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}

.text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85);
}

.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}

.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}

.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}

.text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}

.text-pink-700\/15 {
  color: rgb(190 24 93 / 0.15);
}

.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2);
}

.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25);
}

.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3);
}

.text-pink-700\/35 {
  color: rgb(190 24 93 / 0.35);
}

.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4);
}

.text-pink-700\/45 {
  color: rgb(190 24 93 / 0.45);
}

.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05);
}

.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5);
}

.text-pink-700\/55 {
  color: rgb(190 24 93 / 0.55);
}

.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6);
}

.text-pink-700\/65 {
  color: rgb(190 24 93 / 0.65);
}

.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7);
}

.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75);
}

.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8);
}

.text-pink-700\/85 {
  color: rgb(190 24 93 / 0.85);
}

.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9);
}

.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}

.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}

.text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}

.text-pink-800\/15 {
  color: rgb(157 23 77 / 0.15);
}

.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2);
}

.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25);
}

.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3);
}

.text-pink-800\/35 {
  color: rgb(157 23 77 / 0.35);
}

.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4);
}

.text-pink-800\/45 {
  color: rgb(157 23 77 / 0.45);
}

.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05);
}

.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5);
}

.text-pink-800\/55 {
  color: rgb(157 23 77 / 0.55);
}

.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6);
}

.text-pink-800\/65 {
  color: rgb(157 23 77 / 0.65);
}

.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7);
}

.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75);
}

.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8);
}

.text-pink-800\/85 {
  color: rgb(157 23 77 / 0.85);
}

.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9);
}

.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}

.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}

.text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}

.text-pink-900\/15 {
  color: rgb(131 24 67 / 0.15);
}

.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}

.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}

.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}

.text-pink-900\/35 {
  color: rgb(131 24 67 / 0.35);
}

.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}

.text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45);
}

.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}

.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}

.text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55);
}

.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}

.text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65);
}

.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}

.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}

.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}

.text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85);
}

.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}

.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}

.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}

.text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}

.text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15);
}

.text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2);
}

.text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25);
}

.text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3);
}

.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35);
}

.text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4);
}

.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45);
}

.text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05);
}

.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}

.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55);
}

.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}

.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65);
}

.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}

.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}

.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}

.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85);
}

.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}

.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}

.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}

.text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}

.text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15);
}

.text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2);
}

.text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25);
}

.text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3);
}

.text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35);
}

.text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4);
}

.text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45);
}

.text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05);
}

.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}

.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55);
}

.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}

.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65);
}

.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}

.text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75);
}

.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}

.text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85);
}

.text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9);
}

.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}

.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}

.text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}

.text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15);
}

.text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2);
}

.text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25);
}

.text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3);
}

.text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35);
}

.text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4);
}

.text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45);
}

.text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05);
}

.text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5);
}

.text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55);
}

.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}

.text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65);
}

.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}

.text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75);
}

.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}

.text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85);
}

.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}

.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}

.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}

.text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}

.text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15);
}

.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}

.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}

.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}

.text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35);
}

.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}

.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45);
}

.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}

.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}

.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55);
}

.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}

.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65);
}

.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}

.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}

.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}

.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85);
}

.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}

.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.text-purple-50\/0 {
  color: rgb(250 245 255 / 0);
}

.text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1);
}

.text-purple-50\/100 {
  color: rgb(250 245 255 / 1);
}

.text-purple-50\/15 {
  color: rgb(250 245 255 / 0.15);
}

.text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2);
}

.text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25);
}

.text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3);
}

.text-purple-50\/35 {
  color: rgb(250 245 255 / 0.35);
}

.text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4);
}

.text-purple-50\/45 {
  color: rgb(250 245 255 / 0.45);
}

.text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05);
}

.text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5);
}

.text-purple-50\/55 {
  color: rgb(250 245 255 / 0.55);
}

.text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6);
}

.text-purple-50\/65 {
  color: rgb(250 245 255 / 0.65);
}

.text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7);
}

.text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75);
}

.text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8);
}

.text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85);
}

.text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9);
}

.text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95);
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}

.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}

.text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}

.text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15);
}

.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}

.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}

.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}

.text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35);
}

.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}

.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45);
}

.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}

.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}

.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55);
}

.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}

.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65);
}

.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}

.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}

.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}

.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85);
}

.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}

.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}

.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}

.text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}

.text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15);
}

.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}

.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}

.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}

.text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35);
}

.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}

.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45);
}

.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}

.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}

.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55);
}

.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}

.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65);
}

.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}

.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}

.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}

.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85);
}

.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}

.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}

.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}

.text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}

.text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15);
}

.text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2);
}

.text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25);
}

.text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3);
}

.text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35);
}

.text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4);
}

.text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45);
}

.text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05);
}

.text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5);
}

.text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55);
}

.text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6);
}

.text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65);
}

.text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7);
}

.text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75);
}

.text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8);
}

.text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85);
}

.text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9);
}

.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-purple-800\/0 {
  color: rgb(107 33 168 / 0);
}

.text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1);
}

.text-purple-800\/100 {
  color: rgb(107 33 168 / 1);
}

.text-purple-800\/15 {
  color: rgb(107 33 168 / 0.15);
}

.text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2);
}

.text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25);
}

.text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3);
}

.text-purple-800\/35 {
  color: rgb(107 33 168 / 0.35);
}

.text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4);
}

.text-purple-800\/45 {
  color: rgb(107 33 168 / 0.45);
}

.text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05);
}

.text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5);
}

.text-purple-800\/55 {
  color: rgb(107 33 168 / 0.55);
}

.text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6);
}

.text-purple-800\/65 {
  color: rgb(107 33 168 / 0.65);
}

.text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7);
}

.text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75);
}

.text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8);
}

.text-purple-800\/85 {
  color: rgb(107 33 168 / 0.85);
}

.text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9);
}

.text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95);
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}

.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}

.text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}

.text-purple-900\/15 {
  color: rgb(88 28 135 / 0.15);
}

.text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2);
}

.text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25);
}

.text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3);
}

.text-purple-900\/35 {
  color: rgb(88 28 135 / 0.35);
}

.text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4);
}

.text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45);
}

.text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05);
}

.text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5);
}

.text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55);
}

.text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6);
}

.text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65);
}

.text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7);
}

.text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75);
}

.text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8);
}

.text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85);
}

.text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9);
}

.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}

.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}

.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}

.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}

.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}

.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}

.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}

.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}

.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}

.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}

.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}

.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}

.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}

.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}

.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}

.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}

.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}

.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}

.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}

.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}

.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}

.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}

.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}

.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}

.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}

.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}

.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}

.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}

.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}

.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}

.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}

.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}

.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}

.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}

.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}

.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}

.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}

.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}

.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}

.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}

.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}

.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}

.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}

.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}

.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}

.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}

.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}

.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}

.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}

.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}

.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}

.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}

.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}

.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}

.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}

.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}

.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}

.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}

.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}

.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}

.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}

.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}

.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}

.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}

.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}

.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}

.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}

.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}

.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}

.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}

.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}

.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}

.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}

.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}

.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}

.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}

.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}

.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}

.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}

.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}

.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}

.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}

.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}

.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}

.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.text-rose-100\/0 {
  color: rgb(255 228 230 / 0);
}

.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1);
}

.text-rose-100\/100 {
  color: rgb(255 228 230 / 1);
}

.text-rose-100\/15 {
  color: rgb(255 228 230 / 0.15);
}

.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2);
}

.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25);
}

.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3);
}

.text-rose-100\/35 {
  color: rgb(255 228 230 / 0.35);
}

.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4);
}

.text-rose-100\/45 {
  color: rgb(255 228 230 / 0.45);
}

.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05);
}

.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5);
}

.text-rose-100\/55 {
  color: rgb(255 228 230 / 0.55);
}

.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6);
}

.text-rose-100\/65 {
  color: rgb(255 228 230 / 0.65);
}

.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}

.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}

.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}

.text-rose-100\/85 {
  color: rgb(255 228 230 / 0.85);
}

.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}

.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95);
}

.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.text-rose-200\/0 {
  color: rgb(254 205 211 / 0);
}

.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1);
}

.text-rose-200\/100 {
  color: rgb(254 205 211 / 1);
}

.text-rose-200\/15 {
  color: rgb(254 205 211 / 0.15);
}

.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2);
}

.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25);
}

.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3);
}

.text-rose-200\/35 {
  color: rgb(254 205 211 / 0.35);
}

.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4);
}

.text-rose-200\/45 {
  color: rgb(254 205 211 / 0.45);
}

.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05);
}

.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5);
}

.text-rose-200\/55 {
  color: rgb(254 205 211 / 0.55);
}

.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6);
}

.text-rose-200\/65 {
  color: rgb(254 205 211 / 0.65);
}

.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}

.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75);
}

.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8);
}

.text-rose-200\/85 {
  color: rgb(254 205 211 / 0.85);
}

.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}

.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95);
}

.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}

.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}

.text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}

.text-rose-300\/15 {
  color: rgb(253 164 175 / 0.15);
}

.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2);
}

.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25);
}

.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3);
}

.text-rose-300\/35 {
  color: rgb(253 164 175 / 0.35);
}

.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4);
}

.text-rose-300\/45 {
  color: rgb(253 164 175 / 0.45);
}

.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05);
}

.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5);
}

.text-rose-300\/55 {
  color: rgb(253 164 175 / 0.55);
}

.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6);
}

.text-rose-300\/65 {
  color: rgb(253 164 175 / 0.65);
}

.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}

.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75);
}

.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8);
}

.text-rose-300\/85 {
  color: rgb(253 164 175 / 0.85);
}

.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9);
}

.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95);
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-rose-400\/0 {
  color: rgb(251 113 133 / 0);
}

.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1);
}

.text-rose-400\/100 {
  color: rgb(251 113 133 / 1);
}

.text-rose-400\/15 {
  color: rgb(251 113 133 / 0.15);
}

.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2);
}

.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25);
}

.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3);
}

.text-rose-400\/35 {
  color: rgb(251 113 133 / 0.35);
}

.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4);
}

.text-rose-400\/45 {
  color: rgb(251 113 133 / 0.45);
}

.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05);
}

.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5);
}

.text-rose-400\/55 {
  color: rgb(251 113 133 / 0.55);
}

.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6);
}

.text-rose-400\/65 {
  color: rgb(251 113 133 / 0.65);
}

.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7);
}

.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75);
}

.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8);
}

.text-rose-400\/85 {
  color: rgb(251 113 133 / 0.85);
}

.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9);
}

.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95);
}

.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}

.text-rose-50\/0 {
  color: rgb(255 241 242 / 0);
}

.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1);
}

.text-rose-50\/100 {
  color: rgb(255 241 242 / 1);
}

.text-rose-50\/15 {
  color: rgb(255 241 242 / 0.15);
}

.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2);
}

.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25);
}

.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3);
}

.text-rose-50\/35 {
  color: rgb(255 241 242 / 0.35);
}

.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4);
}

.text-rose-50\/45 {
  color: rgb(255 241 242 / 0.45);
}

.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05);
}

.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5);
}

.text-rose-50\/55 {
  color: rgb(255 241 242 / 0.55);
}

.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6);
}

.text-rose-50\/65 {
  color: rgb(255 241 242 / 0.65);
}

.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7);
}

.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75);
}

.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8);
}

.text-rose-50\/85 {
  color: rgb(255 241 242 / 0.85);
}

.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9);
}

.text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95);
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.text-rose-500\/0 {
  color: rgb(244 63 94 / 0);
}

.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1);
}

.text-rose-500\/100 {
  color: rgb(244 63 94 / 1);
}

.text-rose-500\/15 {
  color: rgb(244 63 94 / 0.15);
}

.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2);
}

.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25);
}

.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3);
}

.text-rose-500\/35 {
  color: rgb(244 63 94 / 0.35);
}

.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4);
}

.text-rose-500\/45 {
  color: rgb(244 63 94 / 0.45);
}

.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05);
}

.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5);
}

.text-rose-500\/55 {
  color: rgb(244 63 94 / 0.55);
}

.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6);
}

.text-rose-500\/65 {
  color: rgb(244 63 94 / 0.65);
}

.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7);
}

.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75);
}

.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8);
}

.text-rose-500\/85 {
  color: rgb(244 63 94 / 0.85);
}

.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9);
}

.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95);
}

.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.text-rose-600\/0 {
  color: rgb(225 29 72 / 0);
}

.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1);
}

.text-rose-600\/100 {
  color: rgb(225 29 72 / 1);
}

.text-rose-600\/15 {
  color: rgb(225 29 72 / 0.15);
}

.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2);
}

.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25);
}

.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3);
}

.text-rose-600\/35 {
  color: rgb(225 29 72 / 0.35);
}

.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4);
}

.text-rose-600\/45 {
  color: rgb(225 29 72 / 0.45);
}

.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05);
}

.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5);
}

.text-rose-600\/55 {
  color: rgb(225 29 72 / 0.55);
}

.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6);
}

.text-rose-600\/65 {
  color: rgb(225 29 72 / 0.65);
}

.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7);
}

.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75);
}

.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8);
}

.text-rose-600\/85 {
  color: rgb(225 29 72 / 0.85);
}

.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9);
}

.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95);
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.text-rose-700\/0 {
  color: rgb(190 18 60 / 0);
}

.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1);
}

.text-rose-700\/100 {
  color: rgb(190 18 60 / 1);
}

.text-rose-700\/15 {
  color: rgb(190 18 60 / 0.15);
}

.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2);
}

.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25);
}

.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3);
}

.text-rose-700\/35 {
  color: rgb(190 18 60 / 0.35);
}

.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4);
}

.text-rose-700\/45 {
  color: rgb(190 18 60 / 0.45);
}

.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05);
}

.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5);
}

.text-rose-700\/55 {
  color: rgb(190 18 60 / 0.55);
}

.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6);
}

.text-rose-700\/65 {
  color: rgb(190 18 60 / 0.65);
}

.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7);
}

.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75);
}

.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}

.text-rose-700\/85 {
  color: rgb(190 18 60 / 0.85);
}

.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}

.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95);
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}

.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}

.text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}

.text-rose-800\/15 {
  color: rgb(159 18 57 / 0.15);
}

.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2);
}

.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25);
}

.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3);
}

.text-rose-800\/35 {
  color: rgb(159 18 57 / 0.35);
}

.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4);
}

.text-rose-800\/45 {
  color: rgb(159 18 57 / 0.45);
}

.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05);
}

.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5);
}

.text-rose-800\/55 {
  color: rgb(159 18 57 / 0.55);
}

.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6);
}

.text-rose-800\/65 {
  color: rgb(159 18 57 / 0.65);
}

.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7);
}

.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75);
}

.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8);
}

.text-rose-800\/85 {
  color: rgb(159 18 57 / 0.85);
}

.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9);
}

.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95);
}

.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.text-rose-900\/0 {
  color: rgb(136 19 55 / 0);
}

.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1);
}

.text-rose-900\/100 {
  color: rgb(136 19 55 / 1);
}

.text-rose-900\/15 {
  color: rgb(136 19 55 / 0.15);
}

.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2);
}

.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25);
}

.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3);
}

.text-rose-900\/35 {
  color: rgb(136 19 55 / 0.35);
}

.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4);
}

.text-rose-900\/45 {
  color: rgb(136 19 55 / 0.45);
}

.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05);
}

.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5);
}

.text-rose-900\/55 {
  color: rgb(136 19 55 / 0.55);
}

.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6);
}

.text-rose-900\/65 {
  color: rgb(136 19 55 / 0.65);
}

.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7);
}

.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75);
}

.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8);
}

.text-rose-900\/85 {
  color: rgb(136 19 55 / 0.85);
}

.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9);
}

.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95);
}

.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}

.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}

.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}

.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15);
}

.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}

.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}

.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}

.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35);
}

.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}

.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45);
}

.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}

.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}

.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55);
}

.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}

.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65);
}

.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}

.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}

.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}

.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85);
}

.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}

.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}

.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}

.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}

.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}

.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15);
}

.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}

.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}

.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}

.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35);
}

.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}

.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45);
}

.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}

.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}

.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55);
}

.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}

.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65);
}

.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}

.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}

.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}

.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85);
}

.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}

.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}

.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}

.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}

.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15);
}

.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}

.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}

.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}

.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35);
}

.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}

.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45);
}

.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}

.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}

.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55);
}

.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}

.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65);
}

.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}

.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}

.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}

.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85);
}

.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}

.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}

.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}

.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}

.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}

.text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15);
}

.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}

.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}

.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}

.text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35);
}

.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}

.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45);
}

.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}

.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}

.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55);
}

.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}

.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65);
}

.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}

.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}

.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}

.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85);
}

.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}

.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}

.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}

.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}

.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}

.text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15);
}

.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}

.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}

.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}

.text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35);
}

.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}

.text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45);
}

.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}

.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}

.text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55);
}

.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}

.text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65);
}

.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}

.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}

.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}

.text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85);
}

.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}

.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}

.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}

.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}

.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}

.text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15);
}

.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}

.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}

.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}

.text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35);
}

.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}

.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45);
}

.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}

.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}

.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55);
}

.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}

.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65);
}

.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}

.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}

.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}

.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85);
}

.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}

.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}

.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}

.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}

.text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15);
}

.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}

.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}

.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}

.text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35);
}

.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}

.text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45);
}

.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}

.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}

.text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55);
}

.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}

.text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65);
}

.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}

.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}

.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}

.text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85);
}

.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}

.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}

.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}

.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}

.text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15);
}

.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}

.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}

.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}

.text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35);
}

.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}

.text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45);
}

.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}

.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}

.text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55);
}

.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}

.text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65);
}

.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}

.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}

.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}

.text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85);
}

.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}

.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}

.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}

.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}

.text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15);
}

.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}

.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}

.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}

.text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35);
}

.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}

.text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45);
}

.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}

.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}

.text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55);
}

.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}

.text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65);
}

.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}

.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}

.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}

.text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85);
}

.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}

.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}

.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}

.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}

.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}

.text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15);
}

.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}

.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}

.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}

.text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35);
}

.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}

.text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45);
}

.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}

.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}

.text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55);
}

.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}

.text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65);
}

.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}

.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}

.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}

.text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85);
}

.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}

.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}

.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}

.text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}

.text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15);
}

.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}

.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}

.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}

.text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35);
}

.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}

.text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45);
}

.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}

.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}

.text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55);
}

.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}

.text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65);
}

.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}

.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}

.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}

.text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85);
}

.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}

.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}

.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}

.text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}

.text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15);
}

.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}

.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}

.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}

.text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35);
}

.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}

.text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45);
}

.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}

.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}

.text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55);
}

.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}

.text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65);
}

.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}

.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}

.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}

.text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85);
}

.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}

.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}

.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}

.text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}

.text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15);
}

.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}

.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}

.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}

.text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35);
}

.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}

.text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45);
}

.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}

.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}

.text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55);
}

.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}

.text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65);
}

.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}

.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}

.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}

.text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85);
}

.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}

.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95);
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}

.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}

.text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}

.text-slate-400\/15 {
  color: rgb(148 163 184 / 0.15);
}

.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}

.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}

.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}

.text-slate-400\/35 {
  color: rgb(148 163 184 / 0.35);
}

.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}

.text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45);
}

.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}

.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}

.text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55);
}

.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}

.text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65);
}

.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}

.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}

.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}

.text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85);
}

.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}

.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}

.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}

.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}

.text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}

.text-slate-50\/15 {
  color: rgb(248 250 252 / 0.15);
}

.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}

.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}

.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}

.text-slate-50\/35 {
  color: rgb(248 250 252 / 0.35);
}

.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}

.text-slate-50\/45 {
  color: rgb(248 250 252 / 0.45);
}

.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}

.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}

.text-slate-50\/55 {
  color: rgb(248 250 252 / 0.55);
}

.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}

.text-slate-50\/65 {
  color: rgb(248 250 252 / 0.65);
}

.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}

.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}

.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}

.text-slate-50\/85 {
  color: rgb(248 250 252 / 0.85);
}

.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}

.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95);
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}

.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}

.text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}

.text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15);
}

.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}

.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}

.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}

.text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35);
}

.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}

.text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45);
}

.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}

.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}

.text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55);
}

.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}

.text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65);
}

.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}

.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}

.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}

.text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85);
}

.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}

.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}

.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}

.text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}

.text-slate-600\/15 {
  color: rgb(71 85 105 / 0.15);
}

.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}

.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}

.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}

.text-slate-600\/35 {
  color: rgb(71 85 105 / 0.35);
}

.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}

.text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45);
}

.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}

.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}

.text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55);
}

.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}

.text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65);
}

.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}

.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}

.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}

.text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85);
}

.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}

.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}

.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}

.text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}

.text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15);
}

.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}

.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}

.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}

.text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35);
}

.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}

.text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45);
}

.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}

.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}

.text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55);
}

.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}

.text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65);
}

.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}

.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}

.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}

.text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85);
}

.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}

.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}

.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}

.text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}

.text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15);
}

.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}

.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}

.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}

.text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35);
}

.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}

.text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45);
}

.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}

.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}

.text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55);
}

.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}

.text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65);
}

.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7);
}

.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}

.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}

.text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85);
}

.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}

.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95);
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}

.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}

.text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}

.text-slate-900\/15 {
  color: rgb(15 23 42 / 0.15);
}

.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}

.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}

.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}

.text-slate-900\/35 {
  color: rgb(15 23 42 / 0.35);
}

.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}

.text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45);
}

.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}

.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}

.text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55);
}

.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}

.text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65);
}

.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}

.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}

.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}

.text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85);
}

.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}

.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}

.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.text-stone-100\/0 {
  color: rgb(245 245 244 / 0);
}

.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1);
}

.text-stone-100\/100 {
  color: rgb(245 245 244 / 1);
}

.text-stone-100\/15 {
  color: rgb(245 245 244 / 0.15);
}

.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2);
}

.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25);
}

.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3);
}

.text-stone-100\/35 {
  color: rgb(245 245 244 / 0.35);
}

.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4);
}

.text-stone-100\/45 {
  color: rgb(245 245 244 / 0.45);
}

.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05);
}

.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5);
}

.text-stone-100\/55 {
  color: rgb(245 245 244 / 0.55);
}

.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6);
}

.text-stone-100\/65 {
  color: rgb(245 245 244 / 0.65);
}

.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7);
}

.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}

.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8);
}

.text-stone-100\/85 {
  color: rgb(245 245 244 / 0.85);
}

.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9);
}

.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95);
}

.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.text-stone-200\/0 {
  color: rgb(231 229 228 / 0);
}

.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1);
}

.text-stone-200\/100 {
  color: rgb(231 229 228 / 1);
}

.text-stone-200\/15 {
  color: rgb(231 229 228 / 0.15);
}

.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2);
}

.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25);
}

.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3);
}

.text-stone-200\/35 {
  color: rgb(231 229 228 / 0.35);
}

.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4);
}

.text-stone-200\/45 {
  color: rgb(231 229 228 / 0.45);
}

.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05);
}

.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5);
}

.text-stone-200\/55 {
  color: rgb(231 229 228 / 0.55);
}

.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6);
}

.text-stone-200\/65 {
  color: rgb(231 229 228 / 0.65);
}

.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7);
}

.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75);
}

.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8);
}

.text-stone-200\/85 {
  color: rgb(231 229 228 / 0.85);
}

.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9);
}

.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95);
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.text-stone-300\/0 {
  color: rgb(214 211 209 / 0);
}

.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1);
}

.text-stone-300\/100 {
  color: rgb(214 211 209 / 1);
}

.text-stone-300\/15 {
  color: rgb(214 211 209 / 0.15);
}

.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2);
}

.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25);
}

.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3);
}

.text-stone-300\/35 {
  color: rgb(214 211 209 / 0.35);
}

.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4);
}

.text-stone-300\/45 {
  color: rgb(214 211 209 / 0.45);
}

.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05);
}

.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5);
}

.text-stone-300\/55 {
  color: rgb(214 211 209 / 0.55);
}

.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6);
}

.text-stone-300\/65 {
  color: rgb(214 211 209 / 0.65);
}

.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7);
}

.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75);
}

.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8);
}

.text-stone-300\/85 {
  color: rgb(214 211 209 / 0.85);
}

.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9);
}

.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95);
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}

.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}

.text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}

.text-stone-400\/15 {
  color: rgb(168 162 158 / 0.15);
}

.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}

.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}

.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}

.text-stone-400\/35 {
  color: rgb(168 162 158 / 0.35);
}

.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}

.text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45);
}

.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}

.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}

.text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55);
}

.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}

.text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65);
}

.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}

.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}

.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}

.text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85);
}

.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}

.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}

.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.text-stone-50\/0 {
  color: rgb(250 250 249 / 0);
}

.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1);
}

.text-stone-50\/100 {
  color: rgb(250 250 249 / 1);
}

.text-stone-50\/15 {
  color: rgb(250 250 249 / 0.15);
}

.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2);
}

.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25);
}

.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3);
}

.text-stone-50\/35 {
  color: rgb(250 250 249 / 0.35);
}

.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4);
}

.text-stone-50\/45 {
  color: rgb(250 250 249 / 0.45);
}

.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05);
}

.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5);
}

.text-stone-50\/55 {
  color: rgb(250 250 249 / 0.55);
}

.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6);
}

.text-stone-50\/65 {
  color: rgb(250 250 249 / 0.65);
}

.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7);
}

.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75);
}

.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8);
}

.text-stone-50\/85 {
  color: rgb(250 250 249 / 0.85);
}

.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9);
}

.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95);
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}

.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}

.text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}

.text-stone-500\/15 {
  color: rgb(120 113 108 / 0.15);
}

.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}

.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}

.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}

.text-stone-500\/35 {
  color: rgb(120 113 108 / 0.35);
}

.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}

.text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45);
}

.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}

.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}

.text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55);
}

.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}

.text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65);
}

.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}

.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}

.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}

.text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85);
}

.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}

.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}

.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}

.text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}

.text-stone-600\/15 {
  color: rgb(87 83 78 / 0.15);
}

.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}

.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}

.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}

.text-stone-600\/35 {
  color: rgb(87 83 78 / 0.35);
}

.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}

.text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45);
}

.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}

.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}

.text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55);
}

.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}

.text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65);
}

.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}

.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}

.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}

.text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85);
}

.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}

.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}

.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.text-stone-700\/0 {
  color: rgb(68 64 60 / 0);
}

.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1);
}

.text-stone-700\/100 {
  color: rgb(68 64 60 / 1);
}

.text-stone-700\/15 {
  color: rgb(68 64 60 / 0.15);
}

.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2);
}

.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25);
}

.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3);
}

.text-stone-700\/35 {
  color: rgb(68 64 60 / 0.35);
}

.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4);
}

.text-stone-700\/45 {
  color: rgb(68 64 60 / 0.45);
}

.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05);
}

.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5);
}

.text-stone-700\/55 {
  color: rgb(68 64 60 / 0.55);
}

.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6);
}

.text-stone-700\/65 {
  color: rgb(68 64 60 / 0.65);
}

.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7);
}

.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75);
}

.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8);
}

.text-stone-700\/85 {
  color: rgb(68 64 60 / 0.85);
}

.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9);
}

.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95);
}

.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.text-stone-800\/0 {
  color: rgb(41 37 36 / 0);
}

.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1);
}

.text-stone-800\/100 {
  color: rgb(41 37 36 / 1);
}

.text-stone-800\/15 {
  color: rgb(41 37 36 / 0.15);
}

.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2);
}

.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25);
}

.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3);
}

.text-stone-800\/35 {
  color: rgb(41 37 36 / 0.35);
}

.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4);
}

.text-stone-800\/45 {
  color: rgb(41 37 36 / 0.45);
}

.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05);
}

.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5);
}

.text-stone-800\/55 {
  color: rgb(41 37 36 / 0.55);
}

.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6);
}

.text-stone-800\/65 {
  color: rgb(41 37 36 / 0.65);
}

.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7);
}

.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75);
}

.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8);
}

.text-stone-800\/85 {
  color: rgb(41 37 36 / 0.85);
}

.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9);
}

.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95);
}

.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}

.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}

.text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}

.text-stone-900\/15 {
  color: rgb(28 25 23 / 0.15);
}

.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}

.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}

.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}

.text-stone-900\/35 {
  color: rgb(28 25 23 / 0.35);
}

.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}

.text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45);
}

.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}

.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}

.text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55);
}

.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}

.text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65);
}

.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}

.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}

.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}

.text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85);
}

.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}

.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(230 255 250 / var(--tw-text-opacity, 1));
}

.text-teal-100\/0 {
  color: rgb(230 255 250 / 0);
}

.text-teal-100\/10 {
  color: rgb(230 255 250 / 0.1);
}

.text-teal-100\/100 {
  color: rgb(230 255 250 / 1);
}

.text-teal-100\/15 {
  color: rgb(230 255 250 / 0.15);
}

.text-teal-100\/20 {
  color: rgb(230 255 250 / 0.2);
}

.text-teal-100\/25 {
  color: rgb(230 255 250 / 0.25);
}

.text-teal-100\/30 {
  color: rgb(230 255 250 / 0.3);
}

.text-teal-100\/35 {
  color: rgb(230 255 250 / 0.35);
}

.text-teal-100\/40 {
  color: rgb(230 255 250 / 0.4);
}

.text-teal-100\/45 {
  color: rgb(230 255 250 / 0.45);
}

.text-teal-100\/5 {
  color: rgb(230 255 250 / 0.05);
}

.text-teal-100\/50 {
  color: rgb(230 255 250 / 0.5);
}

.text-teal-100\/55 {
  color: rgb(230 255 250 / 0.55);
}

.text-teal-100\/60 {
  color: rgb(230 255 250 / 0.6);
}

.text-teal-100\/65 {
  color: rgb(230 255 250 / 0.65);
}

.text-teal-100\/70 {
  color: rgb(230 255 250 / 0.7);
}

.text-teal-100\/75 {
  color: rgb(230 255 250 / 0.75);
}

.text-teal-100\/80 {
  color: rgb(230 255 250 / 0.8);
}

.text-teal-100\/85 {
  color: rgb(230 255 250 / 0.85);
}

.text-teal-100\/90 {
  color: rgb(230 255 250 / 0.9);
}

.text-teal-100\/95 {
  color: rgb(230 255 250 / 0.95);
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(178 245 234 / var(--tw-text-opacity, 1));
}

.text-teal-200\/0 {
  color: rgb(178 245 234 / 0);
}

.text-teal-200\/10 {
  color: rgb(178 245 234 / 0.1);
}

.text-teal-200\/100 {
  color: rgb(178 245 234 / 1);
}

.text-teal-200\/15 {
  color: rgb(178 245 234 / 0.15);
}

.text-teal-200\/20 {
  color: rgb(178 245 234 / 0.2);
}

.text-teal-200\/25 {
  color: rgb(178 245 234 / 0.25);
}

.text-teal-200\/30 {
  color: rgb(178 245 234 / 0.3);
}

.text-teal-200\/35 {
  color: rgb(178 245 234 / 0.35);
}

.text-teal-200\/40 {
  color: rgb(178 245 234 / 0.4);
}

.text-teal-200\/45 {
  color: rgb(178 245 234 / 0.45);
}

.text-teal-200\/5 {
  color: rgb(178 245 234 / 0.05);
}

.text-teal-200\/50 {
  color: rgb(178 245 234 / 0.5);
}

.text-teal-200\/55 {
  color: rgb(178 245 234 / 0.55);
}

.text-teal-200\/60 {
  color: rgb(178 245 234 / 0.6);
}

.text-teal-200\/65 {
  color: rgb(178 245 234 / 0.65);
}

.text-teal-200\/70 {
  color: rgb(178 245 234 / 0.7);
}

.text-teal-200\/75 {
  color: rgb(178 245 234 / 0.75);
}

.text-teal-200\/80 {
  color: rgb(178 245 234 / 0.8);
}

.text-teal-200\/85 {
  color: rgb(178 245 234 / 0.85);
}

.text-teal-200\/90 {
  color: rgb(178 245 234 / 0.9);
}

.text-teal-200\/95 {
  color: rgb(178 245 234 / 0.95);
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(129 230 217 / var(--tw-text-opacity, 1));
}

.text-teal-300\/0 {
  color: rgb(129 230 217 / 0);
}

.text-teal-300\/10 {
  color: rgb(129 230 217 / 0.1);
}

.text-teal-300\/100 {
  color: rgb(129 230 217 / 1);
}

.text-teal-300\/15 {
  color: rgb(129 230 217 / 0.15);
}

.text-teal-300\/20 {
  color: rgb(129 230 217 / 0.2);
}

.text-teal-300\/25 {
  color: rgb(129 230 217 / 0.25);
}

.text-teal-300\/30 {
  color: rgb(129 230 217 / 0.3);
}

.text-teal-300\/35 {
  color: rgb(129 230 217 / 0.35);
}

.text-teal-300\/40 {
  color: rgb(129 230 217 / 0.4);
}

.text-teal-300\/45 {
  color: rgb(129 230 217 / 0.45);
}

.text-teal-300\/5 {
  color: rgb(129 230 217 / 0.05);
}

.text-teal-300\/50 {
  color: rgb(129 230 217 / 0.5);
}

.text-teal-300\/55 {
  color: rgb(129 230 217 / 0.55);
}

.text-teal-300\/60 {
  color: rgb(129 230 217 / 0.6);
}

.text-teal-300\/65 {
  color: rgb(129 230 217 / 0.65);
}

.text-teal-300\/70 {
  color: rgb(129 230 217 / 0.7);
}

.text-teal-300\/75 {
  color: rgb(129 230 217 / 0.75);
}

.text-teal-300\/80 {
  color: rgb(129 230 217 / 0.8);
}

.text-teal-300\/85 {
  color: rgb(129 230 217 / 0.85);
}

.text-teal-300\/90 {
  color: rgb(129 230 217 / 0.9);
}

.text-teal-300\/95 {
  color: rgb(129 230 217 / 0.95);
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(79 209 197 / var(--tw-text-opacity, 1));
}

.text-teal-400\/0 {
  color: rgb(79 209 197 / 0);
}

.text-teal-400\/10 {
  color: rgb(79 209 197 / 0.1);
}

.text-teal-400\/100 {
  color: rgb(79 209 197 / 1);
}

.text-teal-400\/15 {
  color: rgb(79 209 197 / 0.15);
}

.text-teal-400\/20 {
  color: rgb(79 209 197 / 0.2);
}

.text-teal-400\/25 {
  color: rgb(79 209 197 / 0.25);
}

.text-teal-400\/30 {
  color: rgb(79 209 197 / 0.3);
}

.text-teal-400\/35 {
  color: rgb(79 209 197 / 0.35);
}

.text-teal-400\/40 {
  color: rgb(79 209 197 / 0.4);
}

.text-teal-400\/45 {
  color: rgb(79 209 197 / 0.45);
}

.text-teal-400\/5 {
  color: rgb(79 209 197 / 0.05);
}

.text-teal-400\/50 {
  color: rgb(79 209 197 / 0.5);
}

.text-teal-400\/55 {
  color: rgb(79 209 197 / 0.55);
}

.text-teal-400\/60 {
  color: rgb(79 209 197 / 0.6);
}

.text-teal-400\/65 {
  color: rgb(79 209 197 / 0.65);
}

.text-teal-400\/70 {
  color: rgb(79 209 197 / 0.7);
}

.text-teal-400\/75 {
  color: rgb(79 209 197 / 0.75);
}

.text-teal-400\/80 {
  color: rgb(79 209 197 / 0.8);
}

.text-teal-400\/85 {
  color: rgb(79 209 197 / 0.85);
}

.text-teal-400\/90 {
  color: rgb(79 209 197 / 0.9);
}

.text-teal-400\/95 {
  color: rgb(79 209 197 / 0.95);
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}

.text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}

.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}

.text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}

.text-teal-50\/15 {
  color: rgb(240 253 250 / 0.15);
}

.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}

.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}

.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}

.text-teal-50\/35 {
  color: rgb(240 253 250 / 0.35);
}

.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}

.text-teal-50\/45 {
  color: rgb(240 253 250 / 0.45);
}

.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}

.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}

.text-teal-50\/55 {
  color: rgb(240 253 250 / 0.55);
}

.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}

.text-teal-50\/65 {
  color: rgb(240 253 250 / 0.65);
}

.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}

.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}

.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}

.text-teal-50\/85 {
  color: rgb(240 253 250 / 0.85);
}

.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}

.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(56 178 172 / var(--tw-text-opacity, 1));
}

.text-teal-500\/0 {
  color: rgb(56 178 172 / 0);
}

.text-teal-500\/10 {
  color: rgb(56 178 172 / 0.1);
}

.text-teal-500\/100 {
  color: rgb(56 178 172 / 1);
}

.text-teal-500\/15 {
  color: rgb(56 178 172 / 0.15);
}

.text-teal-500\/20 {
  color: rgb(56 178 172 / 0.2);
}

.text-teal-500\/25 {
  color: rgb(56 178 172 / 0.25);
}

.text-teal-500\/30 {
  color: rgb(56 178 172 / 0.3);
}

.text-teal-500\/35 {
  color: rgb(56 178 172 / 0.35);
}

.text-teal-500\/40 {
  color: rgb(56 178 172 / 0.4);
}

.text-teal-500\/45 {
  color: rgb(56 178 172 / 0.45);
}

.text-teal-500\/5 {
  color: rgb(56 178 172 / 0.05);
}

.text-teal-500\/50 {
  color: rgb(56 178 172 / 0.5);
}

.text-teal-500\/55 {
  color: rgb(56 178 172 / 0.55);
}

.text-teal-500\/60 {
  color: rgb(56 178 172 / 0.6);
}

.text-teal-500\/65 {
  color: rgb(56 178 172 / 0.65);
}

.text-teal-500\/70 {
  color: rgb(56 178 172 / 0.7);
}

.text-teal-500\/75 {
  color: rgb(56 178 172 / 0.75);
}

.text-teal-500\/80 {
  color: rgb(56 178 172 / 0.8);
}

.text-teal-500\/85 {
  color: rgb(56 178 172 / 0.85);
}

.text-teal-500\/90 {
  color: rgb(56 178 172 / 0.9);
}

.text-teal-500\/95 {
  color: rgb(56 178 172 / 0.95);
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(49 151 149 / var(--tw-text-opacity, 1));
}

.text-teal-600\/0 {
  color: rgb(49 151 149 / 0);
}

.text-teal-600\/10 {
  color: rgb(49 151 149 / 0.1);
}

.text-teal-600\/100 {
  color: rgb(49 151 149 / 1);
}

.text-teal-600\/15 {
  color: rgb(49 151 149 / 0.15);
}

.text-teal-600\/20 {
  color: rgb(49 151 149 / 0.2);
}

.text-teal-600\/25 {
  color: rgb(49 151 149 / 0.25);
}

.text-teal-600\/30 {
  color: rgb(49 151 149 / 0.3);
}

.text-teal-600\/35 {
  color: rgb(49 151 149 / 0.35);
}

.text-teal-600\/40 {
  color: rgb(49 151 149 / 0.4);
}

.text-teal-600\/45 {
  color: rgb(49 151 149 / 0.45);
}

.text-teal-600\/5 {
  color: rgb(49 151 149 / 0.05);
}

.text-teal-600\/50 {
  color: rgb(49 151 149 / 0.5);
}

.text-teal-600\/55 {
  color: rgb(49 151 149 / 0.55);
}

.text-teal-600\/60 {
  color: rgb(49 151 149 / 0.6);
}

.text-teal-600\/65 {
  color: rgb(49 151 149 / 0.65);
}

.text-teal-600\/70 {
  color: rgb(49 151 149 / 0.7);
}

.text-teal-600\/75 {
  color: rgb(49 151 149 / 0.75);
}

.text-teal-600\/80 {
  color: rgb(49 151 149 / 0.8);
}

.text-teal-600\/85 {
  color: rgb(49 151 149 / 0.85);
}

.text-teal-600\/90 {
  color: rgb(49 151 149 / 0.9);
}

.text-teal-600\/95 {
  color: rgb(49 151 149 / 0.95);
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(44 122 123 / var(--tw-text-opacity, 1));
}

.text-teal-700\/0 {
  color: rgb(44 122 123 / 0);
}

.text-teal-700\/10 {
  color: rgb(44 122 123 / 0.1);
}

.text-teal-700\/100 {
  color: rgb(44 122 123 / 1);
}

.text-teal-700\/15 {
  color: rgb(44 122 123 / 0.15);
}

.text-teal-700\/20 {
  color: rgb(44 122 123 / 0.2);
}

.text-teal-700\/25 {
  color: rgb(44 122 123 / 0.25);
}

.text-teal-700\/30 {
  color: rgb(44 122 123 / 0.3);
}

.text-teal-700\/35 {
  color: rgb(44 122 123 / 0.35);
}

.text-teal-700\/40 {
  color: rgb(44 122 123 / 0.4);
}

.text-teal-700\/45 {
  color: rgb(44 122 123 / 0.45);
}

.text-teal-700\/5 {
  color: rgb(44 122 123 / 0.05);
}

.text-teal-700\/50 {
  color: rgb(44 122 123 / 0.5);
}

.text-teal-700\/55 {
  color: rgb(44 122 123 / 0.55);
}

.text-teal-700\/60 {
  color: rgb(44 122 123 / 0.6);
}

.text-teal-700\/65 {
  color: rgb(44 122 123 / 0.65);
}

.text-teal-700\/70 {
  color: rgb(44 122 123 / 0.7);
}

.text-teal-700\/75 {
  color: rgb(44 122 123 / 0.75);
}

.text-teal-700\/80 {
  color: rgb(44 122 123 / 0.8);
}

.text-teal-700\/85 {
  color: rgb(44 122 123 / 0.85);
}

.text-teal-700\/90 {
  color: rgb(44 122 123 / 0.9);
}

.text-teal-700\/95 {
  color: rgb(44 122 123 / 0.95);
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(40 94 97 / var(--tw-text-opacity, 1));
}

.text-teal-800\/0 {
  color: rgb(40 94 97 / 0);
}

.text-teal-800\/10 {
  color: rgb(40 94 97 / 0.1);
}

.text-teal-800\/100 {
  color: rgb(40 94 97 / 1);
}

.text-teal-800\/15 {
  color: rgb(40 94 97 / 0.15);
}

.text-teal-800\/20 {
  color: rgb(40 94 97 / 0.2);
}

.text-teal-800\/25 {
  color: rgb(40 94 97 / 0.25);
}

.text-teal-800\/30 {
  color: rgb(40 94 97 / 0.3);
}

.text-teal-800\/35 {
  color: rgb(40 94 97 / 0.35);
}

.text-teal-800\/40 {
  color: rgb(40 94 97 / 0.4);
}

.text-teal-800\/45 {
  color: rgb(40 94 97 / 0.45);
}

.text-teal-800\/5 {
  color: rgb(40 94 97 / 0.05);
}

.text-teal-800\/50 {
  color: rgb(40 94 97 / 0.5);
}

.text-teal-800\/55 {
  color: rgb(40 94 97 / 0.55);
}

.text-teal-800\/60 {
  color: rgb(40 94 97 / 0.6);
}

.text-teal-800\/65 {
  color: rgb(40 94 97 / 0.65);
}

.text-teal-800\/70 {
  color: rgb(40 94 97 / 0.7);
}

.text-teal-800\/75 {
  color: rgb(40 94 97 / 0.75);
}

.text-teal-800\/80 {
  color: rgb(40 94 97 / 0.8);
}

.text-teal-800\/85 {
  color: rgb(40 94 97 / 0.85);
}

.text-teal-800\/90 {
  color: rgb(40 94 97 / 0.9);
}

.text-teal-800\/95 {
  color: rgb(40 94 97 / 0.95);
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(35 78 82 / var(--tw-text-opacity, 1));
}

.text-teal-900\/0 {
  color: rgb(35 78 82 / 0);
}

.text-teal-900\/10 {
  color: rgb(35 78 82 / 0.1);
}

.text-teal-900\/100 {
  color: rgb(35 78 82 / 1);
}

.text-teal-900\/15 {
  color: rgb(35 78 82 / 0.15);
}

.text-teal-900\/20 {
  color: rgb(35 78 82 / 0.2);
}

.text-teal-900\/25 {
  color: rgb(35 78 82 / 0.25);
}

.text-teal-900\/30 {
  color: rgb(35 78 82 / 0.3);
}

.text-teal-900\/35 {
  color: rgb(35 78 82 / 0.35);
}

.text-teal-900\/40 {
  color: rgb(35 78 82 / 0.4);
}

.text-teal-900\/45 {
  color: rgb(35 78 82 / 0.45);
}

.text-teal-900\/5 {
  color: rgb(35 78 82 / 0.05);
}

.text-teal-900\/50 {
  color: rgb(35 78 82 / 0.5);
}

.text-teal-900\/55 {
  color: rgb(35 78 82 / 0.55);
}

.text-teal-900\/60 {
  color: rgb(35 78 82 / 0.6);
}

.text-teal-900\/65 {
  color: rgb(35 78 82 / 0.65);
}

.text-teal-900\/70 {
  color: rgb(35 78 82 / 0.7);
}

.text-teal-900\/75 {
  color: rgb(35 78 82 / 0.75);
}

.text-teal-900\/80 {
  color: rgb(35 78 82 / 0.8);
}

.text-teal-900\/85 {
  color: rgb(35 78 82 / 0.85);
}

.text-teal-900\/90 {
  color: rgb(35 78 82 / 0.9);
}

.text-teal-900\/95 {
  color: rgb(35 78 82 / 0.95);
}

.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}

.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}

.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}

.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}

.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}

.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}

.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}

.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}

.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}

.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}

.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}

.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}

.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}

.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}

.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}

.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}

.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}

.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}

.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}

.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}

.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}

.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}

.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}

.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}

.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}

.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}

.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}

.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}

.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}

.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}

.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15);
}

.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35);
}

.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45);
}

.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55);
}

.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65);
}

.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85);
}

.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}

.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}

.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}

.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}

.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}

.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}

.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}

.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15);
}

.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35);
}

.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45);
}

.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55);
}

.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65);
}

.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85);
}

.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}

.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.text-zinc-100\/0 {
  color: rgb(244 244 245 / 0);
}

.text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1);
}

.text-zinc-100\/100 {
  color: rgb(244 244 245 / 1);
}

.text-zinc-100\/15 {
  color: rgb(244 244 245 / 0.15);
}

.text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2);
}

.text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25);
}

.text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3);
}

.text-zinc-100\/35 {
  color: rgb(244 244 245 / 0.35);
}

.text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4);
}

.text-zinc-100\/45 {
  color: rgb(244 244 245 / 0.45);
}

.text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05);
}

.text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5);
}

.text-zinc-100\/55 {
  color: rgb(244 244 245 / 0.55);
}

.text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6);
}

.text-zinc-100\/65 {
  color: rgb(244 244 245 / 0.65);
}

.text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7);
}

.text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75);
}

.text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8);
}

.text-zinc-100\/85 {
  color: rgb(244 244 245 / 0.85);
}

.text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9);
}

.text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95);
}

.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.text-zinc-200\/0 {
  color: rgb(228 228 231 / 0);
}

.text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1);
}

.text-zinc-200\/100 {
  color: rgb(228 228 231 / 1);
}

.text-zinc-200\/15 {
  color: rgb(228 228 231 / 0.15);
}

.text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2);
}

.text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25);
}

.text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3);
}

.text-zinc-200\/35 {
  color: rgb(228 228 231 / 0.35);
}

.text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4);
}

.text-zinc-200\/45 {
  color: rgb(228 228 231 / 0.45);
}

.text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05);
}

.text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5);
}

.text-zinc-200\/55 {
  color: rgb(228 228 231 / 0.55);
}

.text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6);
}

.text-zinc-200\/65 {
  color: rgb(228 228 231 / 0.65);
}

.text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7);
}

.text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75);
}

.text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8);
}

.text-zinc-200\/85 {
  color: rgb(228 228 231 / 0.85);
}

.text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9);
}

.text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95);
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-zinc-300\/0 {
  color: rgb(212 212 216 / 0);
}

.text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1);
}

.text-zinc-300\/100 {
  color: rgb(212 212 216 / 1);
}

.text-zinc-300\/15 {
  color: rgb(212 212 216 / 0.15);
}

.text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2);
}

.text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25);
}

.text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3);
}

.text-zinc-300\/35 {
  color: rgb(212 212 216 / 0.35);
}

.text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4);
}

.text-zinc-300\/45 {
  color: rgb(212 212 216 / 0.45);
}

.text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05);
}

.text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5);
}

.text-zinc-300\/55 {
  color: rgb(212 212 216 / 0.55);
}

.text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6);
}

.text-zinc-300\/65 {
  color: rgb(212 212 216 / 0.65);
}

.text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7);
}

.text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75);
}

.text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8);
}

.text-zinc-300\/85 {
  color: rgb(212 212 216 / 0.85);
}

.text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9);
}

.text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95);
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0);
}

.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1);
}

.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1);
}

.text-zinc-400\/15 {
  color: rgb(161 161 170 / 0.15);
}

.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2);
}

.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25);
}

.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3);
}

.text-zinc-400\/35 {
  color: rgb(161 161 170 / 0.35);
}

.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4);
}

.text-zinc-400\/45 {
  color: rgb(161 161 170 / 0.45);
}

.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05);
}

.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5);
}

.text-zinc-400\/55 {
  color: rgb(161 161 170 / 0.55);
}

.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6);
}

.text-zinc-400\/65 {
  color: rgb(161 161 170 / 0.65);
}

.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7);
}

.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75);
}

.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8);
}

.text-zinc-400\/85 {
  color: rgb(161 161 170 / 0.85);
}

.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9);
}

.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95);
}

.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-zinc-50\/0 {
  color: rgb(250 250 250 / 0);
}

.text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1);
}

.text-zinc-50\/100 {
  color: rgb(250 250 250 / 1);
}

.text-zinc-50\/15 {
  color: rgb(250 250 250 / 0.15);
}

.text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2);
}

.text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25);
}

.text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3);
}

.text-zinc-50\/35 {
  color: rgb(250 250 250 / 0.35);
}

.text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4);
}

.text-zinc-50\/45 {
  color: rgb(250 250 250 / 0.45);
}

.text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05);
}

.text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5);
}

.text-zinc-50\/55 {
  color: rgb(250 250 250 / 0.55);
}

.text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6);
}

.text-zinc-50\/65 {
  color: rgb(250 250 250 / 0.65);
}

.text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7);
}

.text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75);
}

.text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8);
}

.text-zinc-50\/85 {
  color: rgb(250 250 250 / 0.85);
}

.text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9);
}

.text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95);
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0);
}

.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1);
}

.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1);
}

.text-zinc-500\/15 {
  color: rgb(113 113 122 / 0.15);
}

.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2);
}

.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25);
}

.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3);
}

.text-zinc-500\/35 {
  color: rgb(113 113 122 / 0.35);
}

.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4);
}

.text-zinc-500\/45 {
  color: rgb(113 113 122 / 0.45);
}

.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05);
}

.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5);
}

.text-zinc-500\/55 {
  color: rgb(113 113 122 / 0.55);
}

.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6);
}

.text-zinc-500\/65 {
  color: rgb(113 113 122 / 0.65);
}

.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7);
}

.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75);
}

.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8);
}

.text-zinc-500\/85 {
  color: rgb(113 113 122 / 0.85);
}

.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}

.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95);
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0);
}

.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1);
}

.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1);
}

.text-zinc-600\/15 {
  color: rgb(82 82 91 / 0.15);
}

.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2);
}

.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25);
}

.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3);
}

.text-zinc-600\/35 {
  color: rgb(82 82 91 / 0.35);
}

.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4);
}

.text-zinc-600\/45 {
  color: rgb(82 82 91 / 0.45);
}

.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05);
}

.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5);
}

.text-zinc-600\/55 {
  color: rgb(82 82 91 / 0.55);
}

.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6);
}

.text-zinc-600\/65 {
  color: rgb(82 82 91 / 0.65);
}

.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7);
}

.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75);
}

.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8);
}

.text-zinc-600\/85 {
  color: rgb(82 82 91 / 0.85);
}

.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9);
}

.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95);
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-zinc-700\/0 {
  color: rgb(63 63 70 / 0);
}

.text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1);
}

.text-zinc-700\/100 {
  color: rgb(63 63 70 / 1);
}

.text-zinc-700\/15 {
  color: rgb(63 63 70 / 0.15);
}

.text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2);
}

.text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25);
}

.text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3);
}

.text-zinc-700\/35 {
  color: rgb(63 63 70 / 0.35);
}

.text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4);
}

.text-zinc-700\/45 {
  color: rgb(63 63 70 / 0.45);
}

.text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05);
}

.text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5);
}

.text-zinc-700\/55 {
  color: rgb(63 63 70 / 0.55);
}

.text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6);
}

.text-zinc-700\/65 {
  color: rgb(63 63 70 / 0.65);
}

.text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7);
}

.text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75);
}

.text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8);
}

.text-zinc-700\/85 {
  color: rgb(63 63 70 / 0.85);
}

.text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9);
}

.text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95);
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.text-zinc-800\/0 {
  color: rgb(39 39 42 / 0);
}

.text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1);
}

.text-zinc-800\/100 {
  color: rgb(39 39 42 / 1);
}

.text-zinc-800\/15 {
  color: rgb(39 39 42 / 0.15);
}

.text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2);
}

.text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25);
}

.text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3);
}

.text-zinc-800\/35 {
  color: rgb(39 39 42 / 0.35);
}

.text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4);
}

.text-zinc-800\/45 {
  color: rgb(39 39 42 / 0.45);
}

.text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05);
}

.text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5);
}

.text-zinc-800\/55 {
  color: rgb(39 39 42 / 0.55);
}

.text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6);
}

.text-zinc-800\/65 {
  color: rgb(39 39 42 / 0.65);
}

.text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7);
}

.text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75);
}

.text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8);
}

.text-zinc-800\/85 {
  color: rgb(39 39 42 / 0.85);
}

.text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9);
}

.text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95);
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.text-zinc-900\/0 {
  color: rgb(24 24 27 / 0);
}

.text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1);
}

.text-zinc-900\/100 {
  color: rgb(24 24 27 / 1);
}

.text-zinc-900\/15 {
  color: rgb(24 24 27 / 0.15);
}

.text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2);
}

.text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25);
}

.text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3);
}

.text-zinc-900\/35 {
  color: rgb(24 24 27 / 0.35);
}

.text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4);
}

.text-zinc-900\/45 {
  color: rgb(24 24 27 / 0.45);
}

.text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05);
}

.text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5);
}

.text-zinc-900\/55 {
  color: rgb(24 24 27 / 0.55);
}

.text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6);
}

.text-zinc-900\/65 {
  color: rgb(24 24 27 / 0.65);
}

.text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7);
}

.text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75);
}

.text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8);
}

.text-zinc-900\/85 {
  color: rgb(24 24 27 / 0.85);
}

.text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9);
}

.text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95);
}

.underline {
  text-decoration-line: underline;
}

.decoration-yellow-100 {
  text-decoration-color: #fef9c3;
}

.decoration-yellow-100\/0 {
  text-decoration-color: rgb(254 249 195 / 0);
}

.decoration-yellow-100\/10 {
  text-decoration-color: rgb(254 249 195 / 0.1);
}

.decoration-yellow-100\/100 {
  text-decoration-color: rgb(254 249 195 / 1);
}

.decoration-yellow-100\/15 {
  text-decoration-color: rgb(254 249 195 / 0.15);
}

.decoration-yellow-100\/20 {
  text-decoration-color: rgb(254 249 195 / 0.2);
}

.decoration-yellow-100\/25 {
  text-decoration-color: rgb(254 249 195 / 0.25);
}

.decoration-yellow-100\/30 {
  text-decoration-color: rgb(254 249 195 / 0.3);
}

.decoration-yellow-100\/35 {
  text-decoration-color: rgb(254 249 195 / 0.35);
}

.decoration-yellow-100\/40 {
  text-decoration-color: rgb(254 249 195 / 0.4);
}

.decoration-yellow-100\/45 {
  text-decoration-color: rgb(254 249 195 / 0.45);
}

.decoration-yellow-100\/5 {
  text-decoration-color: rgb(254 249 195 / 0.05);
}

.decoration-yellow-100\/50 {
  text-decoration-color: rgb(254 249 195 / 0.5);
}

.decoration-yellow-100\/55 {
  text-decoration-color: rgb(254 249 195 / 0.55);
}

.decoration-yellow-100\/60 {
  text-decoration-color: rgb(254 249 195 / 0.6);
}

.decoration-yellow-100\/65 {
  text-decoration-color: rgb(254 249 195 / 0.65);
}

.decoration-yellow-100\/70 {
  text-decoration-color: rgb(254 249 195 / 0.7);
}

.decoration-yellow-100\/75 {
  text-decoration-color: rgb(254 249 195 / 0.75);
}

.decoration-yellow-100\/80 {
  text-decoration-color: rgb(254 249 195 / 0.8);
}

.decoration-yellow-100\/85 {
  text-decoration-color: rgb(254 249 195 / 0.85);
}

.decoration-yellow-100\/90 {
  text-decoration-color: rgb(254 249 195 / 0.9);
}

.decoration-yellow-100\/95 {
  text-decoration-color: rgb(254 249 195 / 0.95);
}

.decoration-yellow-200 {
  text-decoration-color: #fef08a;
}

.decoration-yellow-200\/0 {
  text-decoration-color: rgb(254 240 138 / 0);
}

.decoration-yellow-200\/10 {
  text-decoration-color: rgb(254 240 138 / 0.1);
}

.decoration-yellow-200\/100 {
  text-decoration-color: rgb(254 240 138 / 1);
}

.decoration-yellow-200\/15 {
  text-decoration-color: rgb(254 240 138 / 0.15);
}

.decoration-yellow-200\/20 {
  text-decoration-color: rgb(254 240 138 / 0.2);
}

.decoration-yellow-200\/25 {
  text-decoration-color: rgb(254 240 138 / 0.25);
}

.decoration-yellow-200\/30 {
  text-decoration-color: rgb(254 240 138 / 0.3);
}

.decoration-yellow-200\/35 {
  text-decoration-color: rgb(254 240 138 / 0.35);
}

.decoration-yellow-200\/40 {
  text-decoration-color: rgb(254 240 138 / 0.4);
}

.decoration-yellow-200\/45 {
  text-decoration-color: rgb(254 240 138 / 0.45);
}

.decoration-yellow-200\/5 {
  text-decoration-color: rgb(254 240 138 / 0.05);
}

.decoration-yellow-200\/50 {
  text-decoration-color: rgb(254 240 138 / 0.5);
}

.decoration-yellow-200\/55 {
  text-decoration-color: rgb(254 240 138 / 0.55);
}

.decoration-yellow-200\/60 {
  text-decoration-color: rgb(254 240 138 / 0.6);
}

.decoration-yellow-200\/65 {
  text-decoration-color: rgb(254 240 138 / 0.65);
}

.decoration-yellow-200\/70 {
  text-decoration-color: rgb(254 240 138 / 0.7);
}

.decoration-yellow-200\/75 {
  text-decoration-color: rgb(254 240 138 / 0.75);
}

.decoration-yellow-200\/80 {
  text-decoration-color: rgb(254 240 138 / 0.8);
}

.decoration-yellow-200\/85 {
  text-decoration-color: rgb(254 240 138 / 0.85);
}

.decoration-yellow-200\/90 {
  text-decoration-color: rgb(254 240 138 / 0.9);
}

.decoration-yellow-200\/95 {
  text-decoration-color: rgb(254 240 138 / 0.95);
}

.decoration-yellow-300 {
  text-decoration-color: #fde047;
}

.decoration-yellow-300\/0 {
  text-decoration-color: rgb(253 224 71 / 0);
}

.decoration-yellow-300\/10 {
  text-decoration-color: rgb(253 224 71 / 0.1);
}

.decoration-yellow-300\/100 {
  text-decoration-color: rgb(253 224 71 / 1);
}

.decoration-yellow-300\/15 {
  text-decoration-color: rgb(253 224 71 / 0.15);
}

.decoration-yellow-300\/20 {
  text-decoration-color: rgb(253 224 71 / 0.2);
}

.decoration-yellow-300\/25 {
  text-decoration-color: rgb(253 224 71 / 0.25);
}

.decoration-yellow-300\/30 {
  text-decoration-color: rgb(253 224 71 / 0.3);
}

.decoration-yellow-300\/35 {
  text-decoration-color: rgb(253 224 71 / 0.35);
}

.decoration-yellow-300\/40 {
  text-decoration-color: rgb(253 224 71 / 0.4);
}

.decoration-yellow-300\/45 {
  text-decoration-color: rgb(253 224 71 / 0.45);
}

.decoration-yellow-300\/5 {
  text-decoration-color: rgb(253 224 71 / 0.05);
}

.decoration-yellow-300\/50 {
  text-decoration-color: rgb(253 224 71 / 0.5);
}

.decoration-yellow-300\/55 {
  text-decoration-color: rgb(253 224 71 / 0.55);
}

.decoration-yellow-300\/60 {
  text-decoration-color: rgb(253 224 71 / 0.6);
}

.decoration-yellow-300\/65 {
  text-decoration-color: rgb(253 224 71 / 0.65);
}

.decoration-yellow-300\/70 {
  text-decoration-color: rgb(253 224 71 / 0.7);
}

.decoration-yellow-300\/75 {
  text-decoration-color: rgb(253 224 71 / 0.75);
}

.decoration-yellow-300\/80 {
  text-decoration-color: rgb(253 224 71 / 0.8);
}

.decoration-yellow-300\/85 {
  text-decoration-color: rgb(253 224 71 / 0.85);
}

.decoration-yellow-300\/90 {
  text-decoration-color: rgb(253 224 71 / 0.9);
}

.decoration-yellow-300\/95 {
  text-decoration-color: rgb(253 224 71 / 0.95);
}

.decoration-yellow-400 {
  text-decoration-color: #facc15;
}

.decoration-yellow-400\/0 {
  text-decoration-color: rgb(250 204 21 / 0);
}

.decoration-yellow-400\/10 {
  text-decoration-color: rgb(250 204 21 / 0.1);
}

.decoration-yellow-400\/100 {
  text-decoration-color: rgb(250 204 21 / 1);
}

.decoration-yellow-400\/15 {
  text-decoration-color: rgb(250 204 21 / 0.15);
}

.decoration-yellow-400\/20 {
  text-decoration-color: rgb(250 204 21 / 0.2);
}

.decoration-yellow-400\/25 {
  text-decoration-color: rgb(250 204 21 / 0.25);
}

.decoration-yellow-400\/30 {
  text-decoration-color: rgb(250 204 21 / 0.3);
}

.decoration-yellow-400\/35 {
  text-decoration-color: rgb(250 204 21 / 0.35);
}

.decoration-yellow-400\/40 {
  text-decoration-color: rgb(250 204 21 / 0.4);
}

.decoration-yellow-400\/45 {
  text-decoration-color: rgb(250 204 21 / 0.45);
}

.decoration-yellow-400\/5 {
  text-decoration-color: rgb(250 204 21 / 0.05);
}

.decoration-yellow-400\/50 {
  text-decoration-color: rgb(250 204 21 / 0.5);
}

.decoration-yellow-400\/55 {
  text-decoration-color: rgb(250 204 21 / 0.55);
}

.decoration-yellow-400\/60 {
  text-decoration-color: rgb(250 204 21 / 0.6);
}

.decoration-yellow-400\/65 {
  text-decoration-color: rgb(250 204 21 / 0.65);
}

.decoration-yellow-400\/70 {
  text-decoration-color: rgb(250 204 21 / 0.7);
}

.decoration-yellow-400\/75 {
  text-decoration-color: rgb(250 204 21 / 0.75);
}

.decoration-yellow-400\/80 {
  text-decoration-color: rgb(250 204 21 / 0.8);
}

.decoration-yellow-400\/85 {
  text-decoration-color: rgb(250 204 21 / 0.85);
}

.decoration-yellow-400\/90 {
  text-decoration-color: rgb(250 204 21 / 0.9);
}

.decoration-yellow-400\/95 {
  text-decoration-color: rgb(250 204 21 / 0.95);
}

.decoration-yellow-50 {
  text-decoration-color: #fefce8;
}

.decoration-yellow-50\/0 {
  text-decoration-color: rgb(254 252 232 / 0);
}

.decoration-yellow-50\/10 {
  text-decoration-color: rgb(254 252 232 / 0.1);
}

.decoration-yellow-50\/100 {
  text-decoration-color: rgb(254 252 232 / 1);
}

.decoration-yellow-50\/15 {
  text-decoration-color: rgb(254 252 232 / 0.15);
}

.decoration-yellow-50\/20 {
  text-decoration-color: rgb(254 252 232 / 0.2);
}

.decoration-yellow-50\/25 {
  text-decoration-color: rgb(254 252 232 / 0.25);
}

.decoration-yellow-50\/30 {
  text-decoration-color: rgb(254 252 232 / 0.3);
}

.decoration-yellow-50\/35 {
  text-decoration-color: rgb(254 252 232 / 0.35);
}

.decoration-yellow-50\/40 {
  text-decoration-color: rgb(254 252 232 / 0.4);
}

.decoration-yellow-50\/45 {
  text-decoration-color: rgb(254 252 232 / 0.45);
}

.decoration-yellow-50\/5 {
  text-decoration-color: rgb(254 252 232 / 0.05);
}

.decoration-yellow-50\/50 {
  text-decoration-color: rgb(254 252 232 / 0.5);
}

.decoration-yellow-50\/55 {
  text-decoration-color: rgb(254 252 232 / 0.55);
}

.decoration-yellow-50\/60 {
  text-decoration-color: rgb(254 252 232 / 0.6);
}

.decoration-yellow-50\/65 {
  text-decoration-color: rgb(254 252 232 / 0.65);
}

.decoration-yellow-50\/70 {
  text-decoration-color: rgb(254 252 232 / 0.7);
}

.decoration-yellow-50\/75 {
  text-decoration-color: rgb(254 252 232 / 0.75);
}

.decoration-yellow-50\/80 {
  text-decoration-color: rgb(254 252 232 / 0.8);
}

.decoration-yellow-50\/85 {
  text-decoration-color: rgb(254 252 232 / 0.85);
}

.decoration-yellow-50\/90 {
  text-decoration-color: rgb(254 252 232 / 0.9);
}

.decoration-yellow-50\/95 {
  text-decoration-color: rgb(254 252 232 / 0.95);
}

.decoration-yellow-500 {
  text-decoration-color: #eab308;
}

.decoration-yellow-500\/0 {
  text-decoration-color: rgb(234 179 8 / 0);
}

.decoration-yellow-500\/10 {
  text-decoration-color: rgb(234 179 8 / 0.1);
}

.decoration-yellow-500\/100 {
  text-decoration-color: rgb(234 179 8 / 1);
}

.decoration-yellow-500\/15 {
  text-decoration-color: rgb(234 179 8 / 0.15);
}

.decoration-yellow-500\/20 {
  text-decoration-color: rgb(234 179 8 / 0.2);
}

.decoration-yellow-500\/25 {
  text-decoration-color: rgb(234 179 8 / 0.25);
}

.decoration-yellow-500\/30 {
  text-decoration-color: rgb(234 179 8 / 0.3);
}

.decoration-yellow-500\/35 {
  text-decoration-color: rgb(234 179 8 / 0.35);
}

.decoration-yellow-500\/40 {
  text-decoration-color: rgb(234 179 8 / 0.4);
}

.decoration-yellow-500\/45 {
  text-decoration-color: rgb(234 179 8 / 0.45);
}

.decoration-yellow-500\/5 {
  text-decoration-color: rgb(234 179 8 / 0.05);
}

.decoration-yellow-500\/50 {
  text-decoration-color: rgb(234 179 8 / 0.5);
}

.decoration-yellow-500\/55 {
  text-decoration-color: rgb(234 179 8 / 0.55);
}

.decoration-yellow-500\/60 {
  text-decoration-color: rgb(234 179 8 / 0.6);
}

.decoration-yellow-500\/65 {
  text-decoration-color: rgb(234 179 8 / 0.65);
}

.decoration-yellow-500\/70 {
  text-decoration-color: rgb(234 179 8 / 0.7);
}

.decoration-yellow-500\/75 {
  text-decoration-color: rgb(234 179 8 / 0.75);
}

.decoration-yellow-500\/80 {
  text-decoration-color: rgb(234 179 8 / 0.8);
}

.decoration-yellow-500\/85 {
  text-decoration-color: rgb(234 179 8 / 0.85);
}

.decoration-yellow-500\/90 {
  text-decoration-color: rgb(234 179 8 / 0.9);
}

.decoration-yellow-500\/95 {
  text-decoration-color: rgb(234 179 8 / 0.95);
}

.decoration-yellow-600 {
  text-decoration-color: #ca8a04;
}

.decoration-yellow-600\/0 {
  text-decoration-color: rgb(202 138 4 / 0);
}

.decoration-yellow-600\/10 {
  text-decoration-color: rgb(202 138 4 / 0.1);
}

.decoration-yellow-600\/100 {
  text-decoration-color: rgb(202 138 4 / 1);
}

.decoration-yellow-600\/15 {
  text-decoration-color: rgb(202 138 4 / 0.15);
}

.decoration-yellow-600\/20 {
  text-decoration-color: rgb(202 138 4 / 0.2);
}

.decoration-yellow-600\/25 {
  text-decoration-color: rgb(202 138 4 / 0.25);
}

.decoration-yellow-600\/30 {
  text-decoration-color: rgb(202 138 4 / 0.3);
}

.decoration-yellow-600\/35 {
  text-decoration-color: rgb(202 138 4 / 0.35);
}

.decoration-yellow-600\/40 {
  text-decoration-color: rgb(202 138 4 / 0.4);
}

.decoration-yellow-600\/45 {
  text-decoration-color: rgb(202 138 4 / 0.45);
}

.decoration-yellow-600\/5 {
  text-decoration-color: rgb(202 138 4 / 0.05);
}

.decoration-yellow-600\/50 {
  text-decoration-color: rgb(202 138 4 / 0.5);
}

.decoration-yellow-600\/55 {
  text-decoration-color: rgb(202 138 4 / 0.55);
}

.decoration-yellow-600\/60 {
  text-decoration-color: rgb(202 138 4 / 0.6);
}

.decoration-yellow-600\/65 {
  text-decoration-color: rgb(202 138 4 / 0.65);
}

.decoration-yellow-600\/70 {
  text-decoration-color: rgb(202 138 4 / 0.7);
}

.decoration-yellow-600\/75 {
  text-decoration-color: rgb(202 138 4 / 0.75);
}

.decoration-yellow-600\/80 {
  text-decoration-color: rgb(202 138 4 / 0.8);
}

.decoration-yellow-600\/85 {
  text-decoration-color: rgb(202 138 4 / 0.85);
}

.decoration-yellow-600\/90 {
  text-decoration-color: rgb(202 138 4 / 0.9);
}

.decoration-yellow-600\/95 {
  text-decoration-color: rgb(202 138 4 / 0.95);
}

.decoration-yellow-800 {
  text-decoration-color: #854d0e;
}

.decoration-yellow-800\/0 {
  text-decoration-color: rgb(133 77 14 / 0);
}

.decoration-yellow-800\/10 {
  text-decoration-color: rgb(133 77 14 / 0.1);
}

.decoration-yellow-800\/100 {
  text-decoration-color: rgb(133 77 14 / 1);
}

.decoration-yellow-800\/15 {
  text-decoration-color: rgb(133 77 14 / 0.15);
}

.decoration-yellow-800\/20 {
  text-decoration-color: rgb(133 77 14 / 0.2);
}

.decoration-yellow-800\/25 {
  text-decoration-color: rgb(133 77 14 / 0.25);
}

.decoration-yellow-800\/30 {
  text-decoration-color: rgb(133 77 14 / 0.3);
}

.decoration-yellow-800\/35 {
  text-decoration-color: rgb(133 77 14 / 0.35);
}

.decoration-yellow-800\/40 {
  text-decoration-color: rgb(133 77 14 / 0.4);
}

.decoration-yellow-800\/45 {
  text-decoration-color: rgb(133 77 14 / 0.45);
}

.decoration-yellow-800\/5 {
  text-decoration-color: rgb(133 77 14 / 0.05);
}

.decoration-yellow-800\/50 {
  text-decoration-color: rgb(133 77 14 / 0.5);
}

.decoration-yellow-800\/55 {
  text-decoration-color: rgb(133 77 14 / 0.55);
}

.decoration-yellow-800\/60 {
  text-decoration-color: rgb(133 77 14 / 0.6);
}

.decoration-yellow-800\/65 {
  text-decoration-color: rgb(133 77 14 / 0.65);
}

.decoration-yellow-800\/70 {
  text-decoration-color: rgb(133 77 14 / 0.7);
}

.decoration-yellow-800\/75 {
  text-decoration-color: rgb(133 77 14 / 0.75);
}

.decoration-yellow-800\/80 {
  text-decoration-color: rgb(133 77 14 / 0.8);
}

.decoration-yellow-800\/85 {
  text-decoration-color: rgb(133 77 14 / 0.85);
}

.decoration-yellow-800\/90 {
  text-decoration-color: rgb(133 77 14 / 0.9);
}

.decoration-yellow-800\/95 {
  text-decoration-color: rgb(133 77 14 / 0.95);
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-100\/0::-moz-placeholder {
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/0::placeholder {
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/10::-moz-placeholder {
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/10::placeholder {
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/100::-moz-placeholder {
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/100::placeholder {
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/15::-moz-placeholder {
  color: rgb(254 249 195 / 0.15);
}

.placeholder-yellow-100\/15::placeholder {
  color: rgb(254 249 195 / 0.15);
}

.placeholder-yellow-100\/20::-moz-placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/20::placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/25::-moz-placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/25::placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/30::-moz-placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/30::placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/35::-moz-placeholder {
  color: rgb(254 249 195 / 0.35);
}

.placeholder-yellow-100\/35::placeholder {
  color: rgb(254 249 195 / 0.35);
}

.placeholder-yellow-100\/40::-moz-placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/40::placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/45::-moz-placeholder {
  color: rgb(254 249 195 / 0.45);
}

.placeholder-yellow-100\/45::placeholder {
  color: rgb(254 249 195 / 0.45);
}

.placeholder-yellow-100\/5::-moz-placeholder {
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/5::placeholder {
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/50::-moz-placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/50::placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/55::-moz-placeholder {
  color: rgb(254 249 195 / 0.55);
}

.placeholder-yellow-100\/55::placeholder {
  color: rgb(254 249 195 / 0.55);
}

.placeholder-yellow-100\/60::-moz-placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/60::placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/65::-moz-placeholder {
  color: rgb(254 249 195 / 0.65);
}

.placeholder-yellow-100\/65::placeholder {
  color: rgb(254 249 195 / 0.65);
}

.placeholder-yellow-100\/70::-moz-placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/70::placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/75::-moz-placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/75::placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/80::-moz-placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/80::placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/85::-moz-placeholder {
  color: rgb(254 249 195 / 0.85);
}

.placeholder-yellow-100\/85::placeholder {
  color: rgb(254 249 195 / 0.85);
}

.placeholder-yellow-100\/90::-moz-placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/90::placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/95::-moz-placeholder {
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-100\/95::placeholder {
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-200\/0::-moz-placeholder {
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/0::placeholder {
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/10::-moz-placeholder {
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/10::placeholder {
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/100::-moz-placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/100::placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/15::-moz-placeholder {
  color: rgb(254 240 138 / 0.15);
}

.placeholder-yellow-200\/15::placeholder {
  color: rgb(254 240 138 / 0.15);
}

.placeholder-yellow-200\/20::-moz-placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/20::placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/25::-moz-placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/25::placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/30::-moz-placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/30::placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/35::-moz-placeholder {
  color: rgb(254 240 138 / 0.35);
}

.placeholder-yellow-200\/35::placeholder {
  color: rgb(254 240 138 / 0.35);
}

.placeholder-yellow-200\/40::-moz-placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/40::placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/45::-moz-placeholder {
  color: rgb(254 240 138 / 0.45);
}

.placeholder-yellow-200\/45::placeholder {
  color: rgb(254 240 138 / 0.45);
}

.placeholder-yellow-200\/5::-moz-placeholder {
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/5::placeholder {
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/50::-moz-placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/50::placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/55::-moz-placeholder {
  color: rgb(254 240 138 / 0.55);
}

.placeholder-yellow-200\/55::placeholder {
  color: rgb(254 240 138 / 0.55);
}

.placeholder-yellow-200\/60::-moz-placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/60::placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/65::-moz-placeholder {
  color: rgb(254 240 138 / 0.65);
}

.placeholder-yellow-200\/65::placeholder {
  color: rgb(254 240 138 / 0.65);
}

.placeholder-yellow-200\/70::-moz-placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/70::placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/75::-moz-placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/75::placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/80::-moz-placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/80::placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/85::-moz-placeholder {
  color: rgb(254 240 138 / 0.85);
}

.placeholder-yellow-200\/85::placeholder {
  color: rgb(254 240 138 / 0.85);
}

.placeholder-yellow-200\/90::-moz-placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/90::placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/95::-moz-placeholder {
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-200\/95::placeholder {
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-300\/0::-moz-placeholder {
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/0::placeholder {
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/10::-moz-placeholder {
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/10::placeholder {
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/100::-moz-placeholder {
  color: rgb(253 224 71 / 1);
}

.placeholder-yellow-300\/100::placeholder {
  color: rgb(253 224 71 / 1);
}

.placeholder-yellow-300\/15::-moz-placeholder {
  color: rgb(253 224 71 / 0.15);
}

.placeholder-yellow-300\/15::placeholder {
  color: rgb(253 224 71 / 0.15);
}

.placeholder-yellow-300\/20::-moz-placeholder {
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/20::placeholder {
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/25::-moz-placeholder {
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/25::placeholder {
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/30::-moz-placeholder {
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/30::placeholder {
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/35::-moz-placeholder {
  color: rgb(253 224 71 / 0.35);
}

.placeholder-yellow-300\/35::placeholder {
  color: rgb(253 224 71 / 0.35);
}

.placeholder-yellow-300\/40::-moz-placeholder {
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/40::placeholder {
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/45::-moz-placeholder {
  color: rgb(253 224 71 / 0.45);
}

.placeholder-yellow-300\/45::placeholder {
  color: rgb(253 224 71 / 0.45);
}

.placeholder-yellow-300\/5::-moz-placeholder {
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/5::placeholder {
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/50::-moz-placeholder {
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/50::placeholder {
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/55::-moz-placeholder {
  color: rgb(253 224 71 / 0.55);
}

.placeholder-yellow-300\/55::placeholder {
  color: rgb(253 224 71 / 0.55);
}

.placeholder-yellow-300\/60::-moz-placeholder {
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/60::placeholder {
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/65::-moz-placeholder {
  color: rgb(253 224 71 / 0.65);
}

.placeholder-yellow-300\/65::placeholder {
  color: rgb(253 224 71 / 0.65);
}

.placeholder-yellow-300\/70::-moz-placeholder {
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/70::placeholder {
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/75::-moz-placeholder {
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/75::placeholder {
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/80::-moz-placeholder {
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/80::placeholder {
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/85::-moz-placeholder {
  color: rgb(253 224 71 / 0.85);
}

.placeholder-yellow-300\/85::placeholder {
  color: rgb(253 224 71 / 0.85);
}

.placeholder-yellow-300\/90::-moz-placeholder {
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/90::placeholder {
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/95::-moz-placeholder {
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-300\/95::placeholder {
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-400\/0::-moz-placeholder {
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/0::placeholder {
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/10::-moz-placeholder {
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/10::placeholder {
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/100::-moz-placeholder {
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/100::placeholder {
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/15::-moz-placeholder {
  color: rgb(250 204 21 / 0.15);
}

.placeholder-yellow-400\/15::placeholder {
  color: rgb(250 204 21 / 0.15);
}

.placeholder-yellow-400\/20::-moz-placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/20::placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/25::-moz-placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/25::placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/30::-moz-placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/30::placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/35::-moz-placeholder {
  color: rgb(250 204 21 / 0.35);
}

.placeholder-yellow-400\/35::placeholder {
  color: rgb(250 204 21 / 0.35);
}

.placeholder-yellow-400\/40::-moz-placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/40::placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/45::-moz-placeholder {
  color: rgb(250 204 21 / 0.45);
}

.placeholder-yellow-400\/45::placeholder {
  color: rgb(250 204 21 / 0.45);
}

.placeholder-yellow-400\/5::-moz-placeholder {
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/5::placeholder {
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/50::-moz-placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/50::placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/55::-moz-placeholder {
  color: rgb(250 204 21 / 0.55);
}

.placeholder-yellow-400\/55::placeholder {
  color: rgb(250 204 21 / 0.55);
}

.placeholder-yellow-400\/60::-moz-placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/60::placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/65::-moz-placeholder {
  color: rgb(250 204 21 / 0.65);
}

.placeholder-yellow-400\/65::placeholder {
  color: rgb(250 204 21 / 0.65);
}

.placeholder-yellow-400\/70::-moz-placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/70::placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/75::-moz-placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/75::placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/80::-moz-placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/80::placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/85::-moz-placeholder {
  color: rgb(250 204 21 / 0.85);
}

.placeholder-yellow-400\/85::placeholder {
  color: rgb(250 204 21 / 0.85);
}

.placeholder-yellow-400\/90::-moz-placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/90::placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/95::-moz-placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-400\/95::placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-50\/0::-moz-placeholder {
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/0::placeholder {
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/10::-moz-placeholder {
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/10::placeholder {
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/100::-moz-placeholder {
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/100::placeholder {
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/15::-moz-placeholder {
  color: rgb(254 252 232 / 0.15);
}

.placeholder-yellow-50\/15::placeholder {
  color: rgb(254 252 232 / 0.15);
}

.placeholder-yellow-50\/20::-moz-placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/20::placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/25::-moz-placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/25::placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/30::-moz-placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/30::placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/35::-moz-placeholder {
  color: rgb(254 252 232 / 0.35);
}

.placeholder-yellow-50\/35::placeholder {
  color: rgb(254 252 232 / 0.35);
}

.placeholder-yellow-50\/40::-moz-placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/40::placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/45::-moz-placeholder {
  color: rgb(254 252 232 / 0.45);
}

.placeholder-yellow-50\/45::placeholder {
  color: rgb(254 252 232 / 0.45);
}

.placeholder-yellow-50\/5::-moz-placeholder {
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/5::placeholder {
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/50::-moz-placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/50::placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/55::-moz-placeholder {
  color: rgb(254 252 232 / 0.55);
}

.placeholder-yellow-50\/55::placeholder {
  color: rgb(254 252 232 / 0.55);
}

.placeholder-yellow-50\/60::-moz-placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/60::placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/65::-moz-placeholder {
  color: rgb(254 252 232 / 0.65);
}

.placeholder-yellow-50\/65::placeholder {
  color: rgb(254 252 232 / 0.65);
}

.placeholder-yellow-50\/70::-moz-placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/70::placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/75::-moz-placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/75::placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/80::-moz-placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/80::placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/85::-moz-placeholder {
  color: rgb(254 252 232 / 0.85);
}

.placeholder-yellow-50\/85::placeholder {
  color: rgb(254 252 232 / 0.85);
}

.placeholder-yellow-50\/90::-moz-placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/90::placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/95::-moz-placeholder {
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-50\/95::placeholder {
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-500\/0::-moz-placeholder {
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/0::placeholder {
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/10::-moz-placeholder {
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/10::placeholder {
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/100::-moz-placeholder {
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/100::placeholder {
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/15::-moz-placeholder {
  color: rgb(234 179 8 / 0.15);
}

.placeholder-yellow-500\/15::placeholder {
  color: rgb(234 179 8 / 0.15);
}

.placeholder-yellow-500\/20::-moz-placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/20::placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/25::-moz-placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/25::placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/30::-moz-placeholder {
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/30::placeholder {
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/35::-moz-placeholder {
  color: rgb(234 179 8 / 0.35);
}

.placeholder-yellow-500\/35::placeholder {
  color: rgb(234 179 8 / 0.35);
}

.placeholder-yellow-500\/40::-moz-placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/40::placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/45::-moz-placeholder {
  color: rgb(234 179 8 / 0.45);
}

.placeholder-yellow-500\/45::placeholder {
  color: rgb(234 179 8 / 0.45);
}

.placeholder-yellow-500\/5::-moz-placeholder {
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/5::placeholder {
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/50::-moz-placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/50::placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/55::-moz-placeholder {
  color: rgb(234 179 8 / 0.55);
}

.placeholder-yellow-500\/55::placeholder {
  color: rgb(234 179 8 / 0.55);
}

.placeholder-yellow-500\/60::-moz-placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/60::placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/65::-moz-placeholder {
  color: rgb(234 179 8 / 0.65);
}

.placeholder-yellow-500\/65::placeholder {
  color: rgb(234 179 8 / 0.65);
}

.placeholder-yellow-500\/70::-moz-placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/70::placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/75::-moz-placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/75::placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/80::-moz-placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/80::placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/85::-moz-placeholder {
  color: rgb(234 179 8 / 0.85);
}

.placeholder-yellow-500\/85::placeholder {
  color: rgb(234 179 8 / 0.85);
}

.placeholder-yellow-500\/90::-moz-placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/90::placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/95::-moz-placeholder {
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-500\/95::placeholder {
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-600\/0::-moz-placeholder {
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/0::placeholder {
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/10::-moz-placeholder {
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/10::placeholder {
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/100::-moz-placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/100::placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/15::-moz-placeholder {
  color: rgb(202 138 4 / 0.15);
}

.placeholder-yellow-600\/15::placeholder {
  color: rgb(202 138 4 / 0.15);
}

.placeholder-yellow-600\/20::-moz-placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/20::placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/25::-moz-placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/25::placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/30::-moz-placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/30::placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/35::-moz-placeholder {
  color: rgb(202 138 4 / 0.35);
}

.placeholder-yellow-600\/35::placeholder {
  color: rgb(202 138 4 / 0.35);
}

.placeholder-yellow-600\/40::-moz-placeholder {
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/40::placeholder {
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/45::-moz-placeholder {
  color: rgb(202 138 4 / 0.45);
}

.placeholder-yellow-600\/45::placeholder {
  color: rgb(202 138 4 / 0.45);
}

.placeholder-yellow-600\/5::-moz-placeholder {
  color: rgb(202 138 4 / 0.05);
}

.placeholder-yellow-600\/5::placeholder {
  color: rgb(202 138 4 / 0.05);
}

.placeholder-yellow-600\/50::-moz-placeholder {
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/50::placeholder {
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/55::-moz-placeholder {
  color: rgb(202 138 4 / 0.55);
}

.placeholder-yellow-600\/55::placeholder {
  color: rgb(202 138 4 / 0.55);
}

.placeholder-yellow-600\/60::-moz-placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/60::placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/65::-moz-placeholder {
  color: rgb(202 138 4 / 0.65);
}

.placeholder-yellow-600\/65::placeholder {
  color: rgb(202 138 4 / 0.65);
}

.placeholder-yellow-600\/70::-moz-placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/70::placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/75::-moz-placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/75::placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/80::-moz-placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/80::placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/85::-moz-placeholder {
  color: rgb(202 138 4 / 0.85);
}

.placeholder-yellow-600\/85::placeholder {
  color: rgb(202 138 4 / 0.85);
}

.placeholder-yellow-600\/90::-moz-placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/90::placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/95::-moz-placeholder {
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-600\/95::placeholder {
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-800\/0::-moz-placeholder {
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/0::placeholder {
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/10::-moz-placeholder {
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/10::placeholder {
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/100::-moz-placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/100::placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/15::-moz-placeholder {
  color: rgb(133 77 14 / 0.15);
}

.placeholder-yellow-800\/15::placeholder {
  color: rgb(133 77 14 / 0.15);
}

.placeholder-yellow-800\/20::-moz-placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/20::placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/25::-moz-placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/25::placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/30::-moz-placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/30::placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/35::-moz-placeholder {
  color: rgb(133 77 14 / 0.35);
}

.placeholder-yellow-800\/35::placeholder {
  color: rgb(133 77 14 / 0.35);
}

.placeholder-yellow-800\/40::-moz-placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/40::placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/45::-moz-placeholder {
  color: rgb(133 77 14 / 0.45);
}

.placeholder-yellow-800\/45::placeholder {
  color: rgb(133 77 14 / 0.45);
}

.placeholder-yellow-800\/5::-moz-placeholder {
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/5::placeholder {
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/50::-moz-placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/50::placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/55::-moz-placeholder {
  color: rgb(133 77 14 / 0.55);
}

.placeholder-yellow-800\/55::placeholder {
  color: rgb(133 77 14 / 0.55);
}

.placeholder-yellow-800\/60::-moz-placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/60::placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/65::-moz-placeholder {
  color: rgb(133 77 14 / 0.65);
}

.placeholder-yellow-800\/65::placeholder {
  color: rgb(133 77 14 / 0.65);
}

.placeholder-yellow-800\/70::-moz-placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/70::placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/75::-moz-placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/75::placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/80::-moz-placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/80::placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/85::-moz-placeholder {
  color: rgb(133 77 14 / 0.85);
}

.placeholder-yellow-800\/85::placeholder {
  color: rgb(133 77 14 / 0.85);
}

.placeholder-yellow-800\/90::-moz-placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/90::placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/95::-moz-placeholder {
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-800\/95::placeholder {
  color: rgb(133 77 14 / 0.95);
}

.caret-yellow-100 {
  caret-color: #fef9c3;
}

.caret-yellow-100\/0 {
  caret-color: rgb(254 249 195 / 0);
}

.caret-yellow-100\/10 {
  caret-color: rgb(254 249 195 / 0.1);
}

.caret-yellow-100\/100 {
  caret-color: rgb(254 249 195 / 1);
}

.caret-yellow-100\/15 {
  caret-color: rgb(254 249 195 / 0.15);
}

.caret-yellow-100\/20 {
  caret-color: rgb(254 249 195 / 0.2);
}

.caret-yellow-100\/25 {
  caret-color: rgb(254 249 195 / 0.25);
}

.caret-yellow-100\/30 {
  caret-color: rgb(254 249 195 / 0.3);
}

.caret-yellow-100\/35 {
  caret-color: rgb(254 249 195 / 0.35);
}

.caret-yellow-100\/40 {
  caret-color: rgb(254 249 195 / 0.4);
}

.caret-yellow-100\/45 {
  caret-color: rgb(254 249 195 / 0.45);
}

.caret-yellow-100\/5 {
  caret-color: rgb(254 249 195 / 0.05);
}

.caret-yellow-100\/50 {
  caret-color: rgb(254 249 195 / 0.5);
}

.caret-yellow-100\/55 {
  caret-color: rgb(254 249 195 / 0.55);
}

.caret-yellow-100\/60 {
  caret-color: rgb(254 249 195 / 0.6);
}

.caret-yellow-100\/65 {
  caret-color: rgb(254 249 195 / 0.65);
}

.caret-yellow-100\/70 {
  caret-color: rgb(254 249 195 / 0.7);
}

.caret-yellow-100\/75 {
  caret-color: rgb(254 249 195 / 0.75);
}

.caret-yellow-100\/80 {
  caret-color: rgb(254 249 195 / 0.8);
}

.caret-yellow-100\/85 {
  caret-color: rgb(254 249 195 / 0.85);
}

.caret-yellow-100\/90 {
  caret-color: rgb(254 249 195 / 0.9);
}

.caret-yellow-100\/95 {
  caret-color: rgb(254 249 195 / 0.95);
}

.caret-yellow-200 {
  caret-color: #fef08a;
}

.caret-yellow-200\/0 {
  caret-color: rgb(254 240 138 / 0);
}

.caret-yellow-200\/10 {
  caret-color: rgb(254 240 138 / 0.1);
}

.caret-yellow-200\/100 {
  caret-color: rgb(254 240 138 / 1);
}

.caret-yellow-200\/15 {
  caret-color: rgb(254 240 138 / 0.15);
}

.caret-yellow-200\/20 {
  caret-color: rgb(254 240 138 / 0.2);
}

.caret-yellow-200\/25 {
  caret-color: rgb(254 240 138 / 0.25);
}

.caret-yellow-200\/30 {
  caret-color: rgb(254 240 138 / 0.3);
}

.caret-yellow-200\/35 {
  caret-color: rgb(254 240 138 / 0.35);
}

.caret-yellow-200\/40 {
  caret-color: rgb(254 240 138 / 0.4);
}

.caret-yellow-200\/45 {
  caret-color: rgb(254 240 138 / 0.45);
}

.caret-yellow-200\/5 {
  caret-color: rgb(254 240 138 / 0.05);
}

.caret-yellow-200\/50 {
  caret-color: rgb(254 240 138 / 0.5);
}

.caret-yellow-200\/55 {
  caret-color: rgb(254 240 138 / 0.55);
}

.caret-yellow-200\/60 {
  caret-color: rgb(254 240 138 / 0.6);
}

.caret-yellow-200\/65 {
  caret-color: rgb(254 240 138 / 0.65);
}

.caret-yellow-200\/70 {
  caret-color: rgb(254 240 138 / 0.7);
}

.caret-yellow-200\/75 {
  caret-color: rgb(254 240 138 / 0.75);
}

.caret-yellow-200\/80 {
  caret-color: rgb(254 240 138 / 0.8);
}

.caret-yellow-200\/85 {
  caret-color: rgb(254 240 138 / 0.85);
}

.caret-yellow-200\/90 {
  caret-color: rgb(254 240 138 / 0.9);
}

.caret-yellow-200\/95 {
  caret-color: rgb(254 240 138 / 0.95);
}

.caret-yellow-300 {
  caret-color: #fde047;
}

.caret-yellow-300\/0 {
  caret-color: rgb(253 224 71 / 0);
}

.caret-yellow-300\/10 {
  caret-color: rgb(253 224 71 / 0.1);
}

.caret-yellow-300\/100 {
  caret-color: rgb(253 224 71 / 1);
}

.caret-yellow-300\/15 {
  caret-color: rgb(253 224 71 / 0.15);
}

.caret-yellow-300\/20 {
  caret-color: rgb(253 224 71 / 0.2);
}

.caret-yellow-300\/25 {
  caret-color: rgb(253 224 71 / 0.25);
}

.caret-yellow-300\/30 {
  caret-color: rgb(253 224 71 / 0.3);
}

.caret-yellow-300\/35 {
  caret-color: rgb(253 224 71 / 0.35);
}

.caret-yellow-300\/40 {
  caret-color: rgb(253 224 71 / 0.4);
}

.caret-yellow-300\/45 {
  caret-color: rgb(253 224 71 / 0.45);
}

.caret-yellow-300\/5 {
  caret-color: rgb(253 224 71 / 0.05);
}

.caret-yellow-300\/50 {
  caret-color: rgb(253 224 71 / 0.5);
}

.caret-yellow-300\/55 {
  caret-color: rgb(253 224 71 / 0.55);
}

.caret-yellow-300\/60 {
  caret-color: rgb(253 224 71 / 0.6);
}

.caret-yellow-300\/65 {
  caret-color: rgb(253 224 71 / 0.65);
}

.caret-yellow-300\/70 {
  caret-color: rgb(253 224 71 / 0.7);
}

.caret-yellow-300\/75 {
  caret-color: rgb(253 224 71 / 0.75);
}

.caret-yellow-300\/80 {
  caret-color: rgb(253 224 71 / 0.8);
}

.caret-yellow-300\/85 {
  caret-color: rgb(253 224 71 / 0.85);
}

.caret-yellow-300\/90 {
  caret-color: rgb(253 224 71 / 0.9);
}

.caret-yellow-300\/95 {
  caret-color: rgb(253 224 71 / 0.95);
}

.caret-yellow-400 {
  caret-color: #facc15;
}

.caret-yellow-400\/0 {
  caret-color: rgb(250 204 21 / 0);
}

.caret-yellow-400\/10 {
  caret-color: rgb(250 204 21 / 0.1);
}

.caret-yellow-400\/100 {
  caret-color: rgb(250 204 21 / 1);
}

.caret-yellow-400\/15 {
  caret-color: rgb(250 204 21 / 0.15);
}

.caret-yellow-400\/20 {
  caret-color: rgb(250 204 21 / 0.2);
}

.caret-yellow-400\/25 {
  caret-color: rgb(250 204 21 / 0.25);
}

.caret-yellow-400\/30 {
  caret-color: rgb(250 204 21 / 0.3);
}

.caret-yellow-400\/35 {
  caret-color: rgb(250 204 21 / 0.35);
}

.caret-yellow-400\/40 {
  caret-color: rgb(250 204 21 / 0.4);
}

.caret-yellow-400\/45 {
  caret-color: rgb(250 204 21 / 0.45);
}

.caret-yellow-400\/5 {
  caret-color: rgb(250 204 21 / 0.05);
}

.caret-yellow-400\/50 {
  caret-color: rgb(250 204 21 / 0.5);
}

.caret-yellow-400\/55 {
  caret-color: rgb(250 204 21 / 0.55);
}

.caret-yellow-400\/60 {
  caret-color: rgb(250 204 21 / 0.6);
}

.caret-yellow-400\/65 {
  caret-color: rgb(250 204 21 / 0.65);
}

.caret-yellow-400\/70 {
  caret-color: rgb(250 204 21 / 0.7);
}

.caret-yellow-400\/75 {
  caret-color: rgb(250 204 21 / 0.75);
}

.caret-yellow-400\/80 {
  caret-color: rgb(250 204 21 / 0.8);
}

.caret-yellow-400\/85 {
  caret-color: rgb(250 204 21 / 0.85);
}

.caret-yellow-400\/90 {
  caret-color: rgb(250 204 21 / 0.9);
}

.caret-yellow-400\/95 {
  caret-color: rgb(250 204 21 / 0.95);
}

.caret-yellow-50 {
  caret-color: #fefce8;
}

.caret-yellow-50\/0 {
  caret-color: rgb(254 252 232 / 0);
}

.caret-yellow-50\/10 {
  caret-color: rgb(254 252 232 / 0.1);
}

.caret-yellow-50\/100 {
  caret-color: rgb(254 252 232 / 1);
}

.caret-yellow-50\/15 {
  caret-color: rgb(254 252 232 / 0.15);
}

.caret-yellow-50\/20 {
  caret-color: rgb(254 252 232 / 0.2);
}

.caret-yellow-50\/25 {
  caret-color: rgb(254 252 232 / 0.25);
}

.caret-yellow-50\/30 {
  caret-color: rgb(254 252 232 / 0.3);
}

.caret-yellow-50\/35 {
  caret-color: rgb(254 252 232 / 0.35);
}

.caret-yellow-50\/40 {
  caret-color: rgb(254 252 232 / 0.4);
}

.caret-yellow-50\/45 {
  caret-color: rgb(254 252 232 / 0.45);
}

.caret-yellow-50\/5 {
  caret-color: rgb(254 252 232 / 0.05);
}

.caret-yellow-50\/50 {
  caret-color: rgb(254 252 232 / 0.5);
}

.caret-yellow-50\/55 {
  caret-color: rgb(254 252 232 / 0.55);
}

.caret-yellow-50\/60 {
  caret-color: rgb(254 252 232 / 0.6);
}

.caret-yellow-50\/65 {
  caret-color: rgb(254 252 232 / 0.65);
}

.caret-yellow-50\/70 {
  caret-color: rgb(254 252 232 / 0.7);
}

.caret-yellow-50\/75 {
  caret-color: rgb(254 252 232 / 0.75);
}

.caret-yellow-50\/80 {
  caret-color: rgb(254 252 232 / 0.8);
}

.caret-yellow-50\/85 {
  caret-color: rgb(254 252 232 / 0.85);
}

.caret-yellow-50\/90 {
  caret-color: rgb(254 252 232 / 0.9);
}

.caret-yellow-50\/95 {
  caret-color: rgb(254 252 232 / 0.95);
}

.caret-yellow-500 {
  caret-color: #eab308;
}

.caret-yellow-500\/0 {
  caret-color: rgb(234 179 8 / 0);
}

.caret-yellow-500\/10 {
  caret-color: rgb(234 179 8 / 0.1);
}

.caret-yellow-500\/100 {
  caret-color: rgb(234 179 8 / 1);
}

.caret-yellow-500\/15 {
  caret-color: rgb(234 179 8 / 0.15);
}

.caret-yellow-500\/20 {
  caret-color: rgb(234 179 8 / 0.2);
}

.caret-yellow-500\/25 {
  caret-color: rgb(234 179 8 / 0.25);
}

.caret-yellow-500\/30 {
  caret-color: rgb(234 179 8 / 0.3);
}

.caret-yellow-500\/35 {
  caret-color: rgb(234 179 8 / 0.35);
}

.caret-yellow-500\/40 {
  caret-color: rgb(234 179 8 / 0.4);
}

.caret-yellow-500\/45 {
  caret-color: rgb(234 179 8 / 0.45);
}

.caret-yellow-500\/5 {
  caret-color: rgb(234 179 8 / 0.05);
}

.caret-yellow-500\/50 {
  caret-color: rgb(234 179 8 / 0.5);
}

.caret-yellow-500\/55 {
  caret-color: rgb(234 179 8 / 0.55);
}

.caret-yellow-500\/60 {
  caret-color: rgb(234 179 8 / 0.6);
}

.caret-yellow-500\/65 {
  caret-color: rgb(234 179 8 / 0.65);
}

.caret-yellow-500\/70 {
  caret-color: rgb(234 179 8 / 0.7);
}

.caret-yellow-500\/75 {
  caret-color: rgb(234 179 8 / 0.75);
}

.caret-yellow-500\/80 {
  caret-color: rgb(234 179 8 / 0.8);
}

.caret-yellow-500\/85 {
  caret-color: rgb(234 179 8 / 0.85);
}

.caret-yellow-500\/90 {
  caret-color: rgb(234 179 8 / 0.9);
}

.caret-yellow-500\/95 {
  caret-color: rgb(234 179 8 / 0.95);
}

.caret-yellow-600 {
  caret-color: #ca8a04;
}

.caret-yellow-600\/0 {
  caret-color: rgb(202 138 4 / 0);
}

.caret-yellow-600\/10 {
  caret-color: rgb(202 138 4 / 0.1);
}

.caret-yellow-600\/100 {
  caret-color: rgb(202 138 4 / 1);
}

.caret-yellow-600\/15 {
  caret-color: rgb(202 138 4 / 0.15);
}

.caret-yellow-600\/20 {
  caret-color: rgb(202 138 4 / 0.2);
}

.caret-yellow-600\/25 {
  caret-color: rgb(202 138 4 / 0.25);
}

.caret-yellow-600\/30 {
  caret-color: rgb(202 138 4 / 0.3);
}

.caret-yellow-600\/35 {
  caret-color: rgb(202 138 4 / 0.35);
}

.caret-yellow-600\/40 {
  caret-color: rgb(202 138 4 / 0.4);
}

.caret-yellow-600\/45 {
  caret-color: rgb(202 138 4 / 0.45);
}

.caret-yellow-600\/5 {
  caret-color: rgb(202 138 4 / 0.05);
}

.caret-yellow-600\/50 {
  caret-color: rgb(202 138 4 / 0.5);
}

.caret-yellow-600\/55 {
  caret-color: rgb(202 138 4 / 0.55);
}

.caret-yellow-600\/60 {
  caret-color: rgb(202 138 4 / 0.6);
}

.caret-yellow-600\/65 {
  caret-color: rgb(202 138 4 / 0.65);
}

.caret-yellow-600\/70 {
  caret-color: rgb(202 138 4 / 0.7);
}

.caret-yellow-600\/75 {
  caret-color: rgb(202 138 4 / 0.75);
}

.caret-yellow-600\/80 {
  caret-color: rgb(202 138 4 / 0.8);
}

.caret-yellow-600\/85 {
  caret-color: rgb(202 138 4 / 0.85);
}

.caret-yellow-600\/90 {
  caret-color: rgb(202 138 4 / 0.9);
}

.caret-yellow-600\/95 {
  caret-color: rgb(202 138 4 / 0.95);
}

.caret-yellow-800 {
  caret-color: #854d0e;
}

.caret-yellow-800\/0 {
  caret-color: rgb(133 77 14 / 0);
}

.caret-yellow-800\/10 {
  caret-color: rgb(133 77 14 / 0.1);
}

.caret-yellow-800\/100 {
  caret-color: rgb(133 77 14 / 1);
}

.caret-yellow-800\/15 {
  caret-color: rgb(133 77 14 / 0.15);
}

.caret-yellow-800\/20 {
  caret-color: rgb(133 77 14 / 0.2);
}

.caret-yellow-800\/25 {
  caret-color: rgb(133 77 14 / 0.25);
}

.caret-yellow-800\/30 {
  caret-color: rgb(133 77 14 / 0.3);
}

.caret-yellow-800\/35 {
  caret-color: rgb(133 77 14 / 0.35);
}

.caret-yellow-800\/40 {
  caret-color: rgb(133 77 14 / 0.4);
}

.caret-yellow-800\/45 {
  caret-color: rgb(133 77 14 / 0.45);
}

.caret-yellow-800\/5 {
  caret-color: rgb(133 77 14 / 0.05);
}

.caret-yellow-800\/50 {
  caret-color: rgb(133 77 14 / 0.5);
}

.caret-yellow-800\/55 {
  caret-color: rgb(133 77 14 / 0.55);
}

.caret-yellow-800\/60 {
  caret-color: rgb(133 77 14 / 0.6);
}

.caret-yellow-800\/65 {
  caret-color: rgb(133 77 14 / 0.65);
}

.caret-yellow-800\/70 {
  caret-color: rgb(133 77 14 / 0.7);
}

.caret-yellow-800\/75 {
  caret-color: rgb(133 77 14 / 0.75);
}

.caret-yellow-800\/80 {
  caret-color: rgb(133 77 14 / 0.8);
}

.caret-yellow-800\/85 {
  caret-color: rgb(133 77 14 / 0.85);
}

.caret-yellow-800\/90 {
  caret-color: rgb(133 77 14 / 0.9);
}

.caret-yellow-800\/95 {
  caret-color: rgb(133 77 14 / 0.95);
}

.accent-yellow-100 {
  accent-color: #fef9c3;
}

.accent-yellow-100\/0 {
  accent-color: rgb(254 249 195 / 0);
}

.accent-yellow-100\/10 {
  accent-color: rgb(254 249 195 / 0.1);
}

.accent-yellow-100\/100 {
  accent-color: rgb(254 249 195 / 1);
}

.accent-yellow-100\/15 {
  accent-color: rgb(254 249 195 / 0.15);
}

.accent-yellow-100\/20 {
  accent-color: rgb(254 249 195 / 0.2);
}

.accent-yellow-100\/25 {
  accent-color: rgb(254 249 195 / 0.25);
}

.accent-yellow-100\/30 {
  accent-color: rgb(254 249 195 / 0.3);
}

.accent-yellow-100\/35 {
  accent-color: rgb(254 249 195 / 0.35);
}

.accent-yellow-100\/40 {
  accent-color: rgb(254 249 195 / 0.4);
}

.accent-yellow-100\/45 {
  accent-color: rgb(254 249 195 / 0.45);
}

.accent-yellow-100\/5 {
  accent-color: rgb(254 249 195 / 0.05);
}

.accent-yellow-100\/50 {
  accent-color: rgb(254 249 195 / 0.5);
}

.accent-yellow-100\/55 {
  accent-color: rgb(254 249 195 / 0.55);
}

.accent-yellow-100\/60 {
  accent-color: rgb(254 249 195 / 0.6);
}

.accent-yellow-100\/65 {
  accent-color: rgb(254 249 195 / 0.65);
}

.accent-yellow-100\/70 {
  accent-color: rgb(254 249 195 / 0.7);
}

.accent-yellow-100\/75 {
  accent-color: rgb(254 249 195 / 0.75);
}

.accent-yellow-100\/80 {
  accent-color: rgb(254 249 195 / 0.8);
}

.accent-yellow-100\/85 {
  accent-color: rgb(254 249 195 / 0.85);
}

.accent-yellow-100\/90 {
  accent-color: rgb(254 249 195 / 0.9);
}

.accent-yellow-100\/95 {
  accent-color: rgb(254 249 195 / 0.95);
}

.accent-yellow-200 {
  accent-color: #fef08a;
}

.accent-yellow-200\/0 {
  accent-color: rgb(254 240 138 / 0);
}

.accent-yellow-200\/10 {
  accent-color: rgb(254 240 138 / 0.1);
}

.accent-yellow-200\/100 {
  accent-color: rgb(254 240 138 / 1);
}

.accent-yellow-200\/15 {
  accent-color: rgb(254 240 138 / 0.15);
}

.accent-yellow-200\/20 {
  accent-color: rgb(254 240 138 / 0.2);
}

.accent-yellow-200\/25 {
  accent-color: rgb(254 240 138 / 0.25);
}

.accent-yellow-200\/30 {
  accent-color: rgb(254 240 138 / 0.3);
}

.accent-yellow-200\/35 {
  accent-color: rgb(254 240 138 / 0.35);
}

.accent-yellow-200\/40 {
  accent-color: rgb(254 240 138 / 0.4);
}

.accent-yellow-200\/45 {
  accent-color: rgb(254 240 138 / 0.45);
}

.accent-yellow-200\/5 {
  accent-color: rgb(254 240 138 / 0.05);
}

.accent-yellow-200\/50 {
  accent-color: rgb(254 240 138 / 0.5);
}

.accent-yellow-200\/55 {
  accent-color: rgb(254 240 138 / 0.55);
}

.accent-yellow-200\/60 {
  accent-color: rgb(254 240 138 / 0.6);
}

.accent-yellow-200\/65 {
  accent-color: rgb(254 240 138 / 0.65);
}

.accent-yellow-200\/70 {
  accent-color: rgb(254 240 138 / 0.7);
}

.accent-yellow-200\/75 {
  accent-color: rgb(254 240 138 / 0.75);
}

.accent-yellow-200\/80 {
  accent-color: rgb(254 240 138 / 0.8);
}

.accent-yellow-200\/85 {
  accent-color: rgb(254 240 138 / 0.85);
}

.accent-yellow-200\/90 {
  accent-color: rgb(254 240 138 / 0.9);
}

.accent-yellow-200\/95 {
  accent-color: rgb(254 240 138 / 0.95);
}

.accent-yellow-300 {
  accent-color: #fde047;
}

.accent-yellow-300\/0 {
  accent-color: rgb(253 224 71 / 0);
}

.accent-yellow-300\/10 {
  accent-color: rgb(253 224 71 / 0.1);
}

.accent-yellow-300\/100 {
  accent-color: rgb(253 224 71 / 1);
}

.accent-yellow-300\/15 {
  accent-color: rgb(253 224 71 / 0.15);
}

.accent-yellow-300\/20 {
  accent-color: rgb(253 224 71 / 0.2);
}

.accent-yellow-300\/25 {
  accent-color: rgb(253 224 71 / 0.25);
}

.accent-yellow-300\/30 {
  accent-color: rgb(253 224 71 / 0.3);
}

.accent-yellow-300\/35 {
  accent-color: rgb(253 224 71 / 0.35);
}

.accent-yellow-300\/40 {
  accent-color: rgb(253 224 71 / 0.4);
}

.accent-yellow-300\/45 {
  accent-color: rgb(253 224 71 / 0.45);
}

.accent-yellow-300\/5 {
  accent-color: rgb(253 224 71 / 0.05);
}

.accent-yellow-300\/50 {
  accent-color: rgb(253 224 71 / 0.5);
}

.accent-yellow-300\/55 {
  accent-color: rgb(253 224 71 / 0.55);
}

.accent-yellow-300\/60 {
  accent-color: rgb(253 224 71 / 0.6);
}

.accent-yellow-300\/65 {
  accent-color: rgb(253 224 71 / 0.65);
}

.accent-yellow-300\/70 {
  accent-color: rgb(253 224 71 / 0.7);
}

.accent-yellow-300\/75 {
  accent-color: rgb(253 224 71 / 0.75);
}

.accent-yellow-300\/80 {
  accent-color: rgb(253 224 71 / 0.8);
}

.accent-yellow-300\/85 {
  accent-color: rgb(253 224 71 / 0.85);
}

.accent-yellow-300\/90 {
  accent-color: rgb(253 224 71 / 0.9);
}

.accent-yellow-300\/95 {
  accent-color: rgb(253 224 71 / 0.95);
}

.accent-yellow-400 {
  accent-color: #facc15;
}

.accent-yellow-400\/0 {
  accent-color: rgb(250 204 21 / 0);
}

.accent-yellow-400\/10 {
  accent-color: rgb(250 204 21 / 0.1);
}

.accent-yellow-400\/100 {
  accent-color: rgb(250 204 21 / 1);
}

.accent-yellow-400\/15 {
  accent-color: rgb(250 204 21 / 0.15);
}

.accent-yellow-400\/20 {
  accent-color: rgb(250 204 21 / 0.2);
}

.accent-yellow-400\/25 {
  accent-color: rgb(250 204 21 / 0.25);
}

.accent-yellow-400\/30 {
  accent-color: rgb(250 204 21 / 0.3);
}

.accent-yellow-400\/35 {
  accent-color: rgb(250 204 21 / 0.35);
}

.accent-yellow-400\/40 {
  accent-color: rgb(250 204 21 / 0.4);
}

.accent-yellow-400\/45 {
  accent-color: rgb(250 204 21 / 0.45);
}

.accent-yellow-400\/5 {
  accent-color: rgb(250 204 21 / 0.05);
}

.accent-yellow-400\/50 {
  accent-color: rgb(250 204 21 / 0.5);
}

.accent-yellow-400\/55 {
  accent-color: rgb(250 204 21 / 0.55);
}

.accent-yellow-400\/60 {
  accent-color: rgb(250 204 21 / 0.6);
}

.accent-yellow-400\/65 {
  accent-color: rgb(250 204 21 / 0.65);
}

.accent-yellow-400\/70 {
  accent-color: rgb(250 204 21 / 0.7);
}

.accent-yellow-400\/75 {
  accent-color: rgb(250 204 21 / 0.75);
}

.accent-yellow-400\/80 {
  accent-color: rgb(250 204 21 / 0.8);
}

.accent-yellow-400\/85 {
  accent-color: rgb(250 204 21 / 0.85);
}

.accent-yellow-400\/90 {
  accent-color: rgb(250 204 21 / 0.9);
}

.accent-yellow-400\/95 {
  accent-color: rgb(250 204 21 / 0.95);
}

.accent-yellow-50 {
  accent-color: #fefce8;
}

.accent-yellow-50\/0 {
  accent-color: rgb(254 252 232 / 0);
}

.accent-yellow-50\/10 {
  accent-color: rgb(254 252 232 / 0.1);
}

.accent-yellow-50\/100 {
  accent-color: rgb(254 252 232 / 1);
}

.accent-yellow-50\/15 {
  accent-color: rgb(254 252 232 / 0.15);
}

.accent-yellow-50\/20 {
  accent-color: rgb(254 252 232 / 0.2);
}

.accent-yellow-50\/25 {
  accent-color: rgb(254 252 232 / 0.25);
}

.accent-yellow-50\/30 {
  accent-color: rgb(254 252 232 / 0.3);
}

.accent-yellow-50\/35 {
  accent-color: rgb(254 252 232 / 0.35);
}

.accent-yellow-50\/40 {
  accent-color: rgb(254 252 232 / 0.4);
}

.accent-yellow-50\/45 {
  accent-color: rgb(254 252 232 / 0.45);
}

.accent-yellow-50\/5 {
  accent-color: rgb(254 252 232 / 0.05);
}

.accent-yellow-50\/50 {
  accent-color: rgb(254 252 232 / 0.5);
}

.accent-yellow-50\/55 {
  accent-color: rgb(254 252 232 / 0.55);
}

.accent-yellow-50\/60 {
  accent-color: rgb(254 252 232 / 0.6);
}

.accent-yellow-50\/65 {
  accent-color: rgb(254 252 232 / 0.65);
}

.accent-yellow-50\/70 {
  accent-color: rgb(254 252 232 / 0.7);
}

.accent-yellow-50\/75 {
  accent-color: rgb(254 252 232 / 0.75);
}

.accent-yellow-50\/80 {
  accent-color: rgb(254 252 232 / 0.8);
}

.accent-yellow-50\/85 {
  accent-color: rgb(254 252 232 / 0.85);
}

.accent-yellow-50\/90 {
  accent-color: rgb(254 252 232 / 0.9);
}

.accent-yellow-50\/95 {
  accent-color: rgb(254 252 232 / 0.95);
}

.accent-yellow-500 {
  accent-color: #eab308;
}

.accent-yellow-500\/0 {
  accent-color: rgb(234 179 8 / 0);
}

.accent-yellow-500\/10 {
  accent-color: rgb(234 179 8 / 0.1);
}

.accent-yellow-500\/100 {
  accent-color: rgb(234 179 8 / 1);
}

.accent-yellow-500\/15 {
  accent-color: rgb(234 179 8 / 0.15);
}

.accent-yellow-500\/20 {
  accent-color: rgb(234 179 8 / 0.2);
}

.accent-yellow-500\/25 {
  accent-color: rgb(234 179 8 / 0.25);
}

.accent-yellow-500\/30 {
  accent-color: rgb(234 179 8 / 0.3);
}

.accent-yellow-500\/35 {
  accent-color: rgb(234 179 8 / 0.35);
}

.accent-yellow-500\/40 {
  accent-color: rgb(234 179 8 / 0.4);
}

.accent-yellow-500\/45 {
  accent-color: rgb(234 179 8 / 0.45);
}

.accent-yellow-500\/5 {
  accent-color: rgb(234 179 8 / 0.05);
}

.accent-yellow-500\/50 {
  accent-color: rgb(234 179 8 / 0.5);
}

.accent-yellow-500\/55 {
  accent-color: rgb(234 179 8 / 0.55);
}

.accent-yellow-500\/60 {
  accent-color: rgb(234 179 8 / 0.6);
}

.accent-yellow-500\/65 {
  accent-color: rgb(234 179 8 / 0.65);
}

.accent-yellow-500\/70 {
  accent-color: rgb(234 179 8 / 0.7);
}

.accent-yellow-500\/75 {
  accent-color: rgb(234 179 8 / 0.75);
}

.accent-yellow-500\/80 {
  accent-color: rgb(234 179 8 / 0.8);
}

.accent-yellow-500\/85 {
  accent-color: rgb(234 179 8 / 0.85);
}

.accent-yellow-500\/90 {
  accent-color: rgb(234 179 8 / 0.9);
}

.accent-yellow-500\/95 {
  accent-color: rgb(234 179 8 / 0.95);
}

.accent-yellow-600 {
  accent-color: #ca8a04;
}

.accent-yellow-600\/0 {
  accent-color: rgb(202 138 4 / 0);
}

.accent-yellow-600\/10 {
  accent-color: rgb(202 138 4 / 0.1);
}

.accent-yellow-600\/100 {
  accent-color: rgb(202 138 4 / 1);
}

.accent-yellow-600\/15 {
  accent-color: rgb(202 138 4 / 0.15);
}

.accent-yellow-600\/20 {
  accent-color: rgb(202 138 4 / 0.2);
}

.accent-yellow-600\/25 {
  accent-color: rgb(202 138 4 / 0.25);
}

.accent-yellow-600\/30 {
  accent-color: rgb(202 138 4 / 0.3);
}

.accent-yellow-600\/35 {
  accent-color: rgb(202 138 4 / 0.35);
}

.accent-yellow-600\/40 {
  accent-color: rgb(202 138 4 / 0.4);
}

.accent-yellow-600\/45 {
  accent-color: rgb(202 138 4 / 0.45);
}

.accent-yellow-600\/5 {
  accent-color: rgb(202 138 4 / 0.05);
}

.accent-yellow-600\/50 {
  accent-color: rgb(202 138 4 / 0.5);
}

.accent-yellow-600\/55 {
  accent-color: rgb(202 138 4 / 0.55);
}

.accent-yellow-600\/60 {
  accent-color: rgb(202 138 4 / 0.6);
}

.accent-yellow-600\/65 {
  accent-color: rgb(202 138 4 / 0.65);
}

.accent-yellow-600\/70 {
  accent-color: rgb(202 138 4 / 0.7);
}

.accent-yellow-600\/75 {
  accent-color: rgb(202 138 4 / 0.75);
}

.accent-yellow-600\/80 {
  accent-color: rgb(202 138 4 / 0.8);
}

.accent-yellow-600\/85 {
  accent-color: rgb(202 138 4 / 0.85);
}

.accent-yellow-600\/90 {
  accent-color: rgb(202 138 4 / 0.9);
}

.accent-yellow-600\/95 {
  accent-color: rgb(202 138 4 / 0.95);
}

.accent-yellow-800 {
  accent-color: #854d0e;
}

.accent-yellow-800\/0 {
  accent-color: rgb(133 77 14 / 0);
}

.accent-yellow-800\/10 {
  accent-color: rgb(133 77 14 / 0.1);
}

.accent-yellow-800\/100 {
  accent-color: rgb(133 77 14 / 1);
}

.accent-yellow-800\/15 {
  accent-color: rgb(133 77 14 / 0.15);
}

.accent-yellow-800\/20 {
  accent-color: rgb(133 77 14 / 0.2);
}

.accent-yellow-800\/25 {
  accent-color: rgb(133 77 14 / 0.25);
}

.accent-yellow-800\/30 {
  accent-color: rgb(133 77 14 / 0.3);
}

.accent-yellow-800\/35 {
  accent-color: rgb(133 77 14 / 0.35);
}

.accent-yellow-800\/40 {
  accent-color: rgb(133 77 14 / 0.4);
}

.accent-yellow-800\/45 {
  accent-color: rgb(133 77 14 / 0.45);
}

.accent-yellow-800\/5 {
  accent-color: rgb(133 77 14 / 0.05);
}

.accent-yellow-800\/50 {
  accent-color: rgb(133 77 14 / 0.5);
}

.accent-yellow-800\/55 {
  accent-color: rgb(133 77 14 / 0.55);
}

.accent-yellow-800\/60 {
  accent-color: rgb(133 77 14 / 0.6);
}

.accent-yellow-800\/65 {
  accent-color: rgb(133 77 14 / 0.65);
}

.accent-yellow-800\/70 {
  accent-color: rgb(133 77 14 / 0.7);
}

.accent-yellow-800\/75 {
  accent-color: rgb(133 77 14 / 0.75);
}

.accent-yellow-800\/80 {
  accent-color: rgb(133 77 14 / 0.8);
}

.accent-yellow-800\/85 {
  accent-color: rgb(133 77 14 / 0.85);
}

.accent-yellow-800\/90 {
  accent-color: rgb(133 77 14 / 0.9);
}

.accent-yellow-800\/95 {
  accent-color: rgb(133 77 14 / 0.95);
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-yellow-100 {
  --tw-shadow-color: #fef9c3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/0 {
  --tw-shadow-color: rgb(254 249 195 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/10 {
  --tw-shadow-color: rgb(254 249 195 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/100 {
  --tw-shadow-color: rgb(254 249 195 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/15 {
  --tw-shadow-color: rgb(254 249 195 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/20 {
  --tw-shadow-color: rgb(254 249 195 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/25 {
  --tw-shadow-color: rgb(254 249 195 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/30 {
  --tw-shadow-color: rgb(254 249 195 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/35 {
  --tw-shadow-color: rgb(254 249 195 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/40 {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/45 {
  --tw-shadow-color: rgb(254 249 195 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/5 {
  --tw-shadow-color: rgb(254 249 195 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/50 {
  --tw-shadow-color: rgb(254 249 195 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/55 {
  --tw-shadow-color: rgb(254 249 195 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/60 {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/65 {
  --tw-shadow-color: rgb(254 249 195 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/70 {
  --tw-shadow-color: rgb(254 249 195 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/75 {
  --tw-shadow-color: rgb(254 249 195 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/80 {
  --tw-shadow-color: rgb(254 249 195 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/85 {
  --tw-shadow-color: rgb(254 249 195 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/90 {
  --tw-shadow-color: rgb(254 249 195 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/95 {
  --tw-shadow-color: rgb(254 249 195 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200 {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/0 {
  --tw-shadow-color: rgb(254 240 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/10 {
  --tw-shadow-color: rgb(254 240 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/100 {
  --tw-shadow-color: rgb(254 240 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/15 {
  --tw-shadow-color: rgb(254 240 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/20 {
  --tw-shadow-color: rgb(254 240 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/25 {
  --tw-shadow-color: rgb(254 240 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/30 {
  --tw-shadow-color: rgb(254 240 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/35 {
  --tw-shadow-color: rgb(254 240 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/40 {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/45 {
  --tw-shadow-color: rgb(254 240 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/5 {
  --tw-shadow-color: rgb(254 240 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/50 {
  --tw-shadow-color: rgb(254 240 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/55 {
  --tw-shadow-color: rgb(254 240 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/60 {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/65 {
  --tw-shadow-color: rgb(254 240 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/70 {
  --tw-shadow-color: rgb(254 240 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/75 {
  --tw-shadow-color: rgb(254 240 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/80 {
  --tw-shadow-color: rgb(254 240 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/85 {
  --tw-shadow-color: rgb(254 240 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/90 {
  --tw-shadow-color: rgb(254 240 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/95 {
  --tw-shadow-color: rgb(254 240 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300 {
  --tw-shadow-color: #fde047;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/0 {
  --tw-shadow-color: rgb(253 224 71 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/10 {
  --tw-shadow-color: rgb(253 224 71 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/100 {
  --tw-shadow-color: rgb(253 224 71 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/15 {
  --tw-shadow-color: rgb(253 224 71 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/20 {
  --tw-shadow-color: rgb(253 224 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/25 {
  --tw-shadow-color: rgb(253 224 71 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/30 {
  --tw-shadow-color: rgb(253 224 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/35 {
  --tw-shadow-color: rgb(253 224 71 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/40 {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/45 {
  --tw-shadow-color: rgb(253 224 71 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/5 {
  --tw-shadow-color: rgb(253 224 71 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/50 {
  --tw-shadow-color: rgb(253 224 71 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/55 {
  --tw-shadow-color: rgb(253 224 71 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/60 {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/65 {
  --tw-shadow-color: rgb(253 224 71 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/70 {
  --tw-shadow-color: rgb(253 224 71 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/75 {
  --tw-shadow-color: rgb(253 224 71 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/80 {
  --tw-shadow-color: rgb(253 224 71 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/85 {
  --tw-shadow-color: rgb(253 224 71 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/90 {
  --tw-shadow-color: rgb(253 224 71 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/95 {
  --tw-shadow-color: rgb(253 224 71 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400 {
  --tw-shadow-color: #facc15;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/0 {
  --tw-shadow-color: rgb(250 204 21 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/10 {
  --tw-shadow-color: rgb(250 204 21 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/100 {
  --tw-shadow-color: rgb(250 204 21 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/15 {
  --tw-shadow-color: rgb(250 204 21 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/20 {
  --tw-shadow-color: rgb(250 204 21 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/25 {
  --tw-shadow-color: rgb(250 204 21 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/30 {
  --tw-shadow-color: rgb(250 204 21 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/35 {
  --tw-shadow-color: rgb(250 204 21 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/40 {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/45 {
  --tw-shadow-color: rgb(250 204 21 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/5 {
  --tw-shadow-color: rgb(250 204 21 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/50 {
  --tw-shadow-color: rgb(250 204 21 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/55 {
  --tw-shadow-color: rgb(250 204 21 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/60 {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/65 {
  --tw-shadow-color: rgb(250 204 21 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/70 {
  --tw-shadow-color: rgb(250 204 21 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/75 {
  --tw-shadow-color: rgb(250 204 21 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/80 {
  --tw-shadow-color: rgb(250 204 21 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/85 {
  --tw-shadow-color: rgb(250 204 21 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/90 {
  --tw-shadow-color: rgb(250 204 21 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/95 {
  --tw-shadow-color: rgb(250 204 21 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50 {
  --tw-shadow-color: #fefce8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/0 {
  --tw-shadow-color: rgb(254 252 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/10 {
  --tw-shadow-color: rgb(254 252 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/100 {
  --tw-shadow-color: rgb(254 252 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/15 {
  --tw-shadow-color: rgb(254 252 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/20 {
  --tw-shadow-color: rgb(254 252 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/25 {
  --tw-shadow-color: rgb(254 252 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/30 {
  --tw-shadow-color: rgb(254 252 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/35 {
  --tw-shadow-color: rgb(254 252 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/40 {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/45 {
  --tw-shadow-color: rgb(254 252 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/5 {
  --tw-shadow-color: rgb(254 252 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/50 {
  --tw-shadow-color: rgb(254 252 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/55 {
  --tw-shadow-color: rgb(254 252 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/60 {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/65 {
  --tw-shadow-color: rgb(254 252 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/70 {
  --tw-shadow-color: rgb(254 252 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/75 {
  --tw-shadow-color: rgb(254 252 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/80 {
  --tw-shadow-color: rgb(254 252 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/85 {
  --tw-shadow-color: rgb(254 252 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/90 {
  --tw-shadow-color: rgb(254 252 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/95 {
  --tw-shadow-color: rgb(254 252 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500 {
  --tw-shadow-color: #eab308;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/0 {
  --tw-shadow-color: rgb(234 179 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/10 {
  --tw-shadow-color: rgb(234 179 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/100 {
  --tw-shadow-color: rgb(234 179 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/15 {
  --tw-shadow-color: rgb(234 179 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/20 {
  --tw-shadow-color: rgb(234 179 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/25 {
  --tw-shadow-color: rgb(234 179 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/30 {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/35 {
  --tw-shadow-color: rgb(234 179 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/40 {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/45 {
  --tw-shadow-color: rgb(234 179 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/5 {
  --tw-shadow-color: rgb(234 179 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/50 {
  --tw-shadow-color: rgb(234 179 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/55 {
  --tw-shadow-color: rgb(234 179 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/60 {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/65 {
  --tw-shadow-color: rgb(234 179 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/70 {
  --tw-shadow-color: rgb(234 179 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/75 {
  --tw-shadow-color: rgb(234 179 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/80 {
  --tw-shadow-color: rgb(234 179 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/85 {
  --tw-shadow-color: rgb(234 179 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/90 {
  --tw-shadow-color: rgb(234 179 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/95 {
  --tw-shadow-color: rgb(234 179 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600 {
  --tw-shadow-color: #ca8a04;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/0 {
  --tw-shadow-color: rgb(202 138 4 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/10 {
  --tw-shadow-color: rgb(202 138 4 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/100 {
  --tw-shadow-color: rgb(202 138 4 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/15 {
  --tw-shadow-color: rgb(202 138 4 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/20 {
  --tw-shadow-color: rgb(202 138 4 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/25 {
  --tw-shadow-color: rgb(202 138 4 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/30 {
  --tw-shadow-color: rgb(202 138 4 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/35 {
  --tw-shadow-color: rgb(202 138 4 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/40 {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/45 {
  --tw-shadow-color: rgb(202 138 4 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/5 {
  --tw-shadow-color: rgb(202 138 4 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/50 {
  --tw-shadow-color: rgb(202 138 4 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/55 {
  --tw-shadow-color: rgb(202 138 4 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/60 {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/65 {
  --tw-shadow-color: rgb(202 138 4 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/70 {
  --tw-shadow-color: rgb(202 138 4 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/75 {
  --tw-shadow-color: rgb(202 138 4 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/80 {
  --tw-shadow-color: rgb(202 138 4 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/85 {
  --tw-shadow-color: rgb(202 138 4 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/90 {
  --tw-shadow-color: rgb(202 138 4 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/95 {
  --tw-shadow-color: rgb(202 138 4 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800 {
  --tw-shadow-color: #854d0e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/0 {
  --tw-shadow-color: rgb(133 77 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/10 {
  --tw-shadow-color: rgb(133 77 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/100 {
  --tw-shadow-color: rgb(133 77 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/15 {
  --tw-shadow-color: rgb(133 77 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/20 {
  --tw-shadow-color: rgb(133 77 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/25 {
  --tw-shadow-color: rgb(133 77 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/30 {
  --tw-shadow-color: rgb(133 77 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/35 {
  --tw-shadow-color: rgb(133 77 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/40 {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/45 {
  --tw-shadow-color: rgb(133 77 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/5 {
  --tw-shadow-color: rgb(133 77 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/50 {
  --tw-shadow-color: rgb(133 77 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/55 {
  --tw-shadow-color: rgb(133 77 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/60 {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/65 {
  --tw-shadow-color: rgb(133 77 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/70 {
  --tw-shadow-color: rgb(133 77 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/75 {
  --tw-shadow-color: rgb(133 77 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/80 {
  --tw-shadow-color: rgb(133 77 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/85 {
  --tw-shadow-color: rgb(133 77 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/90 {
  --tw-shadow-color: rgb(133 77 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/95 {
  --tw-shadow-color: rgb(133 77 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-yellow-100 {
  outline-color: #fef9c3;
}

.outline-yellow-100\/0 {
  outline-color: rgb(254 249 195 / 0);
}

.outline-yellow-100\/10 {
  outline-color: rgb(254 249 195 / 0.1);
}

.outline-yellow-100\/100 {
  outline-color: rgb(254 249 195 / 1);
}

.outline-yellow-100\/15 {
  outline-color: rgb(254 249 195 / 0.15);
}

.outline-yellow-100\/20 {
  outline-color: rgb(254 249 195 / 0.2);
}

.outline-yellow-100\/25 {
  outline-color: rgb(254 249 195 / 0.25);
}

.outline-yellow-100\/30 {
  outline-color: rgb(254 249 195 / 0.3);
}

.outline-yellow-100\/35 {
  outline-color: rgb(254 249 195 / 0.35);
}

.outline-yellow-100\/40 {
  outline-color: rgb(254 249 195 / 0.4);
}

.outline-yellow-100\/45 {
  outline-color: rgb(254 249 195 / 0.45);
}

.outline-yellow-100\/5 {
  outline-color: rgb(254 249 195 / 0.05);
}

.outline-yellow-100\/50 {
  outline-color: rgb(254 249 195 / 0.5);
}

.outline-yellow-100\/55 {
  outline-color: rgb(254 249 195 / 0.55);
}

.outline-yellow-100\/60 {
  outline-color: rgb(254 249 195 / 0.6);
}

.outline-yellow-100\/65 {
  outline-color: rgb(254 249 195 / 0.65);
}

.outline-yellow-100\/70 {
  outline-color: rgb(254 249 195 / 0.7);
}

.outline-yellow-100\/75 {
  outline-color: rgb(254 249 195 / 0.75);
}

.outline-yellow-100\/80 {
  outline-color: rgb(254 249 195 / 0.8);
}

.outline-yellow-100\/85 {
  outline-color: rgb(254 249 195 / 0.85);
}

.outline-yellow-100\/90 {
  outline-color: rgb(254 249 195 / 0.9);
}

.outline-yellow-100\/95 {
  outline-color: rgb(254 249 195 / 0.95);
}

.outline-yellow-200 {
  outline-color: #fef08a;
}

.outline-yellow-200\/0 {
  outline-color: rgb(254 240 138 / 0);
}

.outline-yellow-200\/10 {
  outline-color: rgb(254 240 138 / 0.1);
}

.outline-yellow-200\/100 {
  outline-color: rgb(254 240 138 / 1);
}

.outline-yellow-200\/15 {
  outline-color: rgb(254 240 138 / 0.15);
}

.outline-yellow-200\/20 {
  outline-color: rgb(254 240 138 / 0.2);
}

.outline-yellow-200\/25 {
  outline-color: rgb(254 240 138 / 0.25);
}

.outline-yellow-200\/30 {
  outline-color: rgb(254 240 138 / 0.3);
}

.outline-yellow-200\/35 {
  outline-color: rgb(254 240 138 / 0.35);
}

.outline-yellow-200\/40 {
  outline-color: rgb(254 240 138 / 0.4);
}

.outline-yellow-200\/45 {
  outline-color: rgb(254 240 138 / 0.45);
}

.outline-yellow-200\/5 {
  outline-color: rgb(254 240 138 / 0.05);
}

.outline-yellow-200\/50 {
  outline-color: rgb(254 240 138 / 0.5);
}

.outline-yellow-200\/55 {
  outline-color: rgb(254 240 138 / 0.55);
}

.outline-yellow-200\/60 {
  outline-color: rgb(254 240 138 / 0.6);
}

.outline-yellow-200\/65 {
  outline-color: rgb(254 240 138 / 0.65);
}

.outline-yellow-200\/70 {
  outline-color: rgb(254 240 138 / 0.7);
}

.outline-yellow-200\/75 {
  outline-color: rgb(254 240 138 / 0.75);
}

.outline-yellow-200\/80 {
  outline-color: rgb(254 240 138 / 0.8);
}

.outline-yellow-200\/85 {
  outline-color: rgb(254 240 138 / 0.85);
}

.outline-yellow-200\/90 {
  outline-color: rgb(254 240 138 / 0.9);
}

.outline-yellow-200\/95 {
  outline-color: rgb(254 240 138 / 0.95);
}

.outline-yellow-300 {
  outline-color: #fde047;
}

.outline-yellow-300\/0 {
  outline-color: rgb(253 224 71 / 0);
}

.outline-yellow-300\/10 {
  outline-color: rgb(253 224 71 / 0.1);
}

.outline-yellow-300\/100 {
  outline-color: rgb(253 224 71 / 1);
}

.outline-yellow-300\/15 {
  outline-color: rgb(253 224 71 / 0.15);
}

.outline-yellow-300\/20 {
  outline-color: rgb(253 224 71 / 0.2);
}

.outline-yellow-300\/25 {
  outline-color: rgb(253 224 71 / 0.25);
}

.outline-yellow-300\/30 {
  outline-color: rgb(253 224 71 / 0.3);
}

.outline-yellow-300\/35 {
  outline-color: rgb(253 224 71 / 0.35);
}

.outline-yellow-300\/40 {
  outline-color: rgb(253 224 71 / 0.4);
}

.outline-yellow-300\/45 {
  outline-color: rgb(253 224 71 / 0.45);
}

.outline-yellow-300\/5 {
  outline-color: rgb(253 224 71 / 0.05);
}

.outline-yellow-300\/50 {
  outline-color: rgb(253 224 71 / 0.5);
}

.outline-yellow-300\/55 {
  outline-color: rgb(253 224 71 / 0.55);
}

.outline-yellow-300\/60 {
  outline-color: rgb(253 224 71 / 0.6);
}

.outline-yellow-300\/65 {
  outline-color: rgb(253 224 71 / 0.65);
}

.outline-yellow-300\/70 {
  outline-color: rgb(253 224 71 / 0.7);
}

.outline-yellow-300\/75 {
  outline-color: rgb(253 224 71 / 0.75);
}

.outline-yellow-300\/80 {
  outline-color: rgb(253 224 71 / 0.8);
}

.outline-yellow-300\/85 {
  outline-color: rgb(253 224 71 / 0.85);
}

.outline-yellow-300\/90 {
  outline-color: rgb(253 224 71 / 0.9);
}

.outline-yellow-300\/95 {
  outline-color: rgb(253 224 71 / 0.95);
}

.outline-yellow-400 {
  outline-color: #facc15;
}

.outline-yellow-400\/0 {
  outline-color: rgb(250 204 21 / 0);
}

.outline-yellow-400\/10 {
  outline-color: rgb(250 204 21 / 0.1);
}

.outline-yellow-400\/100 {
  outline-color: rgb(250 204 21 / 1);
}

.outline-yellow-400\/15 {
  outline-color: rgb(250 204 21 / 0.15);
}

.outline-yellow-400\/20 {
  outline-color: rgb(250 204 21 / 0.2);
}

.outline-yellow-400\/25 {
  outline-color: rgb(250 204 21 / 0.25);
}

.outline-yellow-400\/30 {
  outline-color: rgb(250 204 21 / 0.3);
}

.outline-yellow-400\/35 {
  outline-color: rgb(250 204 21 / 0.35);
}

.outline-yellow-400\/40 {
  outline-color: rgb(250 204 21 / 0.4);
}

.outline-yellow-400\/45 {
  outline-color: rgb(250 204 21 / 0.45);
}

.outline-yellow-400\/5 {
  outline-color: rgb(250 204 21 / 0.05);
}

.outline-yellow-400\/50 {
  outline-color: rgb(250 204 21 / 0.5);
}

.outline-yellow-400\/55 {
  outline-color: rgb(250 204 21 / 0.55);
}

.outline-yellow-400\/60 {
  outline-color: rgb(250 204 21 / 0.6);
}

.outline-yellow-400\/65 {
  outline-color: rgb(250 204 21 / 0.65);
}

.outline-yellow-400\/70 {
  outline-color: rgb(250 204 21 / 0.7);
}

.outline-yellow-400\/75 {
  outline-color: rgb(250 204 21 / 0.75);
}

.outline-yellow-400\/80 {
  outline-color: rgb(250 204 21 / 0.8);
}

.outline-yellow-400\/85 {
  outline-color: rgb(250 204 21 / 0.85);
}

.outline-yellow-400\/90 {
  outline-color: rgb(250 204 21 / 0.9);
}

.outline-yellow-400\/95 {
  outline-color: rgb(250 204 21 / 0.95);
}

.outline-yellow-50 {
  outline-color: #fefce8;
}

.outline-yellow-50\/0 {
  outline-color: rgb(254 252 232 / 0);
}

.outline-yellow-50\/10 {
  outline-color: rgb(254 252 232 / 0.1);
}

.outline-yellow-50\/100 {
  outline-color: rgb(254 252 232 / 1);
}

.outline-yellow-50\/15 {
  outline-color: rgb(254 252 232 / 0.15);
}

.outline-yellow-50\/20 {
  outline-color: rgb(254 252 232 / 0.2);
}

.outline-yellow-50\/25 {
  outline-color: rgb(254 252 232 / 0.25);
}

.outline-yellow-50\/30 {
  outline-color: rgb(254 252 232 / 0.3);
}

.outline-yellow-50\/35 {
  outline-color: rgb(254 252 232 / 0.35);
}

.outline-yellow-50\/40 {
  outline-color: rgb(254 252 232 / 0.4);
}

.outline-yellow-50\/45 {
  outline-color: rgb(254 252 232 / 0.45);
}

.outline-yellow-50\/5 {
  outline-color: rgb(254 252 232 / 0.05);
}

.outline-yellow-50\/50 {
  outline-color: rgb(254 252 232 / 0.5);
}

.outline-yellow-50\/55 {
  outline-color: rgb(254 252 232 / 0.55);
}

.outline-yellow-50\/60 {
  outline-color: rgb(254 252 232 / 0.6);
}

.outline-yellow-50\/65 {
  outline-color: rgb(254 252 232 / 0.65);
}

.outline-yellow-50\/70 {
  outline-color: rgb(254 252 232 / 0.7);
}

.outline-yellow-50\/75 {
  outline-color: rgb(254 252 232 / 0.75);
}

.outline-yellow-50\/80 {
  outline-color: rgb(254 252 232 / 0.8);
}

.outline-yellow-50\/85 {
  outline-color: rgb(254 252 232 / 0.85);
}

.outline-yellow-50\/90 {
  outline-color: rgb(254 252 232 / 0.9);
}

.outline-yellow-50\/95 {
  outline-color: rgb(254 252 232 / 0.95);
}

.outline-yellow-500 {
  outline-color: #eab308;
}

.outline-yellow-500\/0 {
  outline-color: rgb(234 179 8 / 0);
}

.outline-yellow-500\/10 {
  outline-color: rgb(234 179 8 / 0.1);
}

.outline-yellow-500\/100 {
  outline-color: rgb(234 179 8 / 1);
}

.outline-yellow-500\/15 {
  outline-color: rgb(234 179 8 / 0.15);
}

.outline-yellow-500\/20 {
  outline-color: rgb(234 179 8 / 0.2);
}

.outline-yellow-500\/25 {
  outline-color: rgb(234 179 8 / 0.25);
}

.outline-yellow-500\/30 {
  outline-color: rgb(234 179 8 / 0.3);
}

.outline-yellow-500\/35 {
  outline-color: rgb(234 179 8 / 0.35);
}

.outline-yellow-500\/40 {
  outline-color: rgb(234 179 8 / 0.4);
}

.outline-yellow-500\/45 {
  outline-color: rgb(234 179 8 / 0.45);
}

.outline-yellow-500\/5 {
  outline-color: rgb(234 179 8 / 0.05);
}

.outline-yellow-500\/50 {
  outline-color: rgb(234 179 8 / 0.5);
}

.outline-yellow-500\/55 {
  outline-color: rgb(234 179 8 / 0.55);
}

.outline-yellow-500\/60 {
  outline-color: rgb(234 179 8 / 0.6);
}

.outline-yellow-500\/65 {
  outline-color: rgb(234 179 8 / 0.65);
}

.outline-yellow-500\/70 {
  outline-color: rgb(234 179 8 / 0.7);
}

.outline-yellow-500\/75 {
  outline-color: rgb(234 179 8 / 0.75);
}

.outline-yellow-500\/80 {
  outline-color: rgb(234 179 8 / 0.8);
}

.outline-yellow-500\/85 {
  outline-color: rgb(234 179 8 / 0.85);
}

.outline-yellow-500\/90 {
  outline-color: rgb(234 179 8 / 0.9);
}

.outline-yellow-500\/95 {
  outline-color: rgb(234 179 8 / 0.95);
}

.outline-yellow-600 {
  outline-color: #ca8a04;
}

.outline-yellow-600\/0 {
  outline-color: rgb(202 138 4 / 0);
}

.outline-yellow-600\/10 {
  outline-color: rgb(202 138 4 / 0.1);
}

.outline-yellow-600\/100 {
  outline-color: rgb(202 138 4 / 1);
}

.outline-yellow-600\/15 {
  outline-color: rgb(202 138 4 / 0.15);
}

.outline-yellow-600\/20 {
  outline-color: rgb(202 138 4 / 0.2);
}

.outline-yellow-600\/25 {
  outline-color: rgb(202 138 4 / 0.25);
}

.outline-yellow-600\/30 {
  outline-color: rgb(202 138 4 / 0.3);
}

.outline-yellow-600\/35 {
  outline-color: rgb(202 138 4 / 0.35);
}

.outline-yellow-600\/40 {
  outline-color: rgb(202 138 4 / 0.4);
}

.outline-yellow-600\/45 {
  outline-color: rgb(202 138 4 / 0.45);
}

.outline-yellow-600\/5 {
  outline-color: rgb(202 138 4 / 0.05);
}

.outline-yellow-600\/50 {
  outline-color: rgb(202 138 4 / 0.5);
}

.outline-yellow-600\/55 {
  outline-color: rgb(202 138 4 / 0.55);
}

.outline-yellow-600\/60 {
  outline-color: rgb(202 138 4 / 0.6);
}

.outline-yellow-600\/65 {
  outline-color: rgb(202 138 4 / 0.65);
}

.outline-yellow-600\/70 {
  outline-color: rgb(202 138 4 / 0.7);
}

.outline-yellow-600\/75 {
  outline-color: rgb(202 138 4 / 0.75);
}

.outline-yellow-600\/80 {
  outline-color: rgb(202 138 4 / 0.8);
}

.outline-yellow-600\/85 {
  outline-color: rgb(202 138 4 / 0.85);
}

.outline-yellow-600\/90 {
  outline-color: rgb(202 138 4 / 0.9);
}

.outline-yellow-600\/95 {
  outline-color: rgb(202 138 4 / 0.95);
}

.outline-yellow-800 {
  outline-color: #854d0e;
}

.outline-yellow-800\/0 {
  outline-color: rgb(133 77 14 / 0);
}

.outline-yellow-800\/10 {
  outline-color: rgb(133 77 14 / 0.1);
}

.outline-yellow-800\/100 {
  outline-color: rgb(133 77 14 / 1);
}

.outline-yellow-800\/15 {
  outline-color: rgb(133 77 14 / 0.15);
}

.outline-yellow-800\/20 {
  outline-color: rgb(133 77 14 / 0.2);
}

.outline-yellow-800\/25 {
  outline-color: rgb(133 77 14 / 0.25);
}

.outline-yellow-800\/30 {
  outline-color: rgb(133 77 14 / 0.3);
}

.outline-yellow-800\/35 {
  outline-color: rgb(133 77 14 / 0.35);
}

.outline-yellow-800\/40 {
  outline-color: rgb(133 77 14 / 0.4);
}

.outline-yellow-800\/45 {
  outline-color: rgb(133 77 14 / 0.45);
}

.outline-yellow-800\/5 {
  outline-color: rgb(133 77 14 / 0.05);
}

.outline-yellow-800\/50 {
  outline-color: rgb(133 77 14 / 0.5);
}

.outline-yellow-800\/55 {
  outline-color: rgb(133 77 14 / 0.55);
}

.outline-yellow-800\/60 {
  outline-color: rgb(133 77 14 / 0.6);
}

.outline-yellow-800\/65 {
  outline-color: rgb(133 77 14 / 0.65);
}

.outline-yellow-800\/70 {
  outline-color: rgb(133 77 14 / 0.7);
}

.outline-yellow-800\/75 {
  outline-color: rgb(133 77 14 / 0.75);
}

.outline-yellow-800\/80 {
  outline-color: rgb(133 77 14 / 0.8);
}

.outline-yellow-800\/85 {
  outline-color: rgb(133 77 14 / 0.85);
}

.outline-yellow-800\/90 {
  outline-color: rgb(133 77 14 / 0.9);
}

.outline-yellow-800\/95 {
  outline-color: rgb(133 77 14 / 0.95);
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.ring-yellow-100\/0 {
  --tw-ring-color: rgb(254 249 195 / 0);
}

.ring-yellow-100\/10 {
  --tw-ring-color: rgb(254 249 195 / 0.1);
}

.ring-yellow-100\/100 {
  --tw-ring-color: rgb(254 249 195 / 1);
}

.ring-yellow-100\/15 {
  --tw-ring-color: rgb(254 249 195 / 0.15);
}

.ring-yellow-100\/20 {
  --tw-ring-color: rgb(254 249 195 / 0.2);
}

.ring-yellow-100\/25 {
  --tw-ring-color: rgb(254 249 195 / 0.25);
}

.ring-yellow-100\/30 {
  --tw-ring-color: rgb(254 249 195 / 0.3);
}

.ring-yellow-100\/35 {
  --tw-ring-color: rgb(254 249 195 / 0.35);
}

.ring-yellow-100\/40 {
  --tw-ring-color: rgb(254 249 195 / 0.4);
}

.ring-yellow-100\/45 {
  --tw-ring-color: rgb(254 249 195 / 0.45);
}

.ring-yellow-100\/5 {
  --tw-ring-color: rgb(254 249 195 / 0.05);
}

.ring-yellow-100\/50 {
  --tw-ring-color: rgb(254 249 195 / 0.5);
}

.ring-yellow-100\/55 {
  --tw-ring-color: rgb(254 249 195 / 0.55);
}

.ring-yellow-100\/60 {
  --tw-ring-color: rgb(254 249 195 / 0.6);
}

.ring-yellow-100\/65 {
  --tw-ring-color: rgb(254 249 195 / 0.65);
}

.ring-yellow-100\/70 {
  --tw-ring-color: rgb(254 249 195 / 0.7);
}

.ring-yellow-100\/75 {
  --tw-ring-color: rgb(254 249 195 / 0.75);
}

.ring-yellow-100\/80 {
  --tw-ring-color: rgb(254 249 195 / 0.8);
}

.ring-yellow-100\/85 {
  --tw-ring-color: rgb(254 249 195 / 0.85);
}

.ring-yellow-100\/90 {
  --tw-ring-color: rgb(254 249 195 / 0.9);
}

.ring-yellow-100\/95 {
  --tw-ring-color: rgb(254 249 195 / 0.95);
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

.ring-yellow-200\/0 {
  --tw-ring-color: rgb(254 240 138 / 0);
}

.ring-yellow-200\/10 {
  --tw-ring-color: rgb(254 240 138 / 0.1);
}

.ring-yellow-200\/100 {
  --tw-ring-color: rgb(254 240 138 / 1);
}

.ring-yellow-200\/15 {
  --tw-ring-color: rgb(254 240 138 / 0.15);
}

.ring-yellow-200\/20 {
  --tw-ring-color: rgb(254 240 138 / 0.2);
}

.ring-yellow-200\/25 {
  --tw-ring-color: rgb(254 240 138 / 0.25);
}

.ring-yellow-200\/30 {
  --tw-ring-color: rgb(254 240 138 / 0.3);
}

.ring-yellow-200\/35 {
  --tw-ring-color: rgb(254 240 138 / 0.35);
}

.ring-yellow-200\/40 {
  --tw-ring-color: rgb(254 240 138 / 0.4);
}

.ring-yellow-200\/45 {
  --tw-ring-color: rgb(254 240 138 / 0.45);
}

.ring-yellow-200\/5 {
  --tw-ring-color: rgb(254 240 138 / 0.05);
}

.ring-yellow-200\/50 {
  --tw-ring-color: rgb(254 240 138 / 0.5);
}

.ring-yellow-200\/55 {
  --tw-ring-color: rgb(254 240 138 / 0.55);
}

.ring-yellow-200\/60 {
  --tw-ring-color: rgb(254 240 138 / 0.6);
}

.ring-yellow-200\/65 {
  --tw-ring-color: rgb(254 240 138 / 0.65);
}

.ring-yellow-200\/70 {
  --tw-ring-color: rgb(254 240 138 / 0.7);
}

.ring-yellow-200\/75 {
  --tw-ring-color: rgb(254 240 138 / 0.75);
}

.ring-yellow-200\/80 {
  --tw-ring-color: rgb(254 240 138 / 0.8);
}

.ring-yellow-200\/85 {
  --tw-ring-color: rgb(254 240 138 / 0.85);
}

.ring-yellow-200\/90 {
  --tw-ring-color: rgb(254 240 138 / 0.9);
}

.ring-yellow-200\/95 {
  --tw-ring-color: rgb(254 240 138 / 0.95);
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}

.ring-yellow-300\/0 {
  --tw-ring-color: rgb(253 224 71 / 0);
}

.ring-yellow-300\/10 {
  --tw-ring-color: rgb(253 224 71 / 0.1);
}

.ring-yellow-300\/100 {
  --tw-ring-color: rgb(253 224 71 / 1);
}

.ring-yellow-300\/15 {
  --tw-ring-color: rgb(253 224 71 / 0.15);
}

.ring-yellow-300\/20 {
  --tw-ring-color: rgb(253 224 71 / 0.2);
}

.ring-yellow-300\/25 {
  --tw-ring-color: rgb(253 224 71 / 0.25);
}

.ring-yellow-300\/30 {
  --tw-ring-color: rgb(253 224 71 / 0.3);
}

.ring-yellow-300\/35 {
  --tw-ring-color: rgb(253 224 71 / 0.35);
}

.ring-yellow-300\/40 {
  --tw-ring-color: rgb(253 224 71 / 0.4);
}

.ring-yellow-300\/45 {
  --tw-ring-color: rgb(253 224 71 / 0.45);
}

.ring-yellow-300\/5 {
  --tw-ring-color: rgb(253 224 71 / 0.05);
}

.ring-yellow-300\/50 {
  --tw-ring-color: rgb(253 224 71 / 0.5);
}

.ring-yellow-300\/55 {
  --tw-ring-color: rgb(253 224 71 / 0.55);
}

.ring-yellow-300\/60 {
  --tw-ring-color: rgb(253 224 71 / 0.6);
}

.ring-yellow-300\/65 {
  --tw-ring-color: rgb(253 224 71 / 0.65);
}

.ring-yellow-300\/70 {
  --tw-ring-color: rgb(253 224 71 / 0.7);
}

.ring-yellow-300\/75 {
  --tw-ring-color: rgb(253 224 71 / 0.75);
}

.ring-yellow-300\/80 {
  --tw-ring-color: rgb(253 224 71 / 0.8);
}

.ring-yellow-300\/85 {
  --tw-ring-color: rgb(253 224 71 / 0.85);
}

.ring-yellow-300\/90 {
  --tw-ring-color: rgb(253 224 71 / 0.9);
}

.ring-yellow-300\/95 {
  --tw-ring-color: rgb(253 224 71 / 0.95);
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.ring-yellow-400\/0 {
  --tw-ring-color: rgb(250 204 21 / 0);
}

.ring-yellow-400\/10 {
  --tw-ring-color: rgb(250 204 21 / 0.1);
}

.ring-yellow-400\/100 {
  --tw-ring-color: rgb(250 204 21 / 1);
}

.ring-yellow-400\/15 {
  --tw-ring-color: rgb(250 204 21 / 0.15);
}

.ring-yellow-400\/20 {
  --tw-ring-color: rgb(250 204 21 / 0.2);
}

.ring-yellow-400\/25 {
  --tw-ring-color: rgb(250 204 21 / 0.25);
}

.ring-yellow-400\/30 {
  --tw-ring-color: rgb(250 204 21 / 0.3);
}

.ring-yellow-400\/35 {
  --tw-ring-color: rgb(250 204 21 / 0.35);
}

.ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}

.ring-yellow-400\/45 {
  --tw-ring-color: rgb(250 204 21 / 0.45);
}

.ring-yellow-400\/5 {
  --tw-ring-color: rgb(250 204 21 / 0.05);
}

.ring-yellow-400\/50 {
  --tw-ring-color: rgb(250 204 21 / 0.5);
}

.ring-yellow-400\/55 {
  --tw-ring-color: rgb(250 204 21 / 0.55);
}

.ring-yellow-400\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6);
}

.ring-yellow-400\/65 {
  --tw-ring-color: rgb(250 204 21 / 0.65);
}

.ring-yellow-400\/70 {
  --tw-ring-color: rgb(250 204 21 / 0.7);
}

.ring-yellow-400\/75 {
  --tw-ring-color: rgb(250 204 21 / 0.75);
}

.ring-yellow-400\/80 {
  --tw-ring-color: rgb(250 204 21 / 0.8);
}

.ring-yellow-400\/85 {
  --tw-ring-color: rgb(250 204 21 / 0.85);
}

.ring-yellow-400\/90 {
  --tw-ring-color: rgb(250 204 21 / 0.9);
}

.ring-yellow-400\/95 {
  --tw-ring-color: rgb(250 204 21 / 0.95);
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}

.ring-yellow-50\/0 {
  --tw-ring-color: rgb(254 252 232 / 0);
}

.ring-yellow-50\/10 {
  --tw-ring-color: rgb(254 252 232 / 0.1);
}

.ring-yellow-50\/100 {
  --tw-ring-color: rgb(254 252 232 / 1);
}

.ring-yellow-50\/15 {
  --tw-ring-color: rgb(254 252 232 / 0.15);
}

.ring-yellow-50\/20 {
  --tw-ring-color: rgb(254 252 232 / 0.2);
}

.ring-yellow-50\/25 {
  --tw-ring-color: rgb(254 252 232 / 0.25);
}

.ring-yellow-50\/30 {
  --tw-ring-color: rgb(254 252 232 / 0.3);
}

.ring-yellow-50\/35 {
  --tw-ring-color: rgb(254 252 232 / 0.35);
}

.ring-yellow-50\/40 {
  --tw-ring-color: rgb(254 252 232 / 0.4);
}

.ring-yellow-50\/45 {
  --tw-ring-color: rgb(254 252 232 / 0.45);
}

.ring-yellow-50\/5 {
  --tw-ring-color: rgb(254 252 232 / 0.05);
}

.ring-yellow-50\/50 {
  --tw-ring-color: rgb(254 252 232 / 0.5);
}

.ring-yellow-50\/55 {
  --tw-ring-color: rgb(254 252 232 / 0.55);
}

.ring-yellow-50\/60 {
  --tw-ring-color: rgb(254 252 232 / 0.6);
}

.ring-yellow-50\/65 {
  --tw-ring-color: rgb(254 252 232 / 0.65);
}

.ring-yellow-50\/70 {
  --tw-ring-color: rgb(254 252 232 / 0.7);
}

.ring-yellow-50\/75 {
  --tw-ring-color: rgb(254 252 232 / 0.75);
}

.ring-yellow-50\/80 {
  --tw-ring-color: rgb(254 252 232 / 0.8);
}

.ring-yellow-50\/85 {
  --tw-ring-color: rgb(254 252 232 / 0.85);
}

.ring-yellow-50\/90 {
  --tw-ring-color: rgb(254 252 232 / 0.9);
}

.ring-yellow-50\/95 {
  --tw-ring-color: rgb(254 252 232 / 0.95);
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.ring-yellow-500\/0 {
  --tw-ring-color: rgb(234 179 8 / 0);
}

.ring-yellow-500\/10 {
  --tw-ring-color: rgb(234 179 8 / 0.1);
}

.ring-yellow-500\/100 {
  --tw-ring-color: rgb(234 179 8 / 1);
}

.ring-yellow-500\/15 {
  --tw-ring-color: rgb(234 179 8 / 0.15);
}

.ring-yellow-500\/20 {
  --tw-ring-color: rgb(234 179 8 / 0.2);
}

.ring-yellow-500\/25 {
  --tw-ring-color: rgb(234 179 8 / 0.25);
}

.ring-yellow-500\/30 {
  --tw-ring-color: rgb(234 179 8 / 0.3);
}

.ring-yellow-500\/35 {
  --tw-ring-color: rgb(234 179 8 / 0.35);
}

.ring-yellow-500\/40 {
  --tw-ring-color: rgb(234 179 8 / 0.4);
}

.ring-yellow-500\/45 {
  --tw-ring-color: rgb(234 179 8 / 0.45);
}

.ring-yellow-500\/5 {
  --tw-ring-color: rgb(234 179 8 / 0.05);
}

.ring-yellow-500\/50 {
  --tw-ring-color: rgb(234 179 8 / 0.5);
}

.ring-yellow-500\/55 {
  --tw-ring-color: rgb(234 179 8 / 0.55);
}

.ring-yellow-500\/60 {
  --tw-ring-color: rgb(234 179 8 / 0.6);
}

.ring-yellow-500\/65 {
  --tw-ring-color: rgb(234 179 8 / 0.65);
}

.ring-yellow-500\/70 {
  --tw-ring-color: rgb(234 179 8 / 0.7);
}

.ring-yellow-500\/75 {
  --tw-ring-color: rgb(234 179 8 / 0.75);
}

.ring-yellow-500\/80 {
  --tw-ring-color: rgb(234 179 8 / 0.8);
}

.ring-yellow-500\/85 {
  --tw-ring-color: rgb(234 179 8 / 0.85);
}

.ring-yellow-500\/90 {
  --tw-ring-color: rgb(234 179 8 / 0.9);
}

.ring-yellow-500\/95 {
  --tw-ring-color: rgb(234 179 8 / 0.95);
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.ring-yellow-600\/0 {
  --tw-ring-color: rgb(202 138 4 / 0);
}

.ring-yellow-600\/10 {
  --tw-ring-color: rgb(202 138 4 / 0.1);
}

.ring-yellow-600\/100 {
  --tw-ring-color: rgb(202 138 4 / 1);
}

.ring-yellow-600\/15 {
  --tw-ring-color: rgb(202 138 4 / 0.15);
}

.ring-yellow-600\/20 {
  --tw-ring-color: rgb(202 138 4 / 0.2);
}

.ring-yellow-600\/25 {
  --tw-ring-color: rgb(202 138 4 / 0.25);
}

.ring-yellow-600\/30 {
  --tw-ring-color: rgb(202 138 4 / 0.3);
}

.ring-yellow-600\/35 {
  --tw-ring-color: rgb(202 138 4 / 0.35);
}

.ring-yellow-600\/40 {
  --tw-ring-color: rgb(202 138 4 / 0.4);
}

.ring-yellow-600\/45 {
  --tw-ring-color: rgb(202 138 4 / 0.45);
}

.ring-yellow-600\/5 {
  --tw-ring-color: rgb(202 138 4 / 0.05);
}

.ring-yellow-600\/50 {
  --tw-ring-color: rgb(202 138 4 / 0.5);
}

.ring-yellow-600\/55 {
  --tw-ring-color: rgb(202 138 4 / 0.55);
}

.ring-yellow-600\/60 {
  --tw-ring-color: rgb(202 138 4 / 0.6);
}

.ring-yellow-600\/65 {
  --tw-ring-color: rgb(202 138 4 / 0.65);
}

.ring-yellow-600\/70 {
  --tw-ring-color: rgb(202 138 4 / 0.7);
}

.ring-yellow-600\/75 {
  --tw-ring-color: rgb(202 138 4 / 0.75);
}

.ring-yellow-600\/80 {
  --tw-ring-color: rgb(202 138 4 / 0.8);
}

.ring-yellow-600\/85 {
  --tw-ring-color: rgb(202 138 4 / 0.85);
}

.ring-yellow-600\/90 {
  --tw-ring-color: rgb(202 138 4 / 0.9);
}

.ring-yellow-600\/95 {
  --tw-ring-color: rgb(202 138 4 / 0.95);
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.ring-yellow-800\/0 {
  --tw-ring-color: rgb(133 77 14 / 0);
}

.ring-yellow-800\/10 {
  --tw-ring-color: rgb(133 77 14 / 0.1);
}

.ring-yellow-800\/100 {
  --tw-ring-color: rgb(133 77 14 / 1);
}

.ring-yellow-800\/15 {
  --tw-ring-color: rgb(133 77 14 / 0.15);
}

.ring-yellow-800\/20 {
  --tw-ring-color: rgb(133 77 14 / 0.2);
}

.ring-yellow-800\/25 {
  --tw-ring-color: rgb(133 77 14 / 0.25);
}

.ring-yellow-800\/30 {
  --tw-ring-color: rgb(133 77 14 / 0.3);
}

.ring-yellow-800\/35 {
  --tw-ring-color: rgb(133 77 14 / 0.35);
}

.ring-yellow-800\/40 {
  --tw-ring-color: rgb(133 77 14 / 0.4);
}

.ring-yellow-800\/45 {
  --tw-ring-color: rgb(133 77 14 / 0.45);
}

.ring-yellow-800\/5 {
  --tw-ring-color: rgb(133 77 14 / 0.05);
}

.ring-yellow-800\/50 {
  --tw-ring-color: rgb(133 77 14 / 0.5);
}

.ring-yellow-800\/55 {
  --tw-ring-color: rgb(133 77 14 / 0.55);
}

.ring-yellow-800\/60 {
  --tw-ring-color: rgb(133 77 14 / 0.6);
}

.ring-yellow-800\/65 {
  --tw-ring-color: rgb(133 77 14 / 0.65);
}

.ring-yellow-800\/70 {
  --tw-ring-color: rgb(133 77 14 / 0.7);
}

.ring-yellow-800\/75 {
  --tw-ring-color: rgb(133 77 14 / 0.75);
}

.ring-yellow-800\/80 {
  --tw-ring-color: rgb(133 77 14 / 0.8);
}

.ring-yellow-800\/85 {
  --tw-ring-color: rgb(133 77 14 / 0.85);
}

.ring-yellow-800\/90 {
  --tw-ring-color: rgb(133 77 14 / 0.9);
}

.ring-yellow-800\/95 {
  --tw-ring-color: rgb(133 77 14 / 0.95);
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}

.ring-offset-yellow-100\/0 {
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}

.ring-offset-yellow-100\/10 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}

.ring-offset-yellow-100\/100 {
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}

.ring-offset-yellow-100\/15 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15);
}

.ring-offset-yellow-100\/20 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}

.ring-offset-yellow-100\/25 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}

.ring-offset-yellow-100\/30 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}

.ring-offset-yellow-100\/35 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35);
}

.ring-offset-yellow-100\/40 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}

.ring-offset-yellow-100\/45 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45);
}

.ring-offset-yellow-100\/5 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}

.ring-offset-yellow-100\/50 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}

.ring-offset-yellow-100\/55 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55);
}

.ring-offset-yellow-100\/60 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}

.ring-offset-yellow-100\/65 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65);
}

.ring-offset-yellow-100\/70 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}

.ring-offset-yellow-100\/75 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}

.ring-offset-yellow-100\/80 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}

.ring-offset-yellow-100\/85 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85);
}

.ring-offset-yellow-100\/90 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}

.ring-offset-yellow-100\/95 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}

.ring-offset-yellow-200\/0 {
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}

.ring-offset-yellow-200\/10 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}

.ring-offset-yellow-200\/100 {
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}

.ring-offset-yellow-200\/15 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15);
}

.ring-offset-yellow-200\/20 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}

.ring-offset-yellow-200\/25 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}

.ring-offset-yellow-200\/30 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}

.ring-offset-yellow-200\/35 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35);
}

.ring-offset-yellow-200\/40 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}

.ring-offset-yellow-200\/45 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45);
}

.ring-offset-yellow-200\/5 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}

.ring-offset-yellow-200\/50 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}

.ring-offset-yellow-200\/55 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55);
}

.ring-offset-yellow-200\/60 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}

.ring-offset-yellow-200\/65 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65);
}

.ring-offset-yellow-200\/70 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}

.ring-offset-yellow-200\/75 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}

.ring-offset-yellow-200\/80 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}

.ring-offset-yellow-200\/85 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85);
}

.ring-offset-yellow-200\/90 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}

.ring-offset-yellow-200\/95 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047;
}

.ring-offset-yellow-300\/0 {
  --tw-ring-offset-color: rgb(253 224 71 / 0);
}

.ring-offset-yellow-300\/10 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.1);
}

.ring-offset-yellow-300\/100 {
  --tw-ring-offset-color: rgb(253 224 71 / 1);
}

.ring-offset-yellow-300\/15 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.15);
}

.ring-offset-yellow-300\/20 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.2);
}

.ring-offset-yellow-300\/25 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.25);
}

.ring-offset-yellow-300\/30 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.3);
}

.ring-offset-yellow-300\/35 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.35);
}

.ring-offset-yellow-300\/40 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}

.ring-offset-yellow-300\/45 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.45);
}

.ring-offset-yellow-300\/5 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.05);
}

.ring-offset-yellow-300\/50 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.5);
}

.ring-offset-yellow-300\/55 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.55);
}

.ring-offset-yellow-300\/60 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}

.ring-offset-yellow-300\/65 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.65);
}

.ring-offset-yellow-300\/70 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.7);
}

.ring-offset-yellow-300\/75 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.75);
}

.ring-offset-yellow-300\/80 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.8);
}

.ring-offset-yellow-300\/85 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.85);
}

.ring-offset-yellow-300\/90 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.9);
}

.ring-offset-yellow-300\/95 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.95);
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}

.ring-offset-yellow-400\/0 {
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}

.ring-offset-yellow-400\/10 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}

.ring-offset-yellow-400\/100 {
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}

.ring-offset-yellow-400\/15 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15);
}

.ring-offset-yellow-400\/20 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}

.ring-offset-yellow-400\/25 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}

.ring-offset-yellow-400\/30 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}

.ring-offset-yellow-400\/35 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35);
}

.ring-offset-yellow-400\/40 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}

.ring-offset-yellow-400\/45 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45);
}

.ring-offset-yellow-400\/5 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}

.ring-offset-yellow-400\/50 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}

.ring-offset-yellow-400\/55 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55);
}

.ring-offset-yellow-400\/60 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}

.ring-offset-yellow-400\/65 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65);
}

.ring-offset-yellow-400\/70 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}

.ring-offset-yellow-400\/75 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}

.ring-offset-yellow-400\/80 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}

.ring-offset-yellow-400\/85 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85);
}

.ring-offset-yellow-400\/90 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}

.ring-offset-yellow-400\/95 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}

.ring-offset-yellow-50\/0 {
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}

.ring-offset-yellow-50\/10 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}

.ring-offset-yellow-50\/100 {
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}

.ring-offset-yellow-50\/15 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.15);
}

.ring-offset-yellow-50\/20 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}

.ring-offset-yellow-50\/25 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}

.ring-offset-yellow-50\/30 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}

.ring-offset-yellow-50\/35 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.35);
}

.ring-offset-yellow-50\/40 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}

.ring-offset-yellow-50\/45 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.45);
}

.ring-offset-yellow-50\/5 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}

.ring-offset-yellow-50\/50 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}

.ring-offset-yellow-50\/55 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.55);
}

.ring-offset-yellow-50\/60 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}

.ring-offset-yellow-50\/65 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.65);
}

.ring-offset-yellow-50\/70 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}

.ring-offset-yellow-50\/75 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}

.ring-offset-yellow-50\/80 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}

.ring-offset-yellow-50\/85 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.85);
}

.ring-offset-yellow-50\/90 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}

.ring-offset-yellow-50\/95 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}

.ring-offset-yellow-500\/0 {
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}

.ring-offset-yellow-500\/10 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}

.ring-offset-yellow-500\/100 {
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}

.ring-offset-yellow-500\/15 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.15);
}

.ring-offset-yellow-500\/20 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}

.ring-offset-yellow-500\/25 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}

.ring-offset-yellow-500\/30 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}

.ring-offset-yellow-500\/35 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.35);
}

.ring-offset-yellow-500\/40 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}

.ring-offset-yellow-500\/45 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.45);
}

.ring-offset-yellow-500\/5 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}

.ring-offset-yellow-500\/50 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}

.ring-offset-yellow-500\/55 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.55);
}

.ring-offset-yellow-500\/60 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}

.ring-offset-yellow-500\/65 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.65);
}

.ring-offset-yellow-500\/70 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}

.ring-offset-yellow-500\/75 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}

.ring-offset-yellow-500\/80 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}

.ring-offset-yellow-500\/85 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.85);
}

.ring-offset-yellow-500\/90 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}

.ring-offset-yellow-500\/95 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}

.ring-offset-yellow-600\/0 {
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}

.ring-offset-yellow-600\/10 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}

.ring-offset-yellow-600\/100 {
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}

.ring-offset-yellow-600\/15 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.15);
}

.ring-offset-yellow-600\/20 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}

.ring-offset-yellow-600\/25 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}

.ring-offset-yellow-600\/30 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}

.ring-offset-yellow-600\/35 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.35);
}

.ring-offset-yellow-600\/40 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}

.ring-offset-yellow-600\/45 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.45);
}

.ring-offset-yellow-600\/5 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}

.ring-offset-yellow-600\/50 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}

.ring-offset-yellow-600\/55 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.55);
}

.ring-offset-yellow-600\/60 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}

.ring-offset-yellow-600\/65 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.65);
}

.ring-offset-yellow-600\/70 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}

.ring-offset-yellow-600\/75 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}

.ring-offset-yellow-600\/80 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}

.ring-offset-yellow-600\/85 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.85);
}

.ring-offset-yellow-600\/90 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}

.ring-offset-yellow-600\/95 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}

.ring-offset-yellow-800\/0 {
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}

.ring-offset-yellow-800\/10 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}

.ring-offset-yellow-800\/100 {
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}

.ring-offset-yellow-800\/15 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15);
}

.ring-offset-yellow-800\/20 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}

.ring-offset-yellow-800\/25 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}

.ring-offset-yellow-800\/30 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}

.ring-offset-yellow-800\/35 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35);
}

.ring-offset-yellow-800\/40 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}

.ring-offset-yellow-800\/45 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45);
}

.ring-offset-yellow-800\/5 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}

.ring-offset-yellow-800\/50 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}

.ring-offset-yellow-800\/55 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55);
}

.ring-offset-yellow-800\/60 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}

.ring-offset-yellow-800\/65 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65);
}

.ring-offset-yellow-800\/70 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}

.ring-offset-yellow-800\/75 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}

.ring-offset-yellow-800\/80 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}

.ring-offset-yellow-800\/85 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85);
}

.ring-offset-yellow-800\/90 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}

.ring-offset-yellow-800\/95 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}

.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);
}

.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);
}

.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.check-box label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.check-box label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}

.check-box input[type="checkbox"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.btn-gray {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.btn-orange {
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color:#BA4A00;
}

.btn-girls {
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color:#e03997;
}

.card-header {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-danger {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.form-text {
  border-width: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.link {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.link:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.link-bg-blue {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.link-bg-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.page-heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.page-content {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.nav-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 319px) {
    .sm\:container {
      max-width: 319px;
    }
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 319px) {
    .md\:container {
      max-width: 319px;
    }
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }
}

.after\:h-8::after {
  content: var(--tw-content);
  height: 2rem;
}

.after\:w-8::after {
  content: var(--tw-content);
  width: 2rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.after\:shadow-md::after {
  content: var(--tw-content);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.checked\:border-blue-600:checked {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.checked\:border-transparent:checked {
  border-color: transparent;
}

.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.active\:shadow-lg:active {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:translate-x-6::after {
  content: var(--tw-content);
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
  .sm\:relative {
    position: relative;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:min-h-128 {
    min-height: 32rem;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:bg-none {
    background-image: none;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:h-10 {
    height: 2.5rem;
  }

  .\32xl\:w-10 {
    width: 2.5rem;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 319px) and (max-width: 425px) {
  .mxs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mxs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .mxs\:ml-2 {
    margin-left: 0.5rem;
  }

  .mxs\:ml-5 {
    margin-left: 1.25rem;
  }

  .mxs\:hidden {
    display: none;
  }

  .mxs\:h-full {
    height: 100%;
  }

  .mxs\:w-11\/12 {
    width: 91.666667%;
  }

  .mxs\:w-full {
    width: 100%;
  }

  .mxs\:flex-col {
    flex-direction: column;
  }

  .mxs\:items-center {
    align-items: center;
  }

  .mxs\:justify-center {
    justify-content: center;
  }

  .mxs\:p-2 {
    padding: 0.5rem;
  }

  .mxs\:text-center {
    text-align: center;
  }

  .mxs\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .mxs\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 639) {
  .xs\:w-64 {
    width: 16rem;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .dark\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
}

